summaryrefslogtreecommitdiff
path: root/ld_script.txt
diff options
context:
space:
mode:
authorMarcus Huderle <huderlem@gmail.com>2018-10-07 00:09:17 -0500
committerGitHub <noreply@github.com>2018-10-07 00:09:17 -0500
commitf285a81e859bb045725acac3d33f2d7d665ee8c5 (patch)
tree3346f41864014ebaedc11462c0a73f29fc4d892a /ld_script.txt
parent281507d72ea0bc03189469d7d97d4f28979b1cf9 (diff)
parent77f8b38417393b8639912efbcc18f7ac610549c1 (diff)
Merge pull request #16 from ProjectRevoTPP/text
finish decompiling text.c
Diffstat (limited to 'ld_script.txt')
-rw-r--r--ld_script.txt2
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);