summaryrefslogtreecommitdiff
path: root/ld_script.txt
diff options
context:
space:
mode:
authorDiegoisawesome <diego@domoreaweso.me>2017-03-07 07:44:41 -0600
committerDiegoisawesome <diego@domoreaweso.me>2017-03-07 07:44:41 -0600
commit20358c4c968223d108d11f70612b1f2bc89fb91a (patch)
tree295486809b558302611ae390b6d4ba21a7e7d861 /ld_script.txt
parentb2ec63d69e19b274fa5f8d56fb0a35cc0c9bd524 (diff)
Begin disassembling text.s
Diffstat (limited to 'ld_script.txt')
-rw-r--r--ld_script.txt1
1 files changed, 1 insertions, 0 deletions
diff --git a/ld_script.txt b/ld_script.txt
index 517395530..01b26c2ba 100644
--- a/ld_script.txt
+++ b/ld_script.txt
@@ -48,6 +48,7 @@ SECTIONS {
asm/bg.o(.text);
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);