summaryrefslogtreecommitdiff
path: root/ld_script.txt
diff options
context:
space:
mode:
authorDiegoisawesome <Diegoisawesome@users.noreply.github.com>2017-10-20 13:22:56 -0500
committerGitHub <noreply@github.com>2017-10-20 13:22:56 -0500
commitd2cf86bff9792db39ca4f1288dc083ca8018a62e (patch)
tree2d3bcca1392e757a54d7ec9b56b054e2cac03940 /ld_script.txt
parent35a96cb0c007545ecc87732f8dc8b2eb93e3ecc2 (diff)
parent7bc152e2ed84d5c50db1f5c916f02911ce09be1e (diff)
Merge pull request #82 from PikalaxALT/mail
Decompile functions for reading mail
Diffstat (limited to 'ld_script.txt')
-rw-r--r--ld_script.txt4
1 files changed, 2 insertions, 2 deletions
diff --git a/ld_script.txt b/ld_script.txt
index df92d5d39..377ac95d6 100644
--- a/ld_script.txt
+++ b/ld_script.txt
@@ -164,7 +164,7 @@ SECTIONS {
asm/easy_chat.o(.text);
asm/mon_markings.o(.text);
asm/mauville_old_man.o(.text);
- asm/mail.o(.text);
+ src/mail.o(.text);
asm/menu_helpers.o(.text);
asm/dewford_trend.o(.text);
asm/heal_location.o(.text);
@@ -403,7 +403,7 @@ SECTIONS {
data/easy_chat.o(.rodata);
data/mon_markings.o(.rodata);
data/mauville_old_man.o(.rodata);
- data/mail.o(.rodata);
+ src/mail.o(.rodata);
data/menu_helpers.o(.rodata);
data/heal_location.o(.rodata);
data/region_map.o(.rodata);