From a2367448b87427c22bd4132781e1c6dfff3fc2dd Mon Sep 17 00:00:00 2001 From: Kurausukun Date: Tue, 16 Mar 2021 03:49:48 -0400 Subject: sync berry crush with emerald --- ld_script.txt | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) (limited to 'ld_script.txt') 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); -- cgit v1.2.3