diff options
author | PikalaxALT <pikalaxalt@gmail.com> | 2017-10-28 20:43:33 -0400 |
---|---|---|
committer | PikalaxALT <pikalaxalt@gmail.com> | 2017-10-28 20:43:33 -0400 |
commit | 6fcde15bb671db34dd1f17406ee20f319595b6a5 (patch) | |
tree | 1e6530fdeddb2aa4e51171fa6880b1da5673f18a /ld_script.txt | |
parent | 5ea2f463d71d0bc2663e70a553557de0ccf40eef (diff) |
Decompile heal location data
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 f655711dd..2b8d7da20 100644 --- a/ld_script.txt +++ b/ld_script.txt @@ -167,6 +167,7 @@ SECTIONS { src/mail.o(.text); asm/menu_helpers.o(.text); asm/dewford_trend.o(.text); + src/heal_location.o(.text); asm/heal_location.o(.text); asm/region_map.o(.text); asm/cute_sketch.o(.text); @@ -410,7 +411,7 @@ SECTIONS { data/mauville_old_man.o(.rodata); src/mail.o(.rodata); data/menu_helpers.o(.rodata); - data/heal_location.o(.rodata); + src/heal_location.o(.rodata); data/region_map.o(.rodata); data/cute_sketch.o(.rodata); src/decoration.o(.rodata); |