diff options
author | DizzyEggg <jajkodizzy@wp.pl> | 2017-10-07 15:15:47 +0200 |
---|---|---|
committer | DizzyEggg <jajkodizzy@wp.pl> | 2017-10-07 15:15:47 +0200 |
commit | db63fc1a093472ebb5b7d5a75781037026bf2fe5 (patch) | |
tree | 2685a188f02aa64485b4190b49ac87060392c627 /ld_script.txt | |
parent | 07e29b70bc56e95d322c99cb453433d0ea911fd0 (diff) |
battle message huge take off
Diffstat (limited to 'ld_script.txt')
-rw-r--r-- | ld_script.txt | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/ld_script.txt b/ld_script.txt index de6ba62f1..20ec4d145 100644 --- a/ld_script.txt +++ b/ld_script.txt @@ -190,6 +190,7 @@ SECTIONS { asm/fldeff_strength.o(.text); asm/battle_transition.o(.text); asm/battle_controller_linkpartner.o(.text); + src/battle_message.o(.text); asm/battle_message.o(.text); asm/cable_car.o(.text); asm/math_util.o(.text); @@ -411,7 +412,7 @@ SECTIONS { src/battle_ai_script_commands.o(.rodata); data/data4.o(.rodata); data/battle_controller_link_partner.o(.rodata); - data/battle_message.o(.rodata); + src/battle_message.o(.rodata); data/cable_car.o(.rodata); data/save.o(.rodata); data/field_effect_helpers.o(.rodata); |