Fix checksum offset fetch

#2348
This commit is contained in:
Kurt 2019-07-05 11:57:40 -07:00
parent 810f7271c6
commit 599ec4ed45

View File

@ -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 =
{