diff options
Diffstat (limited to 'ld_script.txt')
-rw-r--r-- | ld_script.txt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/ld_script.txt b/ld_script.txt index 47d9a2388..9fb8ca43c 100644 --- a/ld_script.txt +++ b/ld_script.txt @@ -91,7 +91,7 @@ SECTIONS { asm/text_printer.o(.text); src/window.o(.text); asm/blit.o(.text); - asm/window_8bpp.o(.text); + src/window_8bpp.o(.text); asm/text.o(.text); asm/sprite.o(.text); asm/string_util.o(.text); |