mirror of
https://github.com/kwsch/PKHeX
synced 2024-11-14 00:07:15 +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
|
// HT_Language is set for eggs
|
||||||
this.ClearMemoriesOT();
|
this.ClearMemoriesOT();
|
||||||
this.ClearMemoriesHT();
|
if (IsUntraded)
|
||||||
HandlingTrainerGender = 0;
|
{
|
||||||
HandlingTrainerFriendship = 0;
|
this.ClearMemoriesHT();
|
||||||
HandlingTrainerTrash.Clear();
|
HandlingTrainerGender = 0;
|
||||||
|
HandlingTrainerFriendship = 0;
|
||||||
|
HandlingTrainerTrash.Clear();
|
||||||
|
}
|
||||||
return;
|
return;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue