diff options
author | YamaArashi <shadow962@live.com> | 2016-10-23 11:47:05 -0700 |
---|---|---|
committer | YamaArashi <shadow962@live.com> | 2016-10-23 11:47:05 -0700 |
commit | 962852fc321192615b9e97eaeaee21d9e73ab536 (patch) | |
tree | 382ec46fb7cc6b09b4757ca3cc6e0b39cbf68843 /include/global.h | |
parent | 6bde99d93b06dcd7b8480ec14f3103707d8835e2 (diff) |
enigma berry structs
Diffstat (limited to 'include/global.h')
-rw-r--r-- | include/global.h | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/include/global.h b/include/global.h index 5b1705261..a489b93be 100644 --- a/include/global.h +++ b/include/global.h @@ -93,6 +93,7 @@ struct SecretBaseRecord #include "game_stat.h" #include "fieldmap.h" +#include "berry.h" struct WarpData { @@ -148,7 +149,8 @@ struct SaveBlock1 u32 gameStats[NUM_GAME_STATS]; u8 filler_1608[0x18F4]; struct SB1_2EFC_Struct sb1_2EFC_struct[5]; - u8 filler_2F9C[0x6F4]; + u8 filler_2F9C[0x1C4]; + struct EnigmaBerry enigmaBerry; struct RamScript ramScript; u8 filler_3A7C[0x10]; u8 unk3A8C[52]; //pokedex related |