Start decompiling chooseFile.c

This commit is contained in:
Marcus Huderle
2020-08-16 14:57:09 -05:00
parent 79cb86022e
commit 2e78289112
16 changed files with 3913 additions and 4111 deletions
+10 -9
View File
@@ -39,15 +39,16 @@ typedef struct {
} Main;
typedef struct {
u16 nextToLoad;
u8 transitionType;
u8 field_0x3;
u8 state;
u8 field_0x5;
u8 field_0x6;
u8 pauseFadeIn;
u16 isLoading;
u16 fadeInTime;
/*0x00*/ u16 nextToLoad;
/*0x02*/ u8 transitionType;
/*0x03*/ u8 field_0x3;
/*0x04*/ u8 state;
/*0x05*/ u8 field_0x5;
/*0x06*/ u8 field_0x6;
/*0x07*/ u8 pauseFadeIn;
/*0x08*/ u16 isLoading;
/*0x0A*/ u16 fadeInTime;
/*0x0C*/ u8 fillerC[0x3A8];
} UI;
extern Main gUnk_03001000;