summaryrefslogtreecommitdiff
path: root/include/global.h
diff options
context:
space:
mode:
Diffstat (limited to 'include/global.h')
-rw-r--r--include/global.h3
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;
};