Fix the last two unmatched JPN functions that were matched in other versions (#633)

* Match results_render in JP

* It's actually one function left for JP

* Match menu_credits_loop

* Match the last JP unmatched in menu.c
This commit is contained in:
Ryan Myers
2025-06-17 13:59:37 -04:00
committed by GitHub
parent e5157023eb
commit 37454869ed
4 changed files with 67 additions and 62 deletions
+1 -1
View File
@@ -117,7 +117,7 @@ MAP_FILE = DkrMapFile()
NOT_FUNCTION_NAMES = ['if', 'else', 'switch', 'while', 'for', 'dmacopy_internal', 'func_80082BC8_837C8', 'rumble_enable',
'func_800C6464_C7064', 'func_800C663C_C723C', 'func_800C67F4_C73F4', 'func_800C6870_C7470',
'func_800C68CC_C74CC', 'fontCreateDisplayList', 'func_800C7744_C8344', 'func_800C7804_C8404',
'fontConvertString', 'func_800C78E0_C84E0', 'menu_credits_loop', 'results_render']
'fontConvertString', 'func_800C78E0_C84E0']
class ScoreFileMatch:
def __init__(self, comment, functionName):