diff options
author | ProjectRevoTPP <projectrevotpp@hotmail.com> | 2017-12-21 13:25:12 -0500 |
---|---|---|
committer | ProjectRevoTPP <projectrevotpp@hotmail.com> | 2017-12-21 13:25:12 -0500 |
commit | 0f116854b2408ea7750e9c3f8da4d4ea2a3e0d38 (patch) | |
tree | 38bb9b6d56ea6c60be2087e9ff4e76b82c6a8d1b /ld_script.txt | |
parent | 272cd213391b5ce87cb2aeac263b3eedb0f19a07 (diff) | |
parent | 85a8e5f1ded5a0a2354916617dd0b82091a42ee0 (diff) |
Merge branch 'master' of https://github.com/pret/pokeruby into assert
Diffstat (limited to 'ld_script.txt')
-rw-r--r-- | ld_script.txt | 27 |
1 files changed, 14 insertions, 13 deletions
diff --git a/ld_script.txt b/ld_script.txt index 67c259177..ffd43f3fb 100644 --- a/ld_script.txt +++ b/ld_script.txt @@ -309,24 +309,25 @@ SECTIONS { src/battle/anim/swipe.o(.text); src/battle/anim/struggle.o(.text); src/battle/anim/uproar.o(.text); - asm/noise.o(.text); - asm/note_spin.o(.text); - asm/guard.o(.text); - asm/fury_cutter_count.o(.text); - asm/rain.o(.text); - asm/bubble.o(.text); + src/battle/anim/noise.o(.text); + src/battle/anim/note_spin.o(.text); + src/battle/anim/guard.o(.text); + src/battle/anim/fury_cutter_count.o(.text); + src/battle/anim/rain.o(.text); + src/battle/anim/bubble.o(.text); src/battle/anim/aurora.o(.text); - asm/liquid_ball.o(.text); + src/battle/anim/energy_wave.o(.text); + src/battle/anim/water.o(.text); asm/water.o(.text); asm/fire.o(.text); - asm/sunlight.o(.text); + src/battle/anim/sunlight.o(.text); asm/fire_2.o(.text); - asm/heated_rock.o(.text); - asm/wisp_orb.o(.text); + src/battle/anim/heated_rock.o(.text); + src/battle/anim/wisp_orb.o(.text); asm/wisp_fire.o(.text); - asm/thunder.o(.text); - asm/beta_beat_up.o(.text); - asm/shock.o(.text); + src/battle/anim/thunder.o(.text); + src/battle/anim/beta_beat_up.o(.text); + src/battle/anim/shock.o(.text); asm/current.o(.text); asm/ice.o(.text); asm/fight.o(.text); |