mirror of
https://github.com/izzy2lost/Diddy-Kong-Racing.git
synced 2026-06-19 01:16:26 -07:00
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:
@@ -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):
|
||||
|
||||
Reference in New Issue
Block a user