diff options
| author | PikalaxALT <pikalaxalt@gmail.com> | 2019-10-02 21:26:01 -0400 |
|---|---|---|
| committer | PikalaxALT <pikalaxalt@gmail.com> | 2019-10-02 21:26:01 -0400 |
| commit | afd5f1f52f7a2b74e9850892aef118292a45df8e (patch) | |
| tree | 09b8d024223b517bc130847dbf10ec8ff49e385d /ld_script.txt | |
| parent | d9ab841b0d72a52676131846447de26e59e7a16d (diff) | |
itemfinder through sub_813F004
Diffstat (limited to 'ld_script.txt')
| -rw-r--r-- | ld_script.txt | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/ld_script.txt b/ld_script.txt index a61f88d14..596ef05e2 100644 --- a/ld_script.txt +++ b/ld_script.txt @@ -252,6 +252,7 @@ SECTIONS { asm/wild_pokemon_area.o(.text); src/dynamic_placeholder_text_util.o(.text); src/berry_pouch.o(.text); + src/itemfinder.o(.text); asm/itemfinder.o(.text); src/buy_menu_helpers.o(.text); src/slot_machine.o(.text); @@ -467,6 +468,7 @@ SECTIONS { data/wild_pokemon_area.o(.rodata); src/dynamic_placeholder_text_util.o(.rodata); src/berry_pouch.o(.rodata); + src/itemfinder.o(.rodata); data/itemfinder.o(.rodata); src/buy_menu_helpers.o(.rodata); src/slot_machine.o(.rodata); |
