Decompile graphics group loading function

This commit is contained in:
Marcus Huderle
2020-08-12 19:55:11 -05:00
parent 37d1781f51
commit 4c0217a782
37 changed files with 185 additions and 223 deletions
+1 -1
View File
@@ -168,7 +168,7 @@ extern void sub_0805ADD8(u32);
extern void sub_0804F578(void);
extern void sub_08059994(void);
extern u32 sub_080AD84C();
extern void sub_0801D7EC(u32);
extern void LoadGfxGroup(u32);
extern s32 sub_0801CFA8(u32);
extern void sub_080A3210();
extern void sub_080AD6AC();
+2 -1
View File
@@ -6,7 +6,8 @@
typedef struct {
u16 lcdControl2;
u16 unk2;
u32 unk;
u16 unk4;
u16 unk6;
u16 lcdControl1;
} LcdControls;