Set altform before gender

bb5622f5db (commitcomment-28951163)
This commit is contained in:
Kurt 2018-05-11 21:48:58 -07:00
parent 9c5814346b
commit e32495252f

View File

@ -316,8 +316,8 @@ public static void ApplySetDetails(this PKM pk, ShowdownSet Set)
pk.SetMarkings();
pk.SetNickname(Set.Nickname);
pk.SetGender(Set.Gender);
pk.SetAltForm(Set.FormIndex);
pk.SetGender(Set.Gender);
pk.SetMaximumPPUps(Set.Moves);
pk.SetAbility(Set.Ability);
pk.SetNature(Set.Nature);