mirror of
https://github.com/pret/pmd-sky.git
synced 2026-09-24 19:26:50 -05:00
Merge branch 'overlay31' of https://github.com/igidrau/pmd-sky
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