summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--include/global.h5
1 files changed, 4 insertions, 1 deletions
diff --git a/include/global.h b/include/global.h
index 3ff57357e..5ad4e4f9d 100644
--- a/include/global.h
+++ b/include/global.h
@@ -623,7 +623,10 @@ struct SaveBlock1
/*0x1000*/ u16 vars[VARS_COUNT];
/*0x1200*/ u32 gameStats[NUM_GAME_STATS];
/*0x1300*/ struct QuestLog questLog[4];
- /*0x2CA0*/ u8 filler2CA0[0x30];
+ /*0x2CA0*/ u16 unk2CA0[6];
+ /*0x2CAC*/ u16 unk2CAC[6];
+ /*0x2CB8*/ u16 unk2CB8[6];
+ /*0x2CC4*/ u16 unk2CC4[6];
/*0x2CD0*/ struct MailStruct mail[MAIL_COUNT];
/*0x2F10*/ u8 filler2F10[0x184];
struct {