diff options
author | YamaArashi <shadow962@live.com> | 2017-01-01 12:52:24 -0800 |
---|---|---|
committer | YamaArashi <shadow962@live.com> | 2017-01-01 12:52:24 -0800 |
commit | 6016d18c1dba45bcd55471ca656d5d53b2118cc6 (patch) | |
tree | 77d0a7a44c48691dcce91bd6c4610e47d91ebbbe /ld_script.txt | |
parent | 80548d5288662ac50e2866ffc0780fbda1556f84 (diff) |
split out some battle anim code
Diffstat (limited to 'ld_script.txt')
-rw-r--r-- | ld_script.txt | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/ld_script.txt b/ld_script.txt index 69cbc2ddc..6ed88f4ac 100644 --- a/ld_script.txt +++ b/ld_script.txt @@ -100,6 +100,7 @@ SECTIONS { asm/rom_8077ABC.o(.text); src/task.o(.text); asm/rom5.o(.text); + asm/battle_anim_807B69C.o(.text); src/title_screen.o(.text); src/weather.o(.text); asm/weather.o(.text); |