diff options
| author | PikalaxALT <PikalaxALT@users.noreply.github.com> | 2019-10-02 20:02:21 -0400 |
|---|---|---|
| committer | PikalaxALT <pikalaxalt@gmail.com> | 2019-10-02 20:16:47 -0400 |
| commit | d9ab841b0d72a52676131846447de26e59e7a16d (patch) | |
| tree | dae3b90cb5f7ea7428cf3cf89527980769875188 /ld_script.txt | |
| parent | 872d5eaf4ad70598f597a64469cdf5cd32d44ba4 (diff) | |
| parent | 32f2bb3ddaf1107f8e6bb02c0acadc96ecc55772 (diff) | |
Merge pull request #106 from PikalaxALT/berry_pouch
Berry pouch
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 97e7171fc..a61f88d14 100644 --- a/ld_script.txt +++ b/ld_script.txt @@ -251,7 +251,7 @@ SECTIONS { src/help_system.o(.text); asm/wild_pokemon_area.o(.text); src/dynamic_placeholder_text_util.o(.text); - asm/berry_pouch.o(.text); + src/berry_pouch.o(.text); asm/itemfinder.o(.text); src/buy_menu_helpers.o(.text); src/slot_machine.o(.text); @@ -466,7 +466,7 @@ SECTIONS { src/help_system.o(.rodata); data/wild_pokemon_area.o(.rodata); src/dynamic_placeholder_text_util.o(.rodata); - data/berry_pouch.o(.rodata); + src/berry_pouch.o(.rodata); data/itemfinder.o(.rodata); src/buy_menu_helpers.o(.rodata); src/slot_machine.o(.rodata); |
