diff options
Diffstat (limited to 'ld_script.txt')
-rw-r--r-- | ld_script.txt | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/ld_script.txt b/ld_script.txt index 37bb46c2a..55a779f04 100644 --- a/ld_script.txt +++ b/ld_script.txt @@ -91,7 +91,8 @@ SECTIONS { src/tileset_anim.o(.text); src/palette.o(.text); src/sound.o(.text); - asm/rom_8074BAC.o(.text); + asm/battle_anim.o(.text); + asm/rom_8077ABC.o(.text); src/task.o(.text); asm/rom5.o(.text); src/title_screen.o(.text); |