summaryrefslogtreecommitdiff
path: root/include/main.h
diff options
context:
space:
mode:
authorCameron Hall <cameronghall@cox.net>2019-08-11 13:11:32 -0500
committerCameron Hall <cameronghall@cox.net>2019-08-11 13:11:32 -0500
commitb0870ee7fbf34fe4fa8bf6a622a3c46aa326f1fb (patch)
treed460bab4119ca6326b0e71787c63794b52835fbd /include/main.h
parent4c8669a3aad601f1381ca9c67c78040ce80157df (diff)
decompile through sub_51C3C
Diffstat (limited to 'include/main.h')
-rwxr-xr-xinclude/main.h7
1 files changed, 4 insertions, 3 deletions
diff --git a/include/main.h b/include/main.h
index 3e0c744..6415742 100755
--- a/include/main.h
+++ b/include/main.h
@@ -11,8 +11,9 @@ struct SaveData
/*0x141*/ u8 unk141;
/*0x142*/ u8 unk142;
/*0x143*/ u8 unk143;
- /*0x144*/ u8 filler144[0x2D8-0x144];
- s8 signature[10];
+ /*0x144*/ //u8 filler144[0x2D8-0x144];
+ u16 unk144[0x65][2];
+ /*0x2D8*/ s8 signature[10];
u16 unk2E2;
u32 unk2E4;
};
@@ -67,7 +68,7 @@ struct Main
extern struct Main gMain;
-extern u8 gUnknown_0200B134[];
+extern struct SaveData gUnknown_0200B134;
extern struct SpriteGroup gUnknown_0200B3B8[];
extern u32 IntrMain_Buffer[0x200];
extern u32 IntrMain[];