diff options
author | PikalaxALT <pikalaxalt@gmail.com> | 2017-10-01 21:58:47 -0400 |
---|---|---|
committer | PikalaxALT <pikalaxalt@gmail.com> | 2017-10-01 22:10:53 -0400 |
commit | 3ec4d98de95a2aeb12f3c738b3496d0b3a830793 (patch) | |
tree | 85d0aa886fbeef2d0fd5eca8a8295274c286aeb0 /ld_script.txt | |
parent | 993d5e2a6afb8f765ddd98ac32f01253a1476696 (diff) |
Split palette and tileset_anims
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 78d27eb7f..2ab0f780b 100644 --- a/ld_script.txt +++ b/ld_script.txt @@ -110,6 +110,7 @@ SECTIONS { asm/reset_rtc_screen.o(.text); src/start_menu.o(.text); asm/start_menu.o(.text); + src/tileset_anims.o(.text); src/palette.o(.text); src/sound.o(.text); asm/battle_anim.o(.text); @@ -356,6 +357,7 @@ SECTIONS { data/reset_rtc_screen.o(.rodata); data/start_menu.o(.rodata); data/tileset.o(.rodata); + src/tileset_anims.o(.rodata); src/palette.o(.rodata); data/fanfares.o(.rodata); data/battle_anims.o(.rodata); |