diff options
author | DizzyEggg <jajkodizzy@wp.pl> | 2018-10-06 23:04:53 +0200 |
---|---|---|
committer | DizzyEggg <jajkodizzy@wp.pl> | 2018-10-06 23:04:53 +0200 |
commit | 54fc92bc92e78d172be51f7d11b4d746e46f8a7e (patch) | |
tree | 2538509027684da7c49f249b978bcb69f19423ed /ld_script.txt | |
parent | b9e38a569eac79572fa0676b82e2d755e30b1357 (diff) |
Start porting ruby battle anim file
Diffstat (limited to 'ld_script.txt')
-rw-r--r-- | ld_script.txt | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/ld_script.txt b/ld_script.txt index fc12789ce..8de971717 100644 --- a/ld_script.txt +++ b/ld_script.txt @@ -111,6 +111,7 @@ SECTIONS { src/palette.o(.text); src/sound.o(.text); src/battle_anim.o(.text); + src/battle_anim_80A5C6C.o(.text); asm/battle_anim_80A5C6C.o(.text); src/task.o(.text); src/reshow_battle_screen.o(.text); @@ -420,7 +421,7 @@ SECTIONS { data/fanfares.o(.rodata); data/battle_anims.o(.rodata); src/battle_anim.o(.rodata); - data/rom_8525F58.o(.rodata); + src/battle_anim_80A5C6C.o(.rodata); data/map_events.o(.rodata); data/battle_anim_80A9C70.o(.rodata); src/title_screen.o(.rodata); |