diff options
-rw-r--r-- | include/global.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/include/global.h b/include/global.h index f8eff79b2..c4c998422 100644 --- a/include/global.h +++ b/include/global.h @@ -197,7 +197,7 @@ struct SaveBlock1 u16 vars[0x100]; u32 gameStats[NUM_GAME_STATS]; struct BerryTree berryTrees[128]; - u8 secretBases[20][160]; // TODO: secret base struct + /*0x1A08*/ struct SecretBaseRecord secretBases[20]; u8 filler_2688[0x18]; u8 decorDesk[10]; u8 decorChair[10]; |