diff options
Diffstat (limited to 'include')
-rw-r--r-- | include/global.h | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/include/global.h b/include/global.h index c4c998422..511b659ea 100644 --- a/include/global.h +++ b/include/global.h @@ -198,7 +198,8 @@ struct SaveBlock1 u32 gameStats[NUM_GAME_STATS]; struct BerryTree berryTrees[128]; /*0x1A08*/ struct SecretBaseRecord secretBases[20]; - u8 filler_2688[0x18]; + /*0x2688*/ u8 playerRoomDecor[12]; + /*0x2694*/ u8 playerRoomDecorPos[12]; u8 decorDesk[10]; u8 decorChair[10]; u8 decorPlant[10]; |