diff options
author | PikalaxALT <pikalaxalt@gmail.com> | 2020-05-16 13:48:47 -0400 |
---|---|---|
committer | PikalaxALT <pikalaxalt@gmail.com> | 2020-05-16 13:48:47 -0400 |
commit | 49edb00ce8ba82f3449963f80b9131c45b524d8e (patch) | |
tree | c5537c37c690bfe951bcd9e5999d515ac8226afa /include/main.h | |
parent | a728a3d62280db3c359e8eea68771dba361c2f2f (diff) |
Split two (supposedly) gflib files
Diffstat (limited to 'include/main.h')
-rw-r--r-- | include/main.h | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/include/main.h b/include/main.h index 23059702..93f0fc2a 100644 --- a/include/main.h +++ b/include/main.h @@ -60,6 +60,17 @@ struct Unk21C48B8 s32 unk6C; }; +struct UnkStruct_021C4918 { + s32 unk0; + u8 unk4; + u8 unk5; + u8 unk6; + u8 unk7; + u8 unk8; +}; + +extern struct UnkStruct_021C4918 gUnk021C4918; + extern struct Unk2106FA0 gBacklightTop; extern struct Unk2106FA0 gBacklightTop_2; // same as the first one, it's referenced twice in the constant pool... |