summaryrefslogtreecommitdiff
path: root/ld_script.txt
diff options
context:
space:
mode:
authorPikalaxALT <pikalaxalt@gmail.com>2019-04-27 12:39:26 -0400
committerPikalaxALT <pikalaxalt@gmail.com>2019-04-27 12:39:26 -0400
commit523c53506da69eccebb95af1d1cb76803d0fb88f (patch)
treed28bb836f948ba97fbc618a5e7873d3c94be846c /ld_script.txt
parent9e4b16b614280e4092bb5e7a632d6a5cdff83110 (diff)
Port blit from Emerald
Diffstat (limited to 'ld_script.txt')
-rw-r--r--ld_script.txt2
1 files changed, 1 insertions, 1 deletions
diff --git a/ld_script.txt b/ld_script.txt
index 88c2c59bc..53385c39f 100644
--- a/ld_script.txt
+++ b/ld_script.txt
@@ -55,7 +55,7 @@ SECTIONS {
src/text_printer.o(.text);
asm/text_printer.o(.text);
src/window.o(.text);
- asm/blit.o(.text);
+ src/blit.o(.text);
src/window_8bpp.o(.text);
src/text.o(.text);
src/sprite.o(.text);