diff options
author | Marcus Huderle <huderlem@gmail.com> | 2018-10-07 00:09:17 -0500 |
---|---|---|
committer | GitHub <noreply@github.com> | 2018-10-07 00:09:17 -0500 |
commit | f285a81e859bb045725acac3d33f2d7d665ee8c5 (patch) | |
tree | 3346f41864014ebaedc11462c0a73f29fc4d892a /ld_script.txt | |
parent | 281507d72ea0bc03189469d7d97d4f28979b1cf9 (diff) | |
parent | 77f8b38417393b8639912efbcc18f7ac610549c1 (diff) |
Merge pull request #16 from ProjectRevoTPP/text
finish decompiling text.c
Diffstat (limited to 'ld_script.txt')
-rw-r--r-- | ld_script.txt | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/ld_script.txt b/ld_script.txt index 33b77351a..bc27ac048 100644 --- a/ld_script.txt +++ b/ld_script.txt @@ -58,7 +58,6 @@ SECTIONS { asm/blit.o(.text); src/window_8bpp.o(.text); src/text.o(.text); - asm/text.o(.text); src/sprite.o(.text); src/string_util.o(.text); asm/link.o(.text); @@ -364,7 +363,6 @@ SECTIONS { src/text_printer.o(.rodata); src/window.o(.rodata); src/text.o(.rodata); - data/text.o(.rodata); src/sprite.o(.rodata); src/bg_regs.o(.rodata); src/string_util.o(.rodata); |