diff options
author | YamaArashi <YamaArashi@users.noreply.github.com> | 2017-02-01 20:17:55 -0800 |
---|---|---|
committer | GitHub <noreply@github.com> | 2017-02-01 20:17:55 -0800 |
commit | 39299306e059d82516247aeacd04b680509eef8c (patch) | |
tree | 9ee1265e986292feca8d01345888134e9fd76ea3 /ld_script.txt | |
parent | 82fed1cd4406bfabb76bede96be4b77ea752175d (diff) | |
parent | bcff8d1b45d6cfdc0c2e5e94137aa0e578009f7c (diff) |
Merge pull request #15 from camthesaxman/battle_ai
start decompiling battle_ai
Diffstat (limited to 'ld_script.txt')
-rw-r--r-- | ld_script.txt | 1 |
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); |