Mostly decompile text.s

This commit is contained in:
Diegoisawesome
2017-03-27 19:30:49 -05:00
parent 1d95689766
commit 5a8eeb353d
27 changed files with 2795 additions and 3869 deletions

View File

@@ -49,7 +49,6 @@ SECTIONS {
asm/blit.o(.text);
asm/window.o(.text);
src/text.o(.text);
asm/text.o(.text);
asm/sprite.o(.text);
src/string_util.o(.text);
asm/link.o(.text);
@@ -256,7 +255,7 @@ SECTIONS {
src/main.o(.rodata);
data/bg.o(.rodata);
data/window.o(.rodata);
data/text.o(.rodata);
src/text.o(.rodata);
data/sprite.o(.rodata);
src/string_util.o(.rodata);
data/data2.o(.rodata);