diff options
author | YamaArashi <shadow962@live.com> | 2016-10-23 23:10:55 -0700 |
---|---|---|
committer | YamaArashi <shadow962@live.com> | 2016-10-23 23:10:55 -0700 |
commit | 4a47194768d5c7eb225904e45ec424d97fa9078d (patch) | |
tree | a1eb7bac8d50342cbf0313b272d54bcf532f0bb8 /include/global.h | |
parent | e6ad93fd577f098c0085d126fa35d8f6a35ed8cb (diff) |
already have secret base struct
Diffstat (limited to 'include/global.h')
-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]; |