diff options
| author | PikalaxALT <PikalaxALT@users.noreply.github.com> | 2020-03-03 15:55:58 -0500 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2020-03-03 15:55:58 -0500 |
| commit | 0e468b49bba6471ea9384ba49dbc8fb5e90f934b (patch) | |
| tree | 4a30c1d98c6364514e3ece3f1f278b4d1c5617bc /ld_script.txt | |
| parent | dd22d97814bc152d356e076a8d0f19b0d3dd9230 (diff) | |
| parent | c2f85a5326dceb0b17618cae9947491667e9e7e7 (diff) | |
Merge pull request #284 from PikalaxALT/berry_crush
Berry crush
Diffstat (limited to 'ld_script.txt')
| -rw-r--r-- | ld_script.txt | 13 |
1 files changed, 6 insertions, 7 deletions
diff --git a/ld_script.txt b/ld_script.txt index 65666ddc0..2fa7fe805 100644 --- a/ld_script.txt +++ b/ld_script.txt @@ -279,9 +279,9 @@ SECTIONS { src/pokemon_jump_4.o(.text); src/pokemon_jump_5.o(.text); src/pokemon_jump_6.o(.text); - asm/berry_crush.o(.text); - asm/berry_crush_2.o(.text); - asm/berry_crush_3.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); @@ -572,24 +572,23 @@ SECTIONS { src/pokemon_jump_4.o(.rodata); src/pokemon_jump_5.o(.rodata); src/pokemon_jump_6.o(.rodata); - data/berry_crush.o(.rodata); + src/berry_crush_2.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); src/quest_log_player.o(.rodata); - data/berry_powder.o(.rodata); src/dodrio_berry_picking.o(.rodata); src/battle_controller_pokedude.o(.rodata); src/teachy_tv.o(.rodata); src/digit_obj_util.o(.rodata); - data/data_8479668.o(.rodata); src/ss_anne.o(.rodata); src/cereader_tool.o(.rodata); src/renewable_hidden_items.o(.rodata); src/trainer_tower.o(.rodata); src/minigame_countdown.o(.rodata); src/berry_fix_program.o(.rodata); - data/data_8479668.o(.rodata.after_trainer_tower); + data/data_8479668.o(.rodata); /* These should not be moved to C files */ src/mystery_event_msg.o(.rodata); |
