summaryrefslogtreecommitdiff
path: root/include
diff options
context:
space:
mode:
Diffstat (limited to 'include')
-rw-r--r--include/event_data.h1
-rw-r--r--include/event_scripts.h3
-rw-r--r--include/global.h4
3 files changed, 7 insertions, 1 deletions
diff --git a/include/event_data.h b/include/event_data.h
index 555887b6c..398e03264 100644
--- a/include/event_data.h
+++ b/include/event_data.h
@@ -53,5 +53,6 @@ extern u16 gSpecialVar_MonBoxPos;
extern u16 gSpecialVar_0x8014;
extern u16 gUnknown_20370D0;
+extern u16 gUnknown_20370C0;
#endif // GUARD_EVENT_DATA_H
diff --git a/include/event_scripts.h b/include/event_scripts.h
index 844f1052a..6b9025ec2 100644
--- a/include/event_scripts.h
+++ b/include/event_scripts.h
@@ -372,4 +372,7 @@ extern const u8 SecretBase_RedCave1_Text_274E75[];
extern const u8 SecretBase_RedCave1_Text_2751E1[];
extern const u8 SecretBase_RedCave1_Text_2754F6[];
extern const u8 SecretBase_RedCave1_Text_2758CC[];
+
+extern const u8 gUnknown_84178D0[];
+extern const u8 gUnknown_84178DA[];
#endif //GUARD_EVENT_SCRIPTS_H
diff --git a/include/global.h b/include/global.h
index ee64e855a..0857d552a 100644
--- a/include/global.h
+++ b/include/global.h
@@ -237,7 +237,9 @@ struct SaveBlock2
/*0x098*/ struct Time localTimeOffset;
/*0x0A0*/ struct Time lastBerryTreeUpdate;
/*0x0A8*/ u32 field_A8;
- /*0x0AC*/ u8 filler_AC[0xE74];
+ /*0x0AC*/ u8 filler_AC[0x9ec];
+ /*0xA98*/ u8 unk_A98[2][16];
+ /*0xAB8*/ u8 filler_AB8[0x468];
/*0xF20*/ u32 encryptionKey;
};