diff options
author | YamaArashi <shadow962@live.com> | 2017-02-03 18:39:54 -0800 |
---|---|---|
committer | YamaArashi <shadow962@live.com> | 2017-02-03 18:39:54 -0800 |
commit | 79c7922c23c407aea4f563fea37b196fbf7e85cf (patch) | |
tree | 4e55c03c3c64030ad57f5c0b4d859f349df138a0 | |
parent | 689df5cff8386d85f1f1da1fc332db18d282f928 (diff) |
remove asm/battle_ai.o from ld script
-rw-r--r-- | ld_script.txt | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/ld_script.txt b/ld_script.txt index c35695dbf..1f31ca849 100644 --- a/ld_script.txt +++ b/ld_script.txt @@ -153,7 +153,6 @@ SECTIONS { 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); asm/wallclock.o(.text); |