diff options
author | ProjectRevoTPP <projectrevotpp@hotmail.com> | 2017-07-17 20:10:29 -0400 |
---|---|---|
committer | ProjectRevoTPP <projectrevotpp@hotmail.com> | 2017-07-17 20:10:29 -0400 |
commit | 23c169df9d72eb1c571f650a56252b772a17f85e (patch) | |
tree | 06a31b25f8714343eecc5b23cdea42609de0d313 /ld_script.txt | |
parent | 8027698fd30d410f2262906a25c0f00170abd58f (diff) | |
parent | c043463631508eaef6543994fa0bdb6bc1351a7c (diff) |
Merge branch 'master' of https://github.com/pret/pokeruby
Diffstat (limited to 'ld_script.txt')
-rw-r--r-- | ld_script.txt | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/ld_script.txt b/ld_script.txt index 1d70e806b..f4506ba52 100644 --- a/ld_script.txt +++ b/ld_script.txt @@ -172,7 +172,7 @@ SECTIONS { src/sound_check_menu.o(.text); src/secret_base.o(.text); asm/secret_base.o(.text_80BC1D0); - src/tv.o(.text); + src/tv.o(.text); asm/contest_link_80C2020.o(.text); src/script_pokemon_util_80C4BF0.o(.text); src/field_poison.o(.text); @@ -195,7 +195,7 @@ SECTIONS { src/mauville_old_man.o(.text); asm/mauville_old_man.o(.text); src/mail.o(.text); - asm/menu_helpers.o(.text); + src/menu_helpers.o(.text); src/script_pokemon_util_80F99CC.o(.text); src/dewford_trend.o(.text); src/heal_location.o(.text); @@ -428,7 +428,7 @@ SECTIONS { data/mon_markings.o(.rodata); data/mauville_old_man.o(.rodata); data/mail.o(.rodata); - data/menu_helpers.o(.rodata); + src/menu_helpers.o(.rodata); src/heal_location.o(.rodata); data/region_map.o(.rodata); data/cute_sketch.o(.rodata); |