diff options
author | YamaArashi <shadow962@live.com> | 2016-09-25 17:19:28 -0700 |
---|---|---|
committer | YamaArashi <shadow962@live.com> | 2016-09-25 17:19:28 -0700 |
commit | 0a2857a7dce54b3b16cad1a3b605bae35ff748a9 (patch) | |
tree | 367bcaf9afdbe052d489fe28e7ee0ccfcf71445d /include/global.h | |
parent | 653724c79bb0cca9e79cc46c189d2cb5e69dfdae (diff) |
fix save block symbols
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 437f87ecb..b50aa7d2f 100644 --- a/include/global.h +++ b/include/global.h @@ -111,6 +111,7 @@ struct SaveBlock1 u16 coins; u8 filler_496[0x31FA]; struct RamScript ramScript; + u8 filler_3A7C[0x44]; }; extern struct SaveBlock1 gSaveBlock1; @@ -136,8 +137,9 @@ struct SaveBlock2 u8 optionsButtonMode; // OPTIONS_BUTTON_MODE_[NORMAL/LR/L_EQUALS_A] u8 optionsTextSpeed:3; // OPTIONS_TEXT_SPEED_[SLOW/MID/FAST] u8 optionsWindowFrameType:5; // Specifies one of the 20 decorative borders for text boxes - u8 filler[0x83]; + u8 filler_15[0x83]; struct Time localTimeOffset; + u8 filler_A0[0x7F0]; }; extern struct SaveBlock2 gSaveBlock2; |