mirror of
https://github.com/kwsch/PKHeX
synced 2024-11-12 23:37:07 +00:00
Update PK9.cs
This commit is contained in:
parent
d77d6b7ce6
commit
51464fb4af
1 changed files with 7 additions and 4 deletions
|
@ -628,10 +628,13 @@ public sealed class PK9 : PKM, ISanityChecksum, ITeraType, ITechRecord, IObedien
|
|||
{
|
||||
// HT_Language is set for eggs
|
||||
this.ClearMemoriesOT();
|
||||
this.ClearMemoriesHT();
|
||||
HandlingTrainerGender = 0;
|
||||
HandlingTrainerFriendship = 0;
|
||||
HandlingTrainerTrash.Clear();
|
||||
if (IsUntraded)
|
||||
{
|
||||
this.ClearMemoriesHT();
|
||||
HandlingTrainerGender = 0;
|
||||
HandlingTrainerFriendship = 0;
|
||||
HandlingTrainerTrash.Clear();
|
||||
}
|
||||
return;
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in a new issue