mirror of
https://github.com/kwsch/PKHeX.git
synced 2026-09-10 17:16:01 -05:00
Set checksum on PGT/PCD -> PK4
Thanks /u/SubMana!
This commit is contained in:
@@ -204,6 +204,8 @@ public override PKM convertToPKM(SaveFile SAV)
|
||||
pk4.AltForm = PKX.getUnownForm(pk4.PID);
|
||||
if (IsEgg || IsManaphyEgg)
|
||||
pk4.IsEgg = true;
|
||||
|
||||
pk4.RefreshChecksum();
|
||||
return pk4;
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user