mirror of
https://gitlab.com/ryandwyer/perfect-dark
synced 2026-07-29 07:32:16 -04:00
Decompile pakMenuTextEditingPakName
This commit is contained in:
@@ -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
|
||||
|
||||
@@ -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);
|
||||
|
||||
@@ -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
@@ -3873,7 +3873,7 @@ struct menudata_filesel {
|
||||
|
||||
struct menudata_pak {
|
||||
u32 unke1c;
|
||||
u32 unke20;
|
||||
u32 device;
|
||||
u32 unke24;
|
||||
u32 unke28;
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user