mirror of
https://gitlab.com/ryandwyer/perfect-dark
synced 2026-06-09 12:35:46 -04:00
Decompile mpPlayerTitleMenuHandler
This commit is contained in:
@@ -15,7 +15,7 @@ char *mpMenuTextAward2(struct menuitem *item);
|
||||
char *mpMenuTextPlacementWithSuffix(struct menuitem *item);
|
||||
s32 mpPlacementMenuHandler(s32 operation, struct menuitem *item, union handlerdata *data);
|
||||
s32 menuhandler001786d8(s32 operation, struct menuitem *item, union handlerdata *data);
|
||||
s32 menuhandler00178a94(s32 operation, struct menuitem *item, union handlerdata *data);
|
||||
s32 mpPlayerTitleMenuHandler(s32 operation, struct menuitem *item, union handlerdata *data);
|
||||
char *mpMenuTextPlayerTitle(s32 arg0);
|
||||
s32 menuhandler00178bf4(s32 operation, struct menuitem *item, union handlerdata *data);
|
||||
void mpPushPauseDialog(void);
|
||||
|
||||
+1
-1
@@ -4443,7 +4443,7 @@ struct mpplayer {
|
||||
/*0x90*/ u32 survivormedals;
|
||||
/*0x94*/ u8 unk94;
|
||||
/*0x95*/ u8 title;
|
||||
/*0x96*/ u8 unk96;
|
||||
/*0x96*/ u8 newtitle;
|
||||
/*0x97*/ u8 gunfuncs[5];
|
||||
/*0x9c*/ u8 unk9c;
|
||||
/*0x9d*/ u8 handicap;
|
||||
|
||||
Reference in New Issue
Block a user