Fix korean Gold/Silver saving

closes #1496
This commit is contained in:
Kurt
2017-09-29 19:13:03 -07:00
parent ed1b934374
commit ce4e5f739e

View File

@@ -159,8 +159,8 @@ private void LoadOffsetsKorean(GameVersion Version)
Party = 0x28CC;
PokedexCaught = 0x2AAE;
PokedexSeen = 0x2ACE;
CurrentBox = 0x26FC;
CurrentBoxIndex = 0x2DAE;
CurrentBox = 0x2DAE;
CurrentBoxIndex = 0x26FC;
Gender = -1; // No gender in GS
AccumulatedChecksumEnd = 0x2DAA;
OverallChecksumPosition = 0x2DAB;