diff --git a/PKHeX.Core/Saves/Substructures/SAV2Offsets.cs b/PKHeX.Core/Saves/Substructures/SAV2Offsets.cs index 69af97dc4..f6d38487c 100644 --- a/PKHeX.Core/Saves/Substructures/SAV2Offsets.cs +++ b/PKHeX.Core/Saves/Substructures/SAV2Offsets.cs @@ -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;