unknown_last.rodata.s taken care of.

This commit is contained in:
David Benepe
2021-06-12 00:18:39 -05:00
parent abf834bc31
commit 5a96959bca
7 changed files with 12 additions and 203 deletions
-1
View File
@@ -123,7 +123,6 @@ class GenerateLD:
testName = DATA_DIR + '/' + fname + '.rodata.s'
if FileUtil.does_file_exist(testName):
self.gen_line(BUILD_DIR + '/data/' + fname + '.rodata.o(.rodata);')
self.gen_line(BUILD_DIR + '/data/unknown_last.rodata.o(.rodata);')
self.gen_close_block()
self.gen_line('romPos += SIZEOF(.rodata);')
self.gen_newline()