mirror of
https://github.com/kwsch/pk3DS.git
synced 2026-08-02 01:34:17 -05:00
Re-arrange move/form assignment (#333)
This commit is contained in:
parent
54fef2c686
commit
63600a2a35
|
|
@ -629,14 +629,14 @@ private void B_RandAll_Click(object sender, EventArgs e)
|
|||
if (CHK_ForceFullyEvolved.Checked && t.Level >= NUD_ForceFullyEvolved.Value && !FinalEvo.Contains(t.Species))
|
||||
t.Species = FinalEvo[randFinalEvo()];
|
||||
|
||||
t.Form = Randomizer.GetRandomForme(t.Species, CHK_AllowMega.Checked, true, Main.SpeciesStat);
|
||||
t.Gender = 0; // random
|
||||
t.Nature = 0; // random
|
||||
|
||||
if (CHK_Metronome.Checked)
|
||||
t.RelearnMoves = new[] { 118, 0, 0, 0 };
|
||||
else
|
||||
t.RelearnMoves = move.GetCurrentMoves(t.Species, t.Form, t.Level, 4);
|
||||
|
||||
t.Form = Randomizer.GetRandomForme(t.Species, CHK_AllowMega.Checked, true, Main.SpeciesStat);
|
||||
t.Gender = 0; // random
|
||||
t.Nature = 0; // random
|
||||
}
|
||||
foreach (EncounterTrade7 t in Trades)
|
||||
{
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user