diff options
author | YamaArashi <shadow962@live.com> | 2016-05-15 21:13:30 -0700 |
---|---|---|
committer | YamaArashi <shadow962@live.com> | 2016-05-15 21:13:30 -0700 |
commit | 1879d0883eabde11644db73cc070ce4bca8b0de5 (patch) | |
tree | 902ee4257ba0e68dd73945123079a296127c168b /include/global.h | |
parent | 147c8672c3be861fa9229c775c37933a39900b9c (diff) |
main.c
Diffstat (limited to 'include/global.h')
-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 8987fdf6a..79c9e771f 100644 --- a/include/global.h +++ b/include/global.h @@ -35,7 +35,8 @@ struct SaveBlock2 u8 playTimeMinutes; u8 playTimeSeconds; u8 playTimeVBlanks; - u8 filler[0x85]; + u8 optionsButtonMode; + u8 filler[0x84]; struct Time localTimeOffset; }; |