diff options
author | PikalaxALT <pikalaxalt@gmail.com> | 2019-06-21 13:06:58 -0400 |
---|---|---|
committer | PikalaxALT <pikalaxalt@gmail.com> | 2019-06-21 13:06:58 -0400 |
commit | 6dfe2ff14dcda164b9e7882bb9de53b8192b2fbb (patch) | |
tree | f2caab12d982f1c96761e42891006e0333230e02 /ld_script.txt | |
parent | 92bf25bd0dbd52fcab1c0c504b7d5dafccad9a3e (diff) |
Decompile these sprite templates
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 9556fb8fd..b4fd52516 100644 --- a/ld_script.txt +++ b/ld_script.txt @@ -138,6 +138,7 @@ SECTIONS { asm/mail_data.o(.text); asm/map_name_popup.o(.text); src/item_menu_icons.o(.text); + src/battle_anim_mon_movement.o(.text); asm/battle_anim_mon_movement.o(.text); src/item.o(.text); asm/shop.o(.text); @@ -409,7 +410,7 @@ SECTIONS { data/field_weather.o(.rodata); data/data_835B488.o(.rodata); src/item_menu_icons.o(.rodata); - data/data_835B488.o(.rodata.83D4E4C); + src/battle_anim_mon_movement.o(.rodata); src/item.o(.rodata); data/data_835B488.o(.rodata.83DF09C); src/heal_location.o(.rodata); |