mirror of
https://gitlab.com/ryandwyer/perfect-dark
synced 2026-07-05 20:33:33 -04:00
jpn-final: Decompile frGetMinAccuracy
This commit is contained in:
@@ -122,7 +122,13 @@ void frGetTargetsDestroyedValue(char *buffer);
|
||||
void frGetScoreValue(char *buffer);
|
||||
void frGetGoalScoreText(char *buffer);
|
||||
f32 frGetAccuracy(char *buffer);
|
||||
|
||||
#if VERSION >= VERSION_JPN_FINAL
|
||||
bool frGetMinAccuracy(char *buffer, f32 accuracy, char *buffer2);
|
||||
#else
|
||||
bool frGetMinAccuracy(char *buffer, f32 accuracy);
|
||||
#endif
|
||||
|
||||
bool frFormatTime(char *buffer);
|
||||
bool frGetHudMiddleSubtext(char *buffer);
|
||||
bool frGetFeedback(char *score, char *zone);
|
||||
|
||||
Reference in New Issue
Block a user