unknown_001050.c data section

This commit is contained in:
David Benepe
2021-05-24 14:06:56 -05:00
parent 48c6be1194
commit 7bcaf68657
3 changed files with 77 additions and 63 deletions
+1
View File
@@ -75,6 +75,7 @@ class GenerateLD:
def gen_data_section(self):
self.gen_line('.main_data 0x80000400 : AT(romPos) SUBALIGN(16)')
self.gen_open_block()
self.gen_line(BUILD_DIR + '/src/unknown_001050.o(.data);')
self.gen_line(BUILD_DIR + '/data/dkr.data.o(.data);')
self.gen_close_block()
self.gen_line('romPos += SIZEOF(.main_data);')