diff options
author | Diegoisawesome <Diegoisawesome@users.noreply.github.com> | 2017-12-01 11:32:01 -0600 |
---|---|---|
committer | GitHub <noreply@github.com> | 2017-12-01 11:32:01 -0600 |
commit | 0250aefb73a995a6812a657193abeb96eb34d489 (patch) | |
tree | 90c7868689507a6c189e1fc01c4d553f5776d843 /ld_script.txt | |
parent | 54da96309186b98263b4434911e1c5b8d4b4e3ec (diff) | |
parent | 921011592cbe9018f558b7977525e49252274947 (diff) |
Merge pull request #118 from PikalaxALT/field_poison
Decompile field poison
Diffstat (limited to 'ld_script.txt')
-rw-r--r-- | ld_script.txt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/ld_script.txt b/ld_script.txt index cf7b38ec1..e71b63e6c 100644 --- a/ld_script.txt +++ b/ld_script.txt @@ -151,7 +151,7 @@ SECTIONS { src/tv.o(.text); asm/contest_link_80F57C4.o(.text); asm/script_pokemon_util_80F87D8.o(.text); - asm/field_poison.o(.text); + src/field_poison.o(.text); src/pokemon_size_record.o(.text); asm/fldeff_80F9BCC.o(.text); src/field_special_scene.o(.text); |