From 49edb00ce8ba82f3449963f80b9131c45b524d8e Mon Sep 17 00:00:00 2001 From: PikalaxALT Date: Sat, 16 May 2020 13:48:47 -0400 Subject: Split two (supposedly) gflib files --- include/main.h | 11 +++++++++++ 1 file changed, 11 insertions(+) (limited to 'include') 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... -- cgit v1.2.3