diff options
author | Marco Willems (M17.1) <progreon@gmail.com> | 2018-01-06 22:52:10 +0100 |
---|---|---|
committer | Marco Willems (M17.1) <progreon@gmail.com> | 2018-01-06 22:52:10 +0100 |
commit | dcecc8aebfd2480d6e79f3c1f54b737ecbb319f8 (patch) | |
tree | 269aa3818b69d5379194ffff713ed5d7f4576160 /ld_script.txt | |
parent | 344b8bffbb969cca8b1c23ddf994c0c8ec6fe1f8 (diff) | |
parent | 680d3fd7b980578024226eccffe2e01072826227 (diff) |
merge with master
Diffstat (limited to 'ld_script.txt')
-rw-r--r-- | ld_script.txt | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/ld_script.txt b/ld_script.txt index 3af44e1c6..4404358c4 100644 --- a/ld_script.txt +++ b/ld_script.txt @@ -347,9 +347,9 @@ SECTIONS { src/battle/battle_controller_linkpartner.o(.text); src/battle/battle_message.o(.text); src/field/choose_party.o(.text); - asm/cable_car.o(.text); + src/scene/cable_car.o(.text); asm/roulette_util.o(.text); - asm/cable_car_util.o(.text); + src/engine/cable_car_util.o(.text); src/unused_8124F94.o(.text); src/engine/save.o(.text); src/engine/mystery_event_script.o(.text); @@ -572,7 +572,7 @@ SECTIONS { src/battle/battle_controller_linkpartner.o(.rodata); src/battle/battle_message.o(.rodata); src/field/choose_party.o(.rodata); - data/cable_car.o(.rodata); + src/scene/cable_car.o(.rodata); src/engine/save.o(.rodata); src/field/field_effect_helpers.o(.rodata); data/contest_ai.o(.rodata); |