mirror of
https://github.com/izzy2lost/Diddy-Kong-Racing.git
synced 2026-06-19 01:16:26 -07:00
unknown_003260.c data section
This commit is contained in:
committed by
Antonio Castelli
parent
2a38afd7ef
commit
a2f2e6e2f2
@@ -75,7 +75,8 @@ 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);')
|
||||
for file in self.files:
|
||||
self.gen_line(file[0] + '(.data);')
|
||||
self.gen_line(BUILD_DIR + '/data/dkr.data.o(.data);')
|
||||
self.gen_close_block()
|
||||
self.gen_line('romPos += SIZEOF(.main_data);')
|
||||
|
||||
Reference in New Issue
Block a user