diff options
author | jiangzhengwenjz <jiangzhengwenjzw@qq.com> | 2019-08-22 14:21:56 +0800 |
---|---|---|
committer | jiangzhengwenjz <jiangzhengwenjzw@qq.com> | 2019-08-22 14:21:56 +0800 |
commit | 5f6a55e4fda5d038b3864b23136eb7cd9a8bdbcf (patch) | |
tree | 0de5a6e9dfc365bde0efacc6a77777ea037b2d58 /ld_script.txt | |
parent | 08e8856f1020ea05f3978a205cf51e8d75b169a6 (diff) |
battle_controller_link_opponent
Diffstat (limited to 'ld_script.txt')
-rw-r--r-- | ld_script.txt | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/ld_script.txt b/ld_script.txt index 019190be4..aa72bbb9e 100644 --- a/ld_script.txt +++ b/ld_script.txt @@ -74,7 +74,7 @@ SECTIONS { src/battle_gfx_sfx_util.o(.text); src/battle_controller_opponent.o(.text); src/battle_ai_switch_items.o(.text); - asm/battle_controller_link_opponent.o(.text); + src/battle_controller_link_opponent.o(.text); src/pokemon.o(.text); src/trig.o(.text); src/random.o(.text); @@ -385,7 +385,7 @@ SECTIONS { src/battle_controller_player.o(.rodata); data/data.o(.rodata.825098C); src/battle_controller_opponent.o(.rodata); - data/data.o(.rodata.8250B20); + src/battle_controller_link_opponent.o(.rodata); src/pokemon.o(.rodata); src/trig.o(.rodata); src/util.o(.rodata); |