From 7e4a3697cd6587e78b07eb8899cc142cca6bb583 Mon Sep 17 00:00:00 2001 From: jiangzhengwenjz Date: Fri, 8 Nov 2019 05:03:08 +0800 Subject: fighting --- ld_script.txt | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'ld_script.txt') 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); -- cgit v1.2.3