diff options
author | ultima-soul <akshayjhanji@hotmail.com> | 2019-10-15 07:48:46 -0700 |
---|---|---|
committer | ultima-soul <akshayjhanji@hotmail.com> | 2019-10-15 07:48:46 -0700 |
commit | 94f722e719c585db0adbcc5954a3760973ff7ad7 (patch) | |
tree | 663a1f65d7fbd10781a3c0b7a2e3ce321d797557 /ld_script.txt | |
parent | 684961656f21c0247c8a6e0ef72984d221efd554 (diff) | |
parent | 407fc23f3f86d5caf665d9bca14e498273ae4dae (diff) |
Merge branch 'master' into data_dump
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 48dca5e1a..aa9da405e 100644 --- a/ld_script.txt +++ b/ld_script.txt @@ -175,7 +175,7 @@ SECTIONS { asm/bike.o(.text); asm/easy_chat.o(.text); asm/mon_markings.o(.text); - asm/mail.o(.text); + src/mail.o(.text); src/menu_helpers.o(.text); asm/script_pokemon_util_80BF8FC.o(.text); src/heal_location.o(.text); @@ -436,6 +436,7 @@ SECTIONS { src/battle_anim_utility_funcs.o(.rodata); src/battle_intro.o(.rodata); data/data_835B488.o(.rodata.83E7CFC); + src/mail.o(.rodata); src/heal_location.o(.rodata); data/data_835B488.o(.rodata.83EEC98); src/battle_ai_script_commands.o(.rodata); |