diff options
author | YamaArashi <shadow962@live.com> | 2016-10-23 23:20:05 -0700 |
---|---|---|
committer | YamaArashi <shadow962@live.com> | 2016-10-23 23:20:05 -0700 |
commit | 6db473d98dd8b761ccdac7e74d514910ce56dfd6 (patch) | |
tree | c603ee98e467ac60bee5ffdb0cc0ea9d17ed388e | |
parent | 4a47194768d5c7eb225904e45ec424d97fa9078d (diff) |
player room decoration data
-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]; |