Decomp ov31_02382F68

This commit is contained in:
user
2024-07-31 08:22:44 +02:00
parent bd07c19005
commit 76e8d94dc1
6 changed files with 25 additions and 36 deletions

View File

@@ -16,6 +16,8 @@ if len(sys.argv) != 3:
_, function_location, function_header = sys.argv
if function_location.endswith('.s'):
function_location = function_location[:-2]
if function_location.startswith("./asm/"):
function_location = function_location[6:]
if function_header.endswith(';'):
function_header = function_header[:-1]