mirror of
https://gitlab.com/ryandwyer/perfect-dark
synced 2026-07-28 23:26:00 -04:00
Decompile frGetFeedback
This commit is contained in:
@@ -522,6 +522,12 @@
|
||||
#define FLOORFLAG_0100 0x0100
|
||||
#define FLOORFLAG_4000 0x4000
|
||||
|
||||
#define FRZONE_RING3 1
|
||||
#define FRZONE_RING2 2
|
||||
#define FRZONE_RING1 5
|
||||
#define FRZONE_BULLSEYE 10
|
||||
#define FRZONE_EXPLODE 11
|
||||
|
||||
// Weapon functions
|
||||
#define FUNC_PRIMARY 0
|
||||
#define FUNC_SECONDARY 1
|
||||
|
||||
@@ -114,7 +114,7 @@ f32 frGetAccuracy(char *buffer);
|
||||
bool frGetMinAccuracy(char *buffer, f32 accuracy);
|
||||
u32 func0f1a29b8(void);
|
||||
bool frGetHudMiddleSubtext(char *buffer);
|
||||
u32 func0f1a2bc4(void);
|
||||
bool frGetFeedback(char *score, char *zone);
|
||||
u32 func0f1a2d88(void);
|
||||
u32 func0f1a2f60(void);
|
||||
|
||||
|
||||
+2
-2
@@ -4849,8 +4849,8 @@ struct frdata {
|
||||
/*0x468*/ u8 unk468;
|
||||
/*0x46c*/ u32 unk46c;
|
||||
/*0x470*/ u8 unk470;
|
||||
/*0x471*/ u8 unk471;
|
||||
/*0x472*/ u8 unk472;
|
||||
/*0x471*/ u8 feedbackzone;
|
||||
/*0x472*/ s8 feedbackttl;
|
||||
/*0x474*/ u16 unk474;
|
||||
/*0x476*/ s16 unk476;
|
||||
/*0x478*/ u32 unk478;
|
||||
|
||||
Reference in New Issue
Block a user