diff options
author | Diegoisawesome <Diegoisawesome@users.noreply.github.com> | 2018-12-19 22:16:59 -0600 |
---|---|---|
committer | GitHub <noreply@github.com> | 2018-12-19 22:16:59 -0600 |
commit | 6ef96717181dfa1cda548cbe405410aba065e41c (patch) | |
tree | 82ed2fe52d25d624d49bc2ee7499a7de006bd70f /ld_script.txt | |
parent | c74bfbe11017e4f937dc6466a93a6d3dc72cdac7 (diff) | |
parent | 5eac3ce1a2503a2d358033b7e0242c1ecd2b63e3 (diff) |
Merge pull request #440 from garakmon/fldeff
Decompile / port fldeff_80F9BCC
Diffstat (limited to 'ld_script.txt')
-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 453c68a65..73fbc76bc 100644 --- a/ld_script.txt +++ b/ld_script.txt @@ -151,7 +151,7 @@ SECTIONS { src/script_pokemon_util_80F87D8.o(.text); src/field_poison.o(.text); src/pokemon_size_record.o(.text); - asm/fldeff_80F9BCC.o(.text); + src/fldeff_misc.o(.text); src/field_special_scene.o(.text); src/rotating_gate.o(.text); src/safari_zone.o(.text); @@ -480,7 +480,7 @@ SECTIONS { data/contest_link_80F57C4.o(.rodata); src/script_pokemon_util_80F87D8.o(.rodata); src/pokemon_size_record.o(.rodata) - data/field_effect_misc.o(.rodata); + src/fldeff_misc.o(.rodata); src/field_special_scene.o(.rodata); src/rotating_gate.o(.rodata); src/item_use.o(.rodata); |