mirror of
https://github.com/zeldaret/tmc
synced 2026-06-07 12:07:37 -04:00
Prefix script files with script_ instead of gUnk_
This commit is contained in:
@@ -23,7 +23,7 @@ def read_baserom():
|
||||
return bytearray(baserom.read())
|
||||
|
||||
def get_label(addr):
|
||||
return hex(addr).upper().replace('0X', 'gUnk_0')
|
||||
return hex(addr).upper().replace('0X', 'script_0')
|
||||
|
||||
def main():
|
||||
baserom_data = read_baserom()
|
||||
|
||||
Reference in New Issue
Block a user