jpn-final: Decompile frGetMinAccuracy

This commit is contained in:
Ryan Dwyer
2022-04-16 18:27:21 +10:00
parent 61e1630265
commit d9c411d5e2
2 changed files with 12 additions and 43 deletions
+6
View File
@@ -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);