mirror of
https://github.com/pret/pmd-sky.git
synced 2026-09-25 11:54:51 -05:00
Decomp ov31_02382F68
This commit is contained in:
@@ -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]
|
||||
|
||||
|
||||
Reference in New Issue
Block a user