mirror of
https://gitlab.com/ryandwyer/perfect-dark
synced 2026-06-09 04:29:29 -04:00
Decompile menuhandlerAgentName
This commit is contained in:
@@ -73,7 +73,7 @@ s32 menuhandlerDeleteFiles(u32 operation, struct menu_item *item, s32 *value);
|
||||
s32 menuhandlerPakConfirmDelete(u32 operation, struct menu_item *item, s32 *value);
|
||||
s32 menuhandler0010b14c(u32, u32, u32 *);
|
||||
s32 menuhandlerPakSelection(u32 operation, struct menu_item *item, s32 *value);
|
||||
s32 menuhandler0010bc98(u32, u32, u32 *);
|
||||
s32 menuhandlerAgentName(u32 operation, struct menu_item *item, s32 *value);
|
||||
s32 menuhandler0010ca1c(u32 operation, struct menu_item *item, s32 *value);
|
||||
s32 menuhandler0010cabc(u32 operation, struct menu_item *item, s32 *value);
|
||||
s32 menuhandler4MbAdvancedSetup(u32 operation, struct menu_item *item, s32 *value);
|
||||
|
||||
+1
-3
@@ -3921,9 +3921,7 @@ struct menustackitem {
|
||||
};
|
||||
|
||||
struct savefile_solo {
|
||||
/*0x00*/ u32 unk00;
|
||||
/*0x04*/ u32 unk04;
|
||||
/*0x08*/ u32 unk08;
|
||||
/*0x00*/ char name[12];
|
||||
/*0x0c*/ u32 unk0c;
|
||||
/*0x10*/ u32 unk10;
|
||||
/*0x14*/ u32 flags;
|
||||
|
||||
Reference in New Issue
Block a user