mirror of
https://github.com/kwsch/PKHeX.git
synced 2026-08-28 03:35:54 -05:00
@@ -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);
|
||||
|
||||
Reference in New Issue
Block a user