diff options
| author | PikalaxALT <pikalaxalt@gmail.com> | 2020-03-03 12:24:18 -0500 |
|---|---|---|
| committer | PikalaxALT <pikalaxalt@gmail.com> | 2020-03-03 12:24:18 -0500 |
| commit | 8a7c2ded11a2adf4f09ddca814eb06fdbca13fd1 (patch) | |
| tree | b52341e283d9e1c5abb35a5cdf4e33471d8ce777 /ld_script.txt | |
| parent | 8594e7f72d070ce10fcc41a8c2dfe32420e7c560 (diff) | |
Port berry_crush_3 from Emerald
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 8eac99b18..814bea4cd 100644 --- a/ld_script.txt +++ b/ld_script.txt @@ -281,7 +281,7 @@ SECTIONS { src/pokemon_jump_6.o(.text); src/berry_crush.o(.text); src/berry_crush_2.o(.text); - asm/berry_crush_3.o(.text); + src/berry_crush_3.o(.text); src/wireless_communication_status_screen.o(.text); src/braille_text.o(.text); src/text_window.o(.text); @@ -573,7 +573,7 @@ SECTIONS { src/pokemon_jump_5.o(.rodata); src/pokemon_jump_6.o(.rodata); src/berry_crush_2.o(.rodata); - data/berry_crush.o(.rodata); + src/berry_crush_3.o(.rodata); src/wireless_communication_status_screen.o(.rodata); src/braille_text.o(.rodata); src/text_window_graphics.o(.rodata); |
