Decompile pakMenuTextEditingPakName

This commit is contained in:
Ryan Dwyer
2020-11-03 17:48:35 +10:00
parent 16e3938c97
commit e7a7eeebdb
5 changed files with 16 additions and 29 deletions
+6
View File
@@ -2489,6 +2489,12 @@
#define ROOMFLAG_PLAYAMBIENTTRACK 0x4000
#define ROOMFLAG_OUTDOORS 0x8000
#define SAVEDEVICE_CONTROLLERPAK1 0
#define SAVEDEVICE_CONTROLLERPAK2 1
#define SAVEDEVICE_CONTROLLERPAK3 2
#define SAVEDEVICE_CONTROLLERPAK4 3
#define SAVEDEVICE_GAMEPAK 4
#define SAVEFILEFLAG_P1_FORWARDPITCH 0x00
#define SAVEFILEFLAG_P1_AUTOAIM 0x01
#define SAVEFILEFLAG_P1_AIMCONTROL 0x02
+1 -1
View File
@@ -44,7 +44,7 @@ void func0f10b0c4(s32 arg0);
char *pakMenuTextPagesFree(struct menuitem *item);
char *pakMenuTextPagesUsed(struct menuitem *item);
char *pakMenuTextStatusMessage(struct menuitem *item);
u32 func0f10b924(void);
char *pakMenuTextEditingPakName(struct menuitem *item);
u32 func0f10c900(void);
void func0f10c970(void);
s32 menucustomChooseAgent(u32 operation, struct menuitem *item, union handlerdata *data);
+1 -1
View File
@@ -15,7 +15,7 @@ u32 func0f116800(void);
u32 func0f116828(void);
u32 func0f116860(void);
u32 func0f116888(void);
s32 func0f1168c4(s8 arg0, struct pakdata **arg1);
s32 func0f1168c4(s8 device, struct pakdata **arg1);
u32 func0f116914(void);
u32 func0f11693c(void);
void func0f116994(void);
+1 -1
View File
@@ -3873,7 +3873,7 @@ struct menudata_filesel {
struct menudata_pak {
u32 unke1c;
u32 unke20;
u32 device;
u32 unke24;
u32 unke28;
};