summaryrefslogtreecommitdiff
path: root/include/global.h
diff options
context:
space:
mode:
authorYamaArashi <shadow962@live.com>2016-10-23 22:43:16 -0700
committerYamaArashi <shadow962@live.com>2016-10-23 22:43:16 -0700
commit8eea9cf4ba99d1af15751a3f51a49b26b052aa2c (patch)
tree052f653cb274ef0df1d1fd32dee5fafb3741a729 /include/global.h
parent2caf3de8b8c122876ba6b798a98b459647df229e (diff)
more save block 1 data
Diffstat (limited to 'include/global.h')
-rw-r--r--include/global.h14
1 files changed, 13 insertions, 1 deletions
diff --git a/include/global.h b/include/global.h
index 48da0a306..f4a4bb96a 100644
--- a/include/global.h
+++ b/include/global.h
@@ -181,7 +181,19 @@ struct SaveBlock1
u16 vars[0x100];
u32 gameStats[NUM_GAME_STATS];
struct BerryTree berryTrees[128];
- u8 filler_1A08[0x14F4];
+ u8 secretBases[20][160]; // TODO: secret base struct
+ u8 filler_2688[0x18];
+ u8 decorDesk[10];
+ u8 decorChair[10];
+ u8 decorPlant[10];
+ u8 decorOrnament[30];
+ u8 decorMat[30];
+ u8 decorPoster[10];
+ u8 decorDoll[40];
+ u8 decorCushion[10];
+ u8 padding_2736[2];
+ u8 tvShows[24][36]; // TODO: TV show struct
+ u8 filler_2A98[0x464];
struct SB1_2EFC_Struct sb1_2EFC_struct[5];
u8 filler_2F9C[0x1C4];
struct EnigmaBerry enigmaBerry;