mirror of
https://github.com/izzy2lost/Diddy-Kong-Racing.git
synced 2026-06-19 01:16:26 -07:00
Moved rodata from C to GLOBAL_ASM in lib/unknown_0CA530
This commit is contained in:
@@ -12,8 +12,8 @@ C_JMPTABLE_REGEX = r"(?:(?:D_)|0x)[0-9A-Fa-f]{8}"
|
||||
NO_OUTPUT = False # If True, then no files will be changed.
|
||||
ONLY_THE_FIRST_ASM_FILE = False # If True, then only one asm file will be changed.
|
||||
|
||||
#ASM_DIRECTORY = 'asm/non_matchings/'
|
||||
ASM_DIRECTORY = 'lib/asm/non_matchings/'
|
||||
ASM_DIRECTORY = 'asm/non_matchings/'
|
||||
#ASM_DIRECTORY = 'lib/asm/non_matchings/'
|
||||
|
||||
def getMatches(string, regex):
|
||||
out = []
|
||||
|
||||
Reference in New Issue
Block a user