Decompile mpMenuTextArenaName

This commit is contained in:
Ryan Dwyer
2020-03-19 00:30:47 +10:00
parent d89f51241b
commit b0853b961c
7 changed files with 64 additions and 80 deletions
+1 -1
View File
@@ -254,7 +254,7 @@ extern struct menu_dialog menudialog_2aa60;
extern struct menu_dialog menudialog_2aa78;
extern struct menu_dialog menudialog_2ab34;
extern struct menu_dialog menudialog_2aba0;
extern u16 mpstages[];
extern struct mparena g_MpArenas[17];
extern u32 var80084bf8;
extern u32 var80084c00[];
extern u16 g_MpControlStyleLabels[4];
+1 -1
View File
@@ -60,7 +60,7 @@ s32 menuhandler0017e4d4(u32, u32, u32 *);
u32 func0f17eac8(void);
s32 menudialog0017eb34(u32, u32, u32 *);
char *mpMenuTextSavePlayerOrCopy(struct menu_item *item);
u32 func0f17f024(void);
char *mpMenuTextArenaName(struct menu_item *item);
u32 func0f17f088(void);
u32 func0f17f100(void);
u32 func0f17f260(void);
+7 -1
View File
@@ -4420,7 +4420,7 @@ struct mpsetup {
/*0x8009cb88*/ char namebuffer[12];
/*0x8009cb94*/ u32 options;
/*0x8009cb98*/ u8 scenario;
/*0x8009cb99*/ u8 unk11;
/*0x8009cb99*/ u8 stagenum;
/*0x8009cb9a*/ u8 timelimit;
/*0x8009cb9b*/ u8 scorelimit;
/*0x8009cb9c*/ u16 teamscorelimit;
@@ -4473,6 +4473,12 @@ struct mpscenariooverview {
u8 unk05;
};
struct mparena {
s16 stagenum;
u8 unlock;
u16 name;
};
// Throwaway struct for passing two values to menu handlers
struct numandtext {
s32 num;