diff options
author | DizzyEggg <jajkodizzy@wp.pl> | 2017-09-04 13:23:40 +0200 |
---|---|---|
committer | DizzyEggg <jajkodizzy@wp.pl> | 2017-09-04 13:23:40 +0200 |
commit | a83501f3bc4632d8484c68b20714cca813bf2527 (patch) | |
tree | bc62387b63947ae7936991394a40297e8e684522 | |
parent | 4bf54bfdd4e67098960ca20ce5178f5072f20735 (diff) |
find pokemon animation and recorded
-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); |