diff options
| author | PikalaxALT <pikalaxalt@gmail.com> | 2020-03-02 16:57:00 -0500 |
|---|---|---|
| committer | PikalaxALT <pikalaxalt@gmail.com> | 2020-03-02 16:57:00 -0500 |
| commit | f77b0feba6f1152216eba3b2c1edf63ba76c5a80 (patch) | |
| tree | 73694784d546672b4343fe45ac379b5091294e76 /ld_script.txt | |
| parent | 1261a414cdc46e9e9a63dd72a7e869fd0cd81a03 (diff) | |
Port berry_crush.c part 1 from Emerald
Diffstat (limited to 'ld_script.txt')
| -rw-r--r-- | ld_script.txt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/ld_script.txt b/ld_script.txt index 65666ddc0..1f819d6c7 100644 --- a/ld_script.txt +++ b/ld_script.txt @@ -279,7 +279,7 @@ SECTIONS { src/pokemon_jump_4.o(.text); src/pokemon_jump_5.o(.text); src/pokemon_jump_6.o(.text); - asm/berry_crush.o(.text); + src/berry_crush.o(.text); asm/berry_crush_2.o(.text); asm/berry_crush_3.o(.text); src/wireless_communication_status_screen.o(.text); |
