diff options
author | Marcus Huderle <huderlem@gmail.com> | 2020-07-05 17:07:48 -0500 |
---|---|---|
committer | Marcus Huderle <huderlem@gmail.com> | 2020-07-05 17:07:48 -0500 |
commit | d49b98191531e3f1614c26704386014f40a60a22 (patch) | |
tree | 391d8c657cdc7711831a3dfd8baa7c47c178379a /include | |
parent | 9a59f9888eff1bf62bb9f01d6b72af3ba9142a18 (diff) |
Decompile some functions in options.c
Diffstat (limited to 'include')
-rwxr-xr-x | include/main.h | 12 |
1 files changed, 11 insertions, 1 deletions
diff --git a/include/main.h b/include/main.h index f37dd24..99cdcac 100755 --- a/include/main.h +++ b/include/main.h @@ -60,7 +60,17 @@ struct Main /*0x48*/ int rngValue; /*0x4C*/ int frameCount; /*0x50*/ int unk50; - /*0x54*/ u8 filler54[0x20]; + /*0x54*/ u8 filler54[0xC]; + /*0x60*/ u16 unk60; + /*0x62*/ u16 unk62; + /*0x64*/ u16 unk64; + /*0x66*/ u16 unk66; + /*0x68*/ u16 unk68; + /*0x6A*/ u16 unk6A; + /*0x6C*/ u16 unk6C; + /*0x6E*/ u16 unk6E; + /*0x70*/ u16 unk70; + /*0x72*/ u16 unk72; // This field must be accessed using the following macro to produce matching code. #define gMain_saveData (*(struct SaveData *)(&gMain.saveData)) |