mirror of
https://gitlab.com/ryandwyer/perfect-dark
synced 2026-06-09 20:40:35 -04:00
Identify symbols related to MP player stats
This commit is contained in:
@@ -16,7 +16,7 @@ u32 func0f17853c(void);
|
||||
s32 menuhandler001785c4(u32, u32, u32 *);
|
||||
s32 menuhandler001786d8(u32, u32, u32 *);
|
||||
s32 menuhandler00178a94(u32, u32, u32 *);
|
||||
u32 func0f178bb0(void);
|
||||
u32 mpMenuTextPlayerTitle(void);
|
||||
s32 menuhandler00178bf4(u32, u32, u32 *);
|
||||
u32 func0f178dbc(void);
|
||||
u32 func0f178ef0(void);
|
||||
|
||||
@@ -11,26 +11,26 @@ u32 func0f179b58(void);
|
||||
s32 func0f179da4(u32 operation, struct menu_item *item, s32 *value, s32 arg3, s32 arg4, s32 arg5);
|
||||
s32 menudialog0017a174(u32, u32, u32 *);
|
||||
s32 menuhandler0017a20c(u32, u32, u32 *);
|
||||
u32 func0f17a658(void);
|
||||
u32 func0f17a6ac(void);
|
||||
u32 func0f17a700(void);
|
||||
u32 func0f17a754(void);
|
||||
u32 func0f17a7a8(void);
|
||||
u32 func0f17a7fc(void);
|
||||
u32 func0f17a850(void);
|
||||
u32 func0f17a8a4(void);
|
||||
u32 func0f17a8f8(void);
|
||||
u32 func0f17a94c(void);
|
||||
u32 func0f17a9a0(void);
|
||||
u32 func0f17aaa0(void);
|
||||
u32 func0f17ab38(void);
|
||||
u32 func0f17ace8(void);
|
||||
u32 mpMenuTextKills(void);
|
||||
u32 mpMenuTextDeaths(void);
|
||||
u32 mpMenuTextGamesPlayed(void);
|
||||
u32 mpMenuTextGamesWon(void);
|
||||
u32 mpMenuTextGamesLost(void);
|
||||
u32 mpMenuTextHeadShots(void);
|
||||
u32 mpMenuTextMedalAccuracy(void);
|
||||
u32 mpMenuTextMedalHeadShot(void);
|
||||
u32 mpMenuTextMedalKillMaster(void);
|
||||
u32 mpMenuTextMedalSurvivor(void);
|
||||
u32 mpMenuTextAmmoUsed(void);
|
||||
u32 mpMenuTextDistance(void);
|
||||
u32 mpMenuTextTime(void);
|
||||
u32 mpMenuTextAccuracy(void);
|
||||
u32 func0f17ad80(void);
|
||||
u32 func0f17af1c(void);
|
||||
u32 func0f17af9c(void);
|
||||
u32 mpMenuTextPainReceived(void);
|
||||
u32 mpMenuTextDamageDealt(void);
|
||||
s32 menuhandlerMpMedal(u32, u32, u32 *);
|
||||
u32 func0f17b360(void);
|
||||
u32 func0f17b408(void);
|
||||
u32 mpMenuTextUsernamePassword(void);
|
||||
s32 func0f17b4f8(u32 operation, struct menu_item *item, s32 *value, s32 arg3, s32 arg4);
|
||||
u32 func0f17b8b0(void);
|
||||
u32 func0f17b8f0(void);
|
||||
|
||||
+16
-16
@@ -4365,22 +4365,22 @@ struct mpplayer {
|
||||
/*0x48*/ u16 options;
|
||||
/*0x4c*/ u32 unk4c;
|
||||
/*0x50*/ u16 unk50;
|
||||
/*0x54*/ u32 unk54;
|
||||
/*0x58*/ u32 unk58;
|
||||
/*0x5c*/ u32 unk5c;
|
||||
/*0x60*/ u32 unk60;
|
||||
/*0x64*/ u32 unk64;
|
||||
/*0x68*/ u32 unk68;
|
||||
/*0x6c*/ u32 unk6c;
|
||||
/*0x70*/ u32 unk70;
|
||||
/*0x74*/ u32 unk74;
|
||||
/*0x78*/ u32 unk78;
|
||||
/*0x7c*/ u32 unk7c;
|
||||
/*0x80*/ u32 unk80;
|
||||
/*0x84*/ u32 unk84;
|
||||
/*0x88*/ u32 unk88;
|
||||
/*0x8c*/ u32 unk8c;
|
||||
/*0x90*/ u32 unk90;
|
||||
/*0x54*/ u32 kills;
|
||||
/*0x58*/ u32 deaths;
|
||||
/*0x5c*/ u32 gamesplayed;
|
||||
/*0x60*/ u32 gameswon;
|
||||
/*0x64*/ u32 gameslost;
|
||||
/*0x68*/ u32 time;
|
||||
/*0x6c*/ f32 distance;
|
||||
/*0x70*/ f32 accuracy;
|
||||
/*0x74*/ f32 damagedealt;
|
||||
/*0x78*/ f32 painreceived;
|
||||
/*0x7c*/ u32 headshots;
|
||||
/*0x80*/ u32 ammoused;
|
||||
/*0x84*/ u32 accuracymedals;
|
||||
/*0x88*/ u32 headshotmedals;
|
||||
/*0x8c*/ u32 killmastermedals;
|
||||
/*0x90*/ u32 survivormedals;
|
||||
/*0x94*/ u8 unk94;
|
||||
/*0x95*/ u8 title;
|
||||
/*0x96*/ u8 unk96;
|
||||
|
||||
Reference in New Issue
Block a user