Match savemenu_render_element for JP Region (#631)

* Last function that had no compilable code is now there.

* Hack up the score script to filter out functions that are matched in US 1.0 but not in JPN. This will finally show us the true functions remaining to be matched to finish US 1.0

* Update score

* Run formatter

* Match savemenu_render_element for JP Region

* Update the score
This commit is contained in:
Ryan Myers
2025-06-17 10:26:16 -04:00
committed by GitHub
parent 6950414382
commit e5157023eb
4 changed files with 24 additions and 29 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', 'savemenu_render_element', 'results_render']
'fontConvertString', 'func_800C78E0_C84E0', 'menu_credits_loop', 'results_render']
class ScoreFileMatch:
def __init__(self, comment, functionName):