mirror of
https://gitlab.com/ryandwyer/perfect-dark
synced 2026-07-29 15:33:02 -04:00
Decompile filemanChooseAgentListMenuHandler
This commit is contained in:
@@ -47,7 +47,7 @@ char *pakMenuTextStatusMessage(struct menuitem *item);
|
||||
char *pakMenuTextEditingPakName(struct menuitem *item);
|
||||
bool filemanConsiderPushingFileSelectDialog(void);
|
||||
void pakPushPakMenuDialog(void);
|
||||
s32 fileListChooseAgentMenuHandler(u32 operation, struct menuitem *item, union handlerdata *data);
|
||||
s32 filemanChooseAgentListMenuHandler(u32 operation, struct menuitem *item, union handlerdata *data);
|
||||
s32 pakGameNoteListMenuHandler(u32 operation, struct menuitem *item, union handlerdata *data);
|
||||
s32 filemanFileToCopyListMenuHandler(u32 operation, struct menuitem *item, union handlerdata *data);
|
||||
s32 filemanFileToDeleteListMenuHandler(u32 operation, struct menuitem *item, union handlerdata *data);
|
||||
|
||||
@@ -11,7 +11,7 @@ void savefileApplyOptions(struct savefile_solo *file);
|
||||
void savefileLoadDefaults(struct savefile_solo *file);
|
||||
s32 func0f10fac8(s32 arg0);
|
||||
s32 func0f10feac(s32 arg0, s32 arg1, u16 arg2);
|
||||
u32 func0f1105fc(void);
|
||||
void savefileGetOverview(char *arg0, char *name, u8 *stage, u8 *difficulty, u32 *time);
|
||||
bool func0f1106c8(void);
|
||||
u32 func0f110720(void);
|
||||
u32 func0f11080c(void);
|
||||
|
||||
@@ -4899,6 +4899,8 @@ struct savelocation {
|
||||
/*0x30a*/ u8 unk30a;
|
||||
/*0x30b*/ u8 filetype;
|
||||
/*0x30c*/ u8 unk30c; // inuse?
|
||||
/*0x30d*/ u8 unk30d;
|
||||
/*0x30e*/ u8 unk30e;
|
||||
};
|
||||
|
||||
struct var80075bc0 {
|
||||
|
||||
Reference in New Issue
Block a user