summaryrefslogtreecommitdiff
path: root/ld_script.txt
diff options
context:
space:
mode:
authorMarcus Huderle <huderlem@gmail.com>2017-11-02 21:03:52 -0700
committerGitHub <noreply@github.com>2017-11-02 21:03:52 -0700
commit08e6fb5382bb4e2104d370783d15b4a2a3c65a2a (patch)
tree9c71b110b696c3e0c285d1a5278c69cf78610369 /ld_script.txt
parentd783f420001b67c19f8d81bbc94d266af98e89ad (diff)
parent24b1dee67f5d91272f432cd2aee4ee92125fcbcb (diff)
Merge pull request #453 from huderlem/battle_tower
Decompile battle_tower
Diffstat (limited to 'ld_script.txt')
-rw-r--r--ld_script.txt4
1 files changed, 2 insertions, 2 deletions
diff --git a/ld_script.txt b/ld_script.txt
index b6a61415b..52006a040 100644
--- a/ld_script.txt
+++ b/ld_script.txt
@@ -231,7 +231,7 @@ SECTIONS {
src/field/fldeff_softboiled.o(.text);
src/field/decoration_inventory.o(.text);
src/field/roamer.o(.text);
- asm/battle_tower.o(.text);
+ src/field/battle_tower.o(.text);
src/field/use_pokeblock.o(.text);
src/battle/battle_controller_wally.o(.text);
src/field/player_pc.o(.text);
@@ -443,7 +443,7 @@ SECTIONS {
src/pokemon/learn_move.o(.rodata);
src/field/decoration_inventory.o(.rodata);
src/field/roamer.o(.rodata);
- data/battle_tower.o(.rodata);
+ src/field/battle_tower.o(.rodata);
src/field/use_pokeblock.o(.rodata);
src/battle/battle_controller_wally.o(.rodata);
src/field/player_pc.o(.rodata);