diff options
| author | jiangzhengwenjz <jiangzhengwenjzw@qq.com> | 2019-11-08 05:03:08 +0800 |
|---|---|---|
| committer | jiangzhengwenjz <jiangzhengwenjzw@qq.com> | 2019-11-09 12:26:53 +0800 |
| commit | 7e4a3697cd6587e78b07eb8899cc142cca6bb583 (patch) | |
| tree | 813f237bd37f75ce97452710a294e3ec6ebcc4cd /ld_script.txt | |
| parent | 253ffec0352404ae2ffe5635a5b648d39d8d6b7e (diff) | |
fighting
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 9cd32b6a7..15a4e31a0 100644 --- a/ld_script.txt +++ b/ld_script.txt @@ -160,7 +160,7 @@ SECTIONS { asm/fire.o(.text); asm/electric.o(.text); asm/ice.o(.text); - asm/fighting.o(.text); + src/fighting.o(.text); src/poison.o(.text); src/flying.o(.text); src/psychic.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/fighting.o(.rodata); src/poison.o(.rodata); src/flying.o(.rodata); src/psychic.o(.rodata); |
