mirror of
https://gitlab.com/ryandwyer/perfect-dark
synced 2026-08-05 09:15:48 -04:00
Decompile frMenuTextAccuracyValue
This commit is contained in:
@@ -9,7 +9,7 @@ char *frMenuTextTimeTakenValue(struct menu_item *item);
|
||||
char *frMenuTextScoreValue(struct menu_item *item);
|
||||
char *frMenuTextWeaponName(struct menu_item *item);
|
||||
char *frMenuTextTargetsDestroyedValue(struct menu_item *item);
|
||||
u32 func0f1a402c(void);
|
||||
char *frMenuTextAccuracyValue(struct menu_item *item);
|
||||
char *frMenuTextGoalScoreLabel(struct menu_item *item);
|
||||
char *frMenuTextGoalScoreValue(struct menu_item *item);
|
||||
char *frMenuTextMinAccuracyOrTargetsLabel(struct menu_item *item);
|
||||
|
||||
+6
-3
@@ -5612,9 +5612,12 @@ struct frdata {
|
||||
/*0x454*/ u8 unk454;
|
||||
/*0x455*/ u8 targetsdestroyed;
|
||||
/*0x456*/ u16 unk456;
|
||||
/*0x458*/ u32 unk458;
|
||||
/*0x45c*/ u32 unk45c;
|
||||
/*0x460*/ u32 unk460;
|
||||
/*0x458*/ u16 numshots;
|
||||
/*0x45a*/ u16 unk45a;
|
||||
/*0x45c*/ u16 numhitstype1;
|
||||
/*0x45e*/ u16 numhitstype2;
|
||||
/*0x460*/ u16 numhitstype3;
|
||||
/*0x462*/ u16 numhitstype4;
|
||||
/*0x464*/ u32 unk464;
|
||||
/*0x468*/ u32 unk468;
|
||||
/*0x46c*/ u32 unk46c;
|
||||
|
||||
Reference in New Issue
Block a user