diff options
author | Akira Akashi <rubenru09@aol.com> | 2021-05-22 17:05:58 +0100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2021-05-22 17:05:58 +0100 |
commit | 1e7dcfbf615f387c3b4a8a7577ff36dd57922f60 (patch) | |
tree | 9a4e1be7cbadd711196e5efa1fafb9bfd2bba843 /include/main.h | |
parent | 98f11489806b6dba4c6080c5429b2368d3092541 (diff) | |
parent | de6f8fc978e5297d3f425d2d6c8517e9bb8e75ff (diff) |
Merge pull request #378 from PikalaxALT/pikalax_work
list_menu; Try matching FUN_0202EFE4
Diffstat (limited to 'include/main.h')
-rw-r--r-- | include/main.h | 22 |
1 files changed, 18 insertions, 4 deletions
diff --git a/include/main.h b/include/main.h index 2e424e09..9227d9a8 100644 --- a/include/main.h +++ b/include/main.h @@ -84,8 +84,8 @@ struct Main u32 unk3C; u32 unk40; u32 unk44; - u32 unk48; - u32 unk4C; + u32 newKeys; + u32 newAndRepeatedKeys; s32 unk50; s32 unk54; s32 unk58; @@ -104,8 +104,22 @@ struct Main //extern struct UnkStruct_021C4918 gMain + 0x60; -extern struct Unk2106FA0 gBacklightTop; -extern struct Unk2106FA0 gBacklightTop_2; // same as the first one, it's referenced twice in the constant pool... +extern PMBackLightSwitch gBacklightTop; +extern s32 UNK_02016FA4; + +struct UnkStruct_02016FA8 +{ + FSOverlayID unk0; + struct UnkStruct_02006234 *unk4; + FSOverlayID unk8; + const struct Unk21DBE18 * unkC; + s32 unk10; + s32 unk14; + struct SaveBlock2 * unk18; + +}; + +extern struct UnkStruct_02016FA8 UNK_02016FA8; void NitroMain(void); |