Decomped ov15_0238AD78

Decomped by Seti
This commit is contained in:
AnonymousRandomPerson
2024-10-18 01:12:59 -04:00
parent 12b01d27dd
commit de40a04a70
8 changed files with 368 additions and 337 deletions

View File

@@ -45,6 +45,8 @@ if function_location.startswith('main'):
file_prefix = 'main_'
else:
file_prefix = function_location[:len('overlay_00_')]
if file_prefix[-1] != '_':
file_prefix += '_'
function_start_line = None
function_end_line = None