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 2664d8010..5ebf1515c 100644 --- a/ld_script.txt +++ b/ld_script.txt @@ -61,7 +61,7 @@ SECTIONS { src/sprite.o(.text); src/string_util.o(.text); asm/link.o(.text); - asm/multiboot.o(.text); + src/multiboot.o(.text); asm/main_menu.o(.text); asm/battle_controllers.o(.text); asm/decompress.o(.text); |