diff options
| author | jiangzhengwenjz <jiangzhengwenjzw@qq.com> | 2019-11-09 09:05:26 +0800 |
|---|---|---|
| committer | jiangzhengwenjz <jiangzhengwenjzw@qq.com> | 2019-11-09 12:26:53 +0800 |
| commit | a4a44dd18e125974e784f5f2fcb4c1387a8de90a (patch) | |
| tree | b1553765299753679baf79394fb58a531f9602a1 /ld_script.txt | |
| parent | ab9ce0e6413607d1677be1bc0e1174e5f82e48f0 (diff) | |
fire; update constants
Diffstat (limited to 'ld_script.txt')
| -rw-r--r-- | ld_script.txt | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/ld_script.txt b/ld_script.txt index 5121b9c63..cedb87f5b 100644 --- a/ld_script.txt +++ b/ld_script.txt @@ -157,7 +157,7 @@ SECTIONS { asm/battle_anim_effects_1.o(.text); asm/battle_anim_effects_2.o(.text); asm/water.o(.text); - asm/fire.o(.text); + src/fire.o(.text); src/electric.o(.text); src/ice.o(.text); src/fighting.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/fire.o(.rodata); src/electric.o(.rodata); src/ice.o(.rodata); src/fighting.o(.rodata); |
