diff options
| author | jiangzhengwenjz <jiangzhengwenjzw@qq.com> | 2019-11-08 01:16:42 +0800 |
|---|---|---|
| committer | jiangzhengwenjz <jiangzhengwenjzw@qq.com> | 2019-11-09 12:26:53 +0800 |
| commit | 253ffec0352404ae2ffe5635a5b648d39d8d6b7e (patch) | |
| tree | b6443f1ffc68441ec39a94d76932b6feb46a8ce3 /ld_script.txt | |
| parent | 5fa2f4f18b11188dce2e3761fd3c2f6a40cdf2c8 (diff) | |
poison
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 1f9ad0b45..9cd32b6a7 100644 --- a/ld_script.txt +++ b/ld_script.txt @@ -161,7 +161,7 @@ SECTIONS { asm/electric.o(.text); asm/ice.o(.text); asm/fighting.o(.text); - asm/poison.o(.text); + src/poison.o(.text); src/flying.o(.text); src/psychic.o(.text); src/bug.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/poison.o(.rodata); src/flying.o(.rodata); src/psychic.o(.rodata); src/bug.o(.rodata); |
