From a83501f3bc4632d8484c68b20714cca813bf2527 Mon Sep 17 00:00:00 2001 From: DizzyEggg Date: Mon, 4 Sep 2017 13:23:40 +0200 Subject: [PATCH] find pokemon animation and recorded --- asm/{front_pic_anim.s => pokemon_animation.s} | 0 asm/{rom_8184DA4.s => recorded_battle.s} | 0 ld_script.txt | 4 ++-- 3 files changed, 2 insertions(+), 2 deletions(-) rename asm/{front_pic_anim.s => pokemon_animation.s} (100%) rename asm/{rom_8184DA4.s => recorded_battle.s} (100%) 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);