diff options
author | fl4shk <fl4shk@users.noreply.github.com> | 2016-11-04 21:50:44 -0700 |
---|---|---|
committer | YamaArashi <shadow962@live.com> | 2016-11-05 10:29:27 -0700 |
commit | bb020226fcf8f06258aaada4b39b61fb0f9f9d93 (patch) | |
tree | f9f1d0a59d9b650550622ed894f275f901fb427a /ld_script.txt | |
parent | 356e04a104f3ac8db482cfeb511dacfa7bde5e53 (diff) |
heal_location.c and landmark.c
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 fce9bea7b..c161a6daf 100644 --- a/ld_script.txt +++ b/ld_script.txt @@ -148,7 +148,7 @@ SECTIONS { asm/menu_helpers.o(.text); asm/script_pokemon_util_80F99CC.o(.text); src/dewford_trend.o(.text); - asm/heal_location.o(.text); + src/heal_location.o(.text); asm/region_map.o(.text); asm/cute_sketch.o(.text); asm/decoration.o(.text); @@ -165,7 +165,7 @@ SECTIONS { asm/roulette.o(.text); asm/pokedex_cry_screen.o(.text); src/coins.o(.text); - asm/landmark.o(.text); + src/landmark.o(.text); asm/fldeff_strength.o(.text); asm/battle_transition.o(.text); asm/battle_811DA74.o(.text); |