mirror of
https://github.com/izzy2lost/Diddy-Kong-Racing.git
synced 2026-06-19 01:16:26 -07:00
Split unknown_032760 into unknown_0348C0. Finished moving rodata in both files.
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user