diff --git a/PKHeX.Core/Saves/SAV7b.cs b/PKHeX.Core/Saves/SAV7b.cs index e99e51997..31c7c137f 100644 --- a/PKHeX.Core/Saves/SAV7b.cs +++ b/PKHeX.Core/Saves/SAV7b.cs @@ -96,7 +96,7 @@ private void Initialize() public BlockInfo GetBlock(BelugaBlockIndex index) => Blocks[(int)index]; public int GetBlockOffset(BelugaBlockIndex index) => GetBlock(index).Offset; - private const int boGG = 0xB8800; // nowhere near 1MB (savedata.bin size) + private const int boGG = 0xB8800 - 0x200; // nowhere near 1MB (savedata.bin size) private static readonly BlockInfo[] BlockInfoGG = {