summaryrefslogtreecommitdiff
path: root/ld_script.txt
diff options
context:
space:
mode:
authorGriffinR <griffin.g.richards@gmail.com>2021-03-23 22:06:08 -0400
committerGitHub <noreply@github.com>2021-03-23 22:06:08 -0400
commitd8b76e6fb545efd69bfb18322a67243520e4d11d (patch)
tree12deeb8f5f21707819f36fa1e86aa73c255b8f65 /ld_script.txt
parented16a7409ae9c808a110975dec1930f9f949a6d6 (diff)
parentb280105f527f9cbb1bed2fde5ae006a87b697e23 (diff)
Merge pull request #405 from Kurausukun/port_matchings
[PARTIALLY LEAK-INFORMED] Port Matchings from Emerald and Fix Other Nonmatchings
Diffstat (limited to 'ld_script.txt')
-rw-r--r--ld_script.txt5
1 files changed, 1 insertions, 4 deletions
diff --git a/ld_script.txt b/ld_script.txt
index fc9e5f946..b8d89348a 100644
--- a/ld_script.txt
+++ b/ld_script.txt
@@ -291,8 +291,6 @@ SECTIONS {
src/pokemon_jump_5.o(.text);
src/pokemon_jump_6.o(.text);
src/berry_crush.o(.text);
- src/berry_crush_2.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);
@@ -594,8 +592,7 @@ SECTIONS {
src/pokemon_jump_4.o(.rodata);
src/pokemon_jump_5.o(.rodata);
src/pokemon_jump_6.o(.rodata);
- src/berry_crush_2.o(.rodata);
- src/berry_crush_3.o(.rodata);
+ src/berry_crush.o(.rodata);
src/wireless_communication_status_screen.o(.rodata);
src/braille_text.o(.rodata);
src/text_window_graphics.o(.rodata);