diff options
author | YamaArashi <shadow962@live.com> | 2016-09-26 20:32:41 -0700 |
---|---|---|
committer | YamaArashi <shadow962@live.com> | 2016-09-26 20:32:41 -0700 |
commit | 3f88e8c00527333b9dd3e107ce47139967af993f (patch) | |
tree | 6a8b25b073d0310eae667a4bbbf561e65d4f7420 /include/global.h | |
parent | 25dd8729e559e28772dd1a86361767c07442c641 (diff) |
game statistics
Diffstat (limited to 'include/global.h')
-rw-r--r-- | include/global.h | 9 |
1 files changed, 8 insertions, 1 deletions
diff --git a/include/global.h b/include/global.h index 68ec7c6ca..ca3ae4509 100644 --- a/include/global.h +++ b/include/global.h @@ -91,6 +91,9 @@ struct SecretBaseRecord u8 partyEVs[6]; }; +#include "game_stat.h" +#include "fieldmap.h" + struct WarpData { s8 mapGroup; @@ -127,7 +130,11 @@ struct SaveBlock1 u32 money; u16 coins; u16 registeredItem; // registered for use with SELECT button - u8 filler_498[0x2A64]; + u8 filler_498[0x788]; + struct MapObjectTemplate mapObjectTemplates[64]; + u8 filler_1220[0x320]; + u32 gameStats[NUM_GAME_STATS]; + u8 filler_1608[0x18F4]; struct SB1_2EFC_Struct sb1_2EFC_struct[5]; u8 filler_2F9C[0x6F4]; struct RamScript ramScript; |