From 8eea9cf4ba99d1af15751a3f51a49b26b052aa2c Mon Sep 17 00:00:00 2001 From: YamaArashi Date: Sun, 23 Oct 2016 22:43:16 -0700 Subject: more save block 1 data --- include/global.h | 14 +++++++++++++- 1 file changed, 13 insertions(+), 1 deletion(-) (limited to 'include/global.h') 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; -- cgit v1.2.3