diff options
author | Diegoisawesome <Diegoisawesome@users.noreply.github.com> | 2018-05-15 17:44:41 -0500 |
---|---|---|
committer | GitHub <noreply@github.com> | 2018-05-15 17:44:41 -0500 |
commit | 0c1f85f2002e911f64a3b188fa30d8f465c0fc7e (patch) | |
tree | f04c5e406722c1c549953a90237217ad21533c10 /ld_script.txt | |
parent | d1df98361f2144b286472e239b2f4bd1ada7dedd (diff) | |
parent | 0cf3836a0376f539108ce10a4cf4d31b758d0ac4 (diff) |
Merge pull request #253 from DizzyEggg/decompile_menu_helpers
Decompile menu helpers
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 cf218af51..d053e670e 100644 --- a/ld_script.txt +++ b/ld_script.txt @@ -163,7 +163,7 @@ SECTIONS { src/mon_markings.o(.text); src/mauville_old_man.o(.text); src/mail.o(.text); - asm/menu_helpers.o(.text); + src/menu_helpers.o(.text); src/dewford_trend.o(.text); src/heal_location.o(.text); src/region_map.o(.text); @@ -456,7 +456,7 @@ SECTIONS { src/mon_markings.o(.rodata); src/mauville_old_man.o(.rodata); src/mail.o(.rodata); - data/menu_helpers.o(.rodata); + src/menu_helpers.o(.rodata); src/heal_location.o(.rodata); src/region_map.o(.rodata); data/cute_sketch.o(.rodata); |