diff options
author | M <No Email> | 2018-01-06 19:43:20 +0100 |
---|---|---|
committer | M <No Email> | 2018-01-06 19:43:20 +0100 |
commit | e16471c52a1905921629ef823cb9e417a0707201 (patch) | |
tree | 5e8cd8355f61d3192fdec0d08768afc242abb03e | |
parent | cc2c226d2d598bb65376b53f6828e69bdf43245d (diff) |
correct load order
-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 8fe0479a4..33838c2be 100644 --- a/ld_script.txt +++ b/ld_script.txt @@ -347,8 +347,8 @@ SECTIONS { src/battle/battle_controller_linkpartner.o(.text); src/battle/battle_message.o(.text); src/field/choose_party.o(.text); - src/roulette_util.o(.text); src/scene/cable_car.o(.text); + src/roulette_util.o(.text); src/engine/cable_car_util.o(.text); src/unused_8124F94.o(.text); src/engine/save.o(.text); |