diff options
author | garak <garakmon@gmail.com> | 2019-05-23 19:00:16 -0400 |
---|---|---|
committer | garak <garakmon@gmail.com> | 2019-05-23 19:00:16 -0400 |
commit | e4136de32e7518521d595e601a86e9e8f6349aba (patch) | |
tree | cc938eb74a09d7d7683d107da68660ea6f8f5e6f | |
parent | d81aaaad6779d4f48e0df10c9ebba263298d2491 (diff) |
rename remaining battle anim files
-rw-r--r-- | asm/battle_anim_effects_3.s (renamed from asm/battle_anim_80DE2C0.s) | 0 | ||||
-rw-r--r-- | asm/battle_anim_mon_movement.s (renamed from asm/battle_anim_80989F8.s) | 0 | ||||
-rw-r--r-- | asm/battle_anim_mons.s (renamed from asm/battle_anim_8074480.s) | 0 | ||||
-rw-r--r-- | asm/battle_anim_special.s (renamed from asm/battle_anim_80EEC0C.s) | 0 | ||||
-rw-r--r-- | asm/battle_anim_status_effects.s (renamed from asm/battle_anim_8078178.s) | 0 | ||||
-rw-r--r-- | ld_script.txt | 10 |
6 files changed, 5 insertions, 5 deletions
diff --git a/asm/battle_anim_80DE2C0.s b/asm/battle_anim_effects_3.s index 74f6ef9fc..74f6ef9fc 100644 --- a/asm/battle_anim_80DE2C0.s +++ b/asm/battle_anim_effects_3.s diff --git a/asm/battle_anim_80989F8.s b/asm/battle_anim_mon_movement.s index 14cc141cd..14cc141cd 100644 --- a/asm/battle_anim_80989F8.s +++ b/asm/battle_anim_mon_movement.s diff --git a/asm/battle_anim_8074480.s b/asm/battle_anim_mons.s index aded063d4..aded063d4 100644 --- a/asm/battle_anim_8074480.s +++ b/asm/battle_anim_mons.s diff --git a/asm/battle_anim_80EEC0C.s b/asm/battle_anim_special.s index 704a1e9a7..704a1e9a7 100644 --- a/asm/battle_anim_80EEC0C.s +++ b/asm/battle_anim_special.s diff --git a/asm/battle_anim_8078178.s b/asm/battle_anim_status_effects.s index 5530fd869..5530fd869 100644 --- a/asm/battle_anim_8078178.s +++ b/asm/battle_anim_status_effects.s diff --git a/ld_script.txt b/ld_script.txt index c0ebec726..a524fc643 100644 --- a/ld_script.txt +++ b/ld_script.txt @@ -112,10 +112,10 @@ SECTIONS { asm/palette.o(.text); src/sound.o(.text); asm/battle_anim.o(.text); - asm/battle_anim_8074480.o(.text); + asm/battle_anim_mons.o(.text); src/task.o(.text); asm/reshow_battle_screen.o(.text); - asm/battle_anim_8078178.o(.text); + asm/battle_anim_status_effects.o(.text); asm/title_screen.o(.text); asm/reset_save_heap.o(.text); asm/field_weather.o(.text); @@ -138,7 +138,7 @@ SECTIONS { asm/mail_data.o(.text); asm/map_name_popup.o(.text); asm/item_menu_icons.o(.text); - asm/battle_anim_80989F8.o(.text); + asm/battle_anim_mon_movement.o(.text); asm/item.o(.text); asm/shop.o(.text); src/berry.o(.text); @@ -203,14 +203,14 @@ SECTIONS { asm/battle_anim_sound_tasks.o(.text); asm/battle_controller_safari.o(.text); asm/fldeff_sweetscent.o(.text); - asm/battle_anim_80DE2C0.o(.text); + asm/battle_anim_effects_3.o(.text); asm/learn_move.o(.text); asm/fldeff_softboiled.o(.text); asm/battle_tower.o(.text); asm/battle_controller_oak.o(.text); asm/player_pc.o(.text); asm/intro.o(.text); - asm/battle_anim_80EEC0C.o(.text); + asm/battle_anim_special.o(.text); asm/hall_of_fame.o(.text); asm/credits.o(.text); asm/diploma.o(.text); |