diff options
author | PikalaxALT <pikalaxalt@gmail.com> | 2021-05-17 20:53:40 -0400 |
---|---|---|
committer | PikalaxALT <pikalaxalt@gmail.com> | 2021-05-17 20:53:40 -0400 |
commit | e0636bd748fa018ef03398a95a6ee1b66710e4ad (patch) | |
tree | 95cfa6b181a9b10137477e04b50dc27101b194bd /include/main.h | |
parent | 51c7eeb82fab151a9e0a87172c64ab5f6abbe9e0 (diff) |
[leak informed] Break apart gBacklightTop
Diffstat (limited to 'include/main.h')
-rw-r--r-- | include/main.h | 18 |
1 files changed, 16 insertions, 2 deletions
diff --git a/include/main.h b/include/main.h index 2e424e09..78e0fd76 100644 --- a/include/main.h +++ b/include/main.h @@ -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); |