mirror of
https://gitlab.com/ryandwyer/perfect-dark
synced 2026-08-02 16:26:26 -04:00
Decompile frMenuTextTimeTakenValue
This commit is contained in:
@@ -3,7 +3,7 @@
|
||||
#include <ultra64.h>
|
||||
#include "types.h"
|
||||
|
||||
u32 func0f097970(void);
|
||||
f32 func0f097970(f32 arg0);
|
||||
u32 func0f0979e8(void);
|
||||
|
||||
#endif
|
||||
|
||||
@@ -5,7 +5,7 @@
|
||||
|
||||
u32 func0f1a3d98(void);
|
||||
char *frMenuTextDifficultyName(struct menu_item *item);
|
||||
u32 func0f1a3e40(void);
|
||||
char *frMenuTextTimeTakenValue(struct menu_item *item);
|
||||
char *frMenuTextScoreValue(struct menu_item *item);
|
||||
u32 func0f1a3fc0(void);
|
||||
char *frMenuTextTargetsDestroyedValue(struct menu_item *item);
|
||||
|
||||
+1
-1
@@ -5607,7 +5607,7 @@ struct frdata {
|
||||
/*0x440*/ u32 unk440;
|
||||
/*0x444*/ u32 unk444;
|
||||
/*0x448*/ u8 difficulty;
|
||||
/*0x44c*/ u32 unk44c;
|
||||
/*0x44c*/ s32 timetaken;
|
||||
/*0x450*/ u32 score;
|
||||
/*0x454*/ u8 unk454;
|
||||
/*0x455*/ u8 targetsdestroyed;
|
||||
|
||||
Reference in New Issue
Block a user