diff options
| author | GriffinR <griffin.g.richards@gmail.com> | 2021-03-23 22:06:08 -0400 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2021-03-23 22:06:08 -0400 |
| commit | d8b76e6fb545efd69bfb18322a67243520e4d11d (patch) | |
| tree | 12deeb8f5f21707819f36fa1e86aa73c255b8f65 /ld_script.txt | |
| parent | ed16a7409ae9c808a110975dec1930f9f949a6d6 (diff) | |
| parent | b280105f527f9cbb1bed2fde5ae006a87b697e23 (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.txt | 5 |
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); |
