summaryrefslogtreecommitdiff
path: root/ld_script.txt
diff options
context:
space:
mode:
authorcamthesaxman <cameronghall@cox.net>2017-02-01 22:15:38 -0600
committercamthesaxman <cameronghall@cox.net>2017-02-01 22:15:38 -0600
commitbcff8d1b45d6cfdc0c2e5e94137aa0e578009f7c (patch)
tree9ee1265e986292feca8d01345888134e9fd76ea3 /ld_script.txt
parent8a36c77ac8fd10350eed197f28e519c9a7a3b8a6 (diff)
start decompiling battle_ai
Diffstat (limited to 'ld_script.txt')
-rw-r--r--ld_script.txt1
1 files changed, 1 insertions, 0 deletions
diff --git a/ld_script.txt b/ld_script.txt
index 420c1ab0a..0fe19328f 100644
--- a/ld_script.txt
+++ b/ld_script.txt
@@ -149,6 +149,7 @@ SECTIONS {
asm/decoration.o(.text);
asm/slot_machine.o(.text);
asm/contest_painting.o(.text);
+ src/battle_ai.o(.text);
asm/battle_ai.o(.text);
asm/trader.o(.text);
asm/starter_choose.o(.text);