Moved rodata from C to GLOBAL_ASM in lib/unknown_0CA530

This commit is contained in:
David Benepe
2021-06-05 16:49:19 -05:00
parent e14b59689f
commit 17de52bff7
5 changed files with 19 additions and 11 deletions
+2 -2
View File
@@ -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 = []