Split unknown_032760 into unknown_0348C0. Finished moving rodata in both files.

This commit is contained in:
David Benepe
2021-06-04 18:37:06 -05:00
parent 7cf167f809
commit 75276c51f6
4 changed files with 931 additions and 924 deletions
+2
View File
@@ -66,6 +66,7 @@ def adjustAsmFile(asmFilepath, refs):
rodata += 'glabel ' + ref[1] + '\n'
rodata += '.' + ref[0] + ' ' + ref[2] + '\n'
elif ref[0] == 'double' or ref[0] == 'float':
lateRodata += 'glabel ' + ref[1] + '\n'
lateRodata += '.' + ref[0] + ' ' + ref[2] + '\n'
elif ref[0] == 'table':
replaces.append((ref[1], 'jpt' + ref[1][1:]))
@@ -84,6 +85,7 @@ def adjustAsmFile(asmFilepath, refs):
asmLines.insert(i, 'glabel L' + word)
break
doneWords.append(word)
lateRodata += 'glabel ' + ref[1] + '\n'
lateRodata += tblWords + '\n'
if index < len(refs) - 1 and ref[0] != 'double' and refs[index + 1][0] == 'double':
addPadding = False