diff --git a/asm/front_pic_anim.s b/asm/pokemon_animation.s similarity index 100% rename from asm/front_pic_anim.s rename to asm/pokemon_animation.s diff --git a/asm/rom_8184DA4.s b/asm/recorded_battle.s similarity index 100% rename from asm/rom_8184DA4.s rename to asm/recorded_battle.s diff --git a/ld_script.txt b/ld_script.txt index eee70792c5..f5bd9965a9 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);