mirror of
https://github.com/zeldaret/tmc
synced 2026-06-12 21:45:23 -04:00
Menu struct fixed for good this time
This commit is contained in:
@@ -176,4 +176,11 @@ extern void sub_080A3B74(void);
|
||||
extern void sub_080A4054(void);
|
||||
extern void sub_0801C1D4(void);
|
||||
extern void sub_0801C208(void);
|
||||
extern void sub_080A4D34(void);
|
||||
extern u32 sub_080A4494(void);
|
||||
extern void sub_080A4528(void);
|
||||
extern void sub_080A4398(void);
|
||||
extern void sub_0801E738(u32);
|
||||
extern void sub_080A70AC(void*);
|
||||
extern void sub_080A7114(u32);
|
||||
#endif
|
||||
|
||||
+3
-1
@@ -19,8 +19,10 @@ typedef struct {
|
||||
|
||||
typedef struct {
|
||||
u8 field_0x0;
|
||||
u16 field_0x1;
|
||||
u8 field_0x1;
|
||||
u8 field_0x2;
|
||||
u8 field_0x3;
|
||||
u8 field_0x4;
|
||||
u8 menuType;
|
||||
u8 overlayType;
|
||||
u8 storyPanelIndex;
|
||||
|
||||
Reference in New Issue
Block a user