diff options
-rw-r--r-- | asm/pokemon_animation.s (renamed from asm/front_pic_anim.s) | 0 | ||||
-rw-r--r-- | asm/recorded_battle.s (renamed from asm/rom_8184DA4.s) | 0 | ||||
-rw-r--r-- | ld_script.txt | 4 |
3 files changed, 2 insertions, 2 deletions
diff --git a/asm/front_pic_anim.s b/asm/pokemon_animation.s index 1b0119424..1b0119424 100644 --- a/asm/front_pic_anim.s +++ b/asm/pokemon_animation.s diff --git a/asm/rom_8184DA4.s b/asm/recorded_battle.s index f22214f93..f22214f93 100644 --- a/asm/rom_8184DA4.s +++ b/asm/recorded_battle.s diff --git a/ld_script.txt b/ld_script.txt index eee70792c..f5bd9965a 100644 --- a/ld_script.txt +++ b/ld_script.txt @@ -214,8 +214,8 @@ SECTIONS { asm/bard_music.o(.text); asm/fldeff_teleport.o(.text); asm/rom_817C95C.o(.text); - asm/front_pic_anim.o(.text); - asm/rom_8184DA4.o(.text); + asm/pokemon_animation.o(.text); + asm/recorded_battle.o(.text); asm/battle_controller_recorded_opponent.o(.text); asm/battle_controller_recorded_player.o(.text); asm/rom_818CFC8.o(.text); |