mirror of
https://github.com/kwsch/PKHeX.git
synced 2026-05-23 21:37:19 -05:00
parent
9c5814346b
commit
e32495252f
|
|
@ -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);
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user