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 f7071f2be..1e1d66fbb 100644 --- a/ld_script.txt +++ b/ld_script.txt @@ -115,7 +115,7 @@ SECTIONS { asm/start_menu.o(.text); asm/tileset_anims.o(.text); asm/palette.o(.text); - asm/sound.o(.text); + src/sound.o(.text); asm/battle_anim.o(.text); asm/battle_anim_8074480.o(.text); src/task.o(.text); |