Moved .rodata in unknown_061D30 from asm to C.

This commit is contained in:
David Benepe
2021-05-30 17:58:14 -05:00
parent 515065c717
commit c95fd196a8
3 changed files with 55 additions and 161 deletions
+1
View File
@@ -34,6 +34,7 @@ class GenerateLD:
self.indentLevel = 0
self.file = file
self.gen_comment('linker script generated by generate_ld.py')
self.gen_comment('If you want to make any changes, then edit the generate_ld.py script!')
self.gen_newline()
self.gen_line('OUTPUT_ARCH (mips)')
self.gen_newline()