decompile string_util

This commit is contained in:
sceptillion
2017-12-20 12:55:52 -08:00
parent a6a0b7db92
commit 9f9e3529f8
6 changed files with 709 additions and 1349 deletions
+2 -1
View File
@@ -95,7 +95,7 @@ SECTIONS {
src/text.o(.text);
asm/text.o(.text);
src/sprite.o(.text);
asm/string_util.o(.text);
src/string_util.o(.text);
asm/link.o(.text);
asm/multiboot.o(.text);
asm/main_menu.o(.text);
@@ -402,6 +402,7 @@ SECTIONS {
data/text.o(.rodata);
src/sprite.o(.rodata);
src/bg_regs.o(.rodata);
src/string_util.o(.rodata);
data/data.o(.rodata);
src/m4a_tables.o(.rodata);
data/sound_data.o(.rodata);