mirror of
https://github.com/kwsch/PKHeX.git
synced 2026-05-09 04:24:36 -05:00
parent
810f7271c6
commit
599ec4ed45
|
|
@ -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 =
|
||||
{
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user