From 8a7c2ded11a2adf4f09ddca814eb06fdbca13fd1 Mon Sep 17 00:00:00 2001 From: PikalaxALT Date: Tue, 3 Mar 2020 12:24:18 -0500 Subject: Port berry_crush_3 from Emerald --- ld_script.txt | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'ld_script.txt') 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); -- cgit v1.2.3