diff options
| author | Evan <eroelke@gmail.com> | 2019-11-24 17:22:02 -0700 |
|---|---|---|
| committer | Evan <eroelke@gmail.com> | 2019-11-24 17:22:02 -0700 |
| commit | e6a882cc920077f7e555714983a8835fbbe3e4bd (patch) | |
| tree | 5ed8410d1a884cd8cba59b225da290710c51dc79 /ld_script.txt | |
| parent | 10ee4b2cf6c380a2e1b4d1d02bbec3b3682257b1 (diff) | |
separate sea cottage anim functions
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 acf58b345..9f6e7297d 100644 --- a/ld_script.txt +++ b/ld_script.txt @@ -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); |
