summaryrefslogtreecommitdiff
path: root/ld_script.txt
diff options
context:
space:
mode:
authorjiangzhengwenjz <jiangzhengwenjzw@qq.com>2019-11-08 10:30:17 +0800
committerjiangzhengwenjz <jiangzhengwenjzw@qq.com>2019-11-09 12:26:53 +0800
commit94c1924ed8849ccd2bbc7c3f3f4d28400edf72d5 (patch)
tree3708cbadf4c47b8ee06232ab145b20debde976a2 /ld_script.txt
parent7e4a3697cd6587e78b07eb8899cc142cca6bb583 (diff)
ice
Diffstat (limited to 'ld_script.txt')
-rw-r--r--ld_script.txt3
1 files changed, 2 insertions, 1 deletions
diff --git a/ld_script.txt b/ld_script.txt
index 15a4e31a0..9ad371bbf 100644
--- a/ld_script.txt
+++ b/ld_script.txt
@@ -159,7 +159,7 @@ SECTIONS {
asm/water.o(.text);
asm/fire.o(.text);
asm/electric.o(.text);
- asm/ice.o(.text);
+ src/ice.o(.text);
src/fighting.o(.text);
src/poison.o(.text);
src/flying.o(.text);
@@ -450,6 +450,7 @@ SECTIONS {
src/pokemon_size_record.o(.rodata);
data/item_use.o(.rodata);
data/battle_anim_effects_misc.o(.rodata);
+ src/ice.o(.rodata);
src/fighting.o(.rodata);
src/poison.o(.rodata);
src/flying.o(.rodata);