diff options
| author | PikalaxALT <PikalaxALT@users.noreply.github.com> | 2019-10-03 20:57:28 -0400 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2019-10-03 20:57:28 -0400 |
| commit | 0cf4c9f25c2fe165c53a0c24f93a31a27ea42d6a (patch) | |
| tree | b88f7cf114f3f0c79ba6816255f27cda21f335d7 /ld_script.txt | |
| parent | d9ab841b0d72a52676131846447de26e59e7a16d (diff) | |
| parent | aa0ac46b7145951f1d6f65e7af005a3fe561ff63 (diff) | |
Merge pull request #108 from PikalaxALT/itemfinder
Itemfinder
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 a61f88d14..03c79232b 100644 --- a/ld_script.txt +++ b/ld_script.txt @@ -252,7 +252,7 @@ SECTIONS { asm/wild_pokemon_area.o(.text); src/dynamic_placeholder_text_util.o(.text); src/berry_pouch.o(.text); - asm/itemfinder.o(.text); + src/itemfinder.o(.text); src/buy_menu_helpers.o(.text); src/slot_machine.o(.text); src/roamer.o(.text); @@ -467,7 +467,7 @@ SECTIONS { data/wild_pokemon_area.o(.rodata); src/dynamic_placeholder_text_util.o(.rodata); src/berry_pouch.o(.rodata); - data/itemfinder.o(.rodata); + src/itemfinder.o(.rodata); src/buy_menu_helpers.o(.rodata); src/slot_machine.o(.rodata); src/roamer.o(.rodata); |
