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