summaryrefslogtreecommitdiff
path: root/ld_script.txt
diff options
context:
space:
mode:
authorjiangzhengwenjz <jiangzhengwenjzw@qq.com>2019-08-03 06:55:42 +0800
committerjiangzhengwenjz <jiangzhengwenjzw@qq.com>2019-08-03 06:55:42 +0800
commit6a063cf74ad8168e9080c1f3be20e5dfe3c3187c (patch)
treefb1c3ab1ea836434cdd86be3b4e59a5fc8b8571f /ld_script.txt
parent742a7ee1beab323e30d60c599697a2a831c4f4de (diff)
ported battle_controller_opponent from pokeem and corrected lots of stuff
Diffstat (limited to 'ld_script.txt')
-rw-r--r--ld_script.txt4
1 files changed, 3 insertions, 1 deletions
diff --git a/ld_script.txt b/ld_script.txt
index 9254128fa..35b80253b 100644
--- a/ld_script.txt
+++ b/ld_script.txt
@@ -72,7 +72,7 @@ SECTIONS {
src/battle_util2.o(.text);
asm/battle_controller_player.o(.text);
src/battle_gfx_sfx_util.o(.text);
- asm/battle_controller_opponent.o(.text);
+ src/battle_controller_opponent.o(.text);
asm/battle_ai_switch_items.o(.text);
asm/battle_controller_link_opponent.o(.text);
src/pokemon.o(.text);
@@ -382,6 +382,8 @@ SECTIONS {
data/data.o(.rodata);
src/battle_util.o(.rodata);
data/data.o(.rodata.825011C);
+ src/battle_controller_opponent.o(.rodata);
+ data/data.o(.rodata.8250B20);
src/pokemon.o(.rodata);
src/trig.o(.rodata);
src/util.o(.rodata);