mirror of
https://gitlab.com/ryandwyer/perfect-dark
synced 2026-07-31 23:58:38 -04:00
Decompile frMenuTextMinAccuracyOrTargetsLabel
This commit is contained in:
@@ -12,7 +12,7 @@ u32 func0f1a3ff0(void);
|
||||
u32 func0f1a402c(void);
|
||||
char *frMenuTextGoalScoreLabel(struct menu_item *item);
|
||||
char *frMenuTextGoalScoreValue(struct menu_item *item);
|
||||
u32 func0f1a4194(void);
|
||||
char *frMenuTextMinAccuracyOrTargetsLabel(struct menu_item *item);
|
||||
u32 func0f1a4230(void);
|
||||
u32 func0f1a42b8(void);
|
||||
u32 func0f1a431c(void);
|
||||
|
||||
+5
-2
@@ -5330,8 +5330,11 @@ struct hudmessage {
|
||||
struct frdata {
|
||||
/*0x000*/ u16 unk000;
|
||||
/*0x002*/ u16 goalscore;
|
||||
/*0x004*/ u32 unk004;
|
||||
/*0x008*/ u32 unk008;
|
||||
/*0x004*/ u8 goaltargets;
|
||||
/*0x005*/ u8 unk005;
|
||||
/*0x006*/ u8 unk006;
|
||||
/*0x007*/ u8 unk007;
|
||||
/*0x008*/ u8 goalaccuracy;
|
||||
/*0x00c*/ u32 unk00c;
|
||||
/*0x010*/ u32 unk010;
|
||||
/*0x014*/ u32 unk014;
|
||||
|
||||
Reference in New Issue
Block a user