diff options
author | Marcus Huderle <huderlem@gmail.com> | 2017-12-18 20:46:26 -0600 |
---|---|---|
committer | Marcus Huderle <huderlem@gmail.com> | 2017-12-18 20:46:26 -0600 |
commit | e7a3951dafdf167f3e9d01a83320df701e81dda8 (patch) | |
tree | c7226ce35e7959b6cb1db2b9ace4149ecdc366f6 /ld_script.txt | |
parent | 66c2dccd72f7b0d00517bab91af61a2d58126059 (diff) |
Decompile battle_anim note_spin
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 12a7a4c9d..0de169fdf 100644 --- a/ld_script.txt +++ b/ld_script.txt @@ -269,7 +269,7 @@ SECTIONS { src/battle/anim/struggle.o(.text); src/battle/anim/uproar.o(.text); src/battle/anim/noise.o(.text); - asm/note_spin.o(.text); + src/battle/anim/note_spin.o(.text); asm/guard.o(.text); asm/fury_cutter_count.o(.text); asm/rain.o(.text); |