separate sea cottage anim functions

This commit is contained in:
Evan
2019-11-24 17:22:02 -07:00
parent 10ee4b2cf6
commit e6a882cc92
5 changed files with 433 additions and 32 deletions
+2
View File
@@ -141,6 +141,7 @@ SECTIONS {
src/battle_anim_mon_movement.o(.text);
src/item.o(.text);
src/shop.o(.text);
src/sea_cottage_special_anim.o(.text);
src/berry.o(.text);
src/script_menu.o(.text);
asm/naming_screen.o(.text);
@@ -442,6 +443,7 @@ SECTIONS {
src/battle_anim_mon_movement.o(.rodata);
src/item.o(.rodata);
src/shop.o(.rodata);
src/sea_cottage_special_anim.o(.rodata);
src/berry.o(.rodata);
src/script_menu.o(.rodata);
data/naming_screen.o(.rodata);