diff options
author | ProjectRevoTPP <projectrevotpp@hotmail.com> | 2017-11-17 01:19:25 -0500 |
---|---|---|
committer | ProjectRevoTPP <projectrevotpp@hotmail.com> | 2017-11-17 01:19:25 -0500 |
commit | beef31b78de62c8d18984c208401ea7b982a7533 (patch) | |
tree | 0901288f70d4236d6e89ba804f99314316e34788 | |
parent | 1aeffc55038149680185811079c4fe661d8c723e (diff) |
maybe don't forget to add ld_script you dummy
-rw-r--r-- | ld_script.txt | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/ld_script.txt b/ld_script.txt index 4b090db69..5bcd1e5a6 100644 --- a/ld_script.txt +++ b/ld_script.txt @@ -158,7 +158,7 @@ SECTIONS { src/script_pokemon_util_80C4BF0.o(.text); src/field/field_poison.o(.text); src/pokemon/pokemon_size_record.o(.text); - asm/pss_effect.o(.text); + asm/pss_tveffect.o(.text); asm/fldeff_secretpower.o(.text); asm/fldeff_pc.o(.text); asm/fldeff_decoration.o(.text); @@ -407,7 +407,7 @@ SECTIONS { src/field/tv.o(.rodata); data/contest_link_80C2020.o(.rodata); src/pokemon/pokemon_size_record.o(.rodata); - data/pss_effect.o(.rodata); + data/pss_tveffect.o(.rodata); data/fldeff_secretpower.o(.rodata); data/fldeff_decoration.o(.rodata); data/fldeff_recordmixing.o(.rodata); |