diff options
author | PikalaxALT <PikalaxALT@gmail.com> | 2020-03-19 20:40:26 -0400 |
---|---|---|
committer | PikalaxALT <PikalaxALT@gmail.com> | 2020-03-19 20:40:26 -0400 |
commit | b36ea2db9873f4a52c5245328b8c846e08757fa3 (patch) | |
tree | a943513fc2e1458952e86194eba196a60be699eb /ld_script.txt | |
parent | 33b65b547000387fcdce9fe497da9b217544ece6 (diff) |
through sub_811CA20
Diffstat (limited to 'ld_script.txt')
-rw-r--r-- | ld_script.txt | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/ld_script.txt b/ld_script.txt index c92132b90..b9de60577 100644 --- a/ld_script.txt +++ b/ld_script.txt @@ -251,6 +251,7 @@ SECTIONS { src/union_room.o(.text); src/rfu_union_tool.o(.text); src/union_room_battle.o(.text); + src/pokemon_special_anim.o(.text); asm/pokemon_special_anim.o(.text); src/party_menu.o(.text); src/union_room_chat.o(.text); @@ -553,6 +554,7 @@ SECTIONS { src/rfu_union_tool.o(.rodata); src/union_room_battle.o(.rodata); src/union_room_message.o(.rodata); + src/pokemon_special_anim.o(.rodata); data/pokemon_special_anim.o(.rodata); src/party_menu.o(.rodata); src/union_room_chat.o(.rodata); |