summaryrefslogtreecommitdiff
path: root/ld_script.txt
diff options
context:
space:
mode:
authorjiangzhengwenjz <jiangzhengwenjzw@qq.com>2019-09-28 12:42:26 +0800
committerjiangzhengwenjz <jiangzhengwenjzw@qq.com>2019-09-28 22:37:10 +0800
commit779f48d19de47f9a1a45db9e9911c3c80e4164d9 (patch)
treeae43337512f87c5133a5f367300e4591e6e08b42 /ld_script.txt
parent3ab2de40cf164a86af27eff7a46215d3d927f47f (diff)
palette
Diffstat (limited to 'ld_script.txt')
-rw-r--r--ld_script.txt4
1 files changed, 2 insertions, 2 deletions
diff --git a/ld_script.txt b/ld_script.txt
index 131b6b4e9..97e7171fc 100644
--- a/ld_script.txt
+++ b/ld_script.txt
@@ -108,7 +108,7 @@ SECTIONS {
asm/field_tasks.o(.text);
asm/start_menu.o(.text);
src/tileset_anims.o(.text);
- asm/palette.o(.text);
+ src/palette.o(.text);
src/sound.o(.text);
asm/battle_anim.o(.text);
asm/battle_anim_mons.o(.text);
@@ -407,7 +407,7 @@ SECTIONS {
data/field_tasks.o(.rodata);
data/start_menu.o(.rodata);
data/tileset_anims.o(.rodata);
- data/palette.o(.rodata);
+ src/palette.o(.rodata);
src/sound.o(.rodata);
data/battle_anim.o(.rodata);
data/map_events.o(.rodata);