unknown_001050.c data section

This commit is contained in:
David Benepe
2021-05-27 19:19:58 -07:00
committed by Antonio Castelli
parent 3f182095cc
commit 2a38afd7ef
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);')