mirror of
https://github.com/zeldaret/tmc
synced 2026-08-02 00:24:31 -04:00
Decompile the rest of text.c
This commit is contained in:
+14
-13
@@ -23,15 +23,16 @@ static_assert(sizeof(ChooseFileState) == 0x30);
|
||||
// TODO: This occupies the same memory region as gMenu
|
||||
extern ChooseFileState gChooseFileState;
|
||||
|
||||
typedef struct {
|
||||
u8 filler0[0x1];
|
||||
u8 unk1;
|
||||
u8 charColor;
|
||||
u8 bgColor;
|
||||
u16 unk4;
|
||||
u16 unk6;
|
||||
u8* unk8;
|
||||
} struct_02036540;
|
||||
// typedef struct {
|
||||
// u8 unk00 : 4;
|
||||
// u8 unk04 : 4;
|
||||
// u8 unk1;
|
||||
// u8 charColor;
|
||||
// u8 bgColor;
|
||||
// u16 unk4;
|
||||
// u16 unk6;
|
||||
// u8* unk8;
|
||||
// } struct_02036540;
|
||||
|
||||
extern struct_020227E8 gUnk_020227E8[];
|
||||
|
||||
@@ -51,13 +52,13 @@ extern struct_02019EE0 gMapDataBottomSpecial;
|
||||
// TODO size: 0x8000 from ClearTilemaps?
|
||||
|
||||
extern void sub_08056FEC(u32, struct_020227E8*);
|
||||
extern void sub_0805F46C(u32, Font*);
|
||||
extern u32 sub_0805F46C(u32, Font*);
|
||||
extern void RecoverUI(u32 bottomPt, u32 topPt);
|
||||
extern void ClearTilemaps(void);
|
||||
extern void sub_0805194C(u32);
|
||||
extern struct_02036540* sub_0805F2C8(void);
|
||||
extern void sub_0805F7DC(u32, struct_02036540*);
|
||||
extern void sub_0805F300(struct_02036540*);
|
||||
extern WStruct* sub_0805F2C8(void);
|
||||
extern u32 sub_0805F7DC(u32, WStruct*);
|
||||
extern void sub_0805F300(WStruct*);
|
||||
extern void sub_08050A64(u32);
|
||||
extern void sub_08050AFC(u32);
|
||||
extern void sub_08050384();
|
||||
|
||||
Reference in New Issue
Block a user