diff options
| author | PikalaxALT <pikalaxalt@gmail.com> | 2019-10-04 12:55:48 -0400 |
|---|---|---|
| committer | PikalaxALT <pikalaxalt@gmail.com> | 2019-10-04 13:06:17 -0400 |
| commit | 1f6f5f369bcb2ab28d0fb73b358d075fdc195ba5 (patch) | |
| tree | f078166dcc52476d07161970cd013d3c322278fa /ld_script.txt | |
| parent | 0cf4c9f25c2fe165c53a0c24f93a31a27ea42d6a (diff) | |
wild_pokemon_area and pokedex_area_markers
Diffstat (limited to 'ld_script.txt')
| -rw-r--r-- | ld_script.txt | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/ld_script.txt b/ld_script.txt index 03c79232b..49531d76a 100644 --- a/ld_script.txt +++ b/ld_script.txt @@ -246,10 +246,10 @@ SECTIONS { src/oak_speech.o(.text); src/tm_case.o(.text); src/menu_indicators.o(.text); - asm/pokedex_area_markers.o(.text); + src/pokedex_area_markers.o(.text); asm/pokemon_summary_screen.o(.text); src/help_system.o(.text); - asm/wild_pokemon_area.o(.text); + src/wild_pokemon_area.o(.text); src/dynamic_placeholder_text_util.o(.text); src/berry_pouch.o(.text); src/itemfinder.o(.text); @@ -461,10 +461,10 @@ SECTIONS { src/oak_speech.o(.rodata); src/tm_case.o(.rodata); src/menu_indicators.o(.rodata); - data/pokedex_area_markers.o(.rodata); + src/pokedex_area_markers.o(.rodata); data/pokemon_summary_screen.o(.rodata); src/help_system.o(.rodata); - data/wild_pokemon_area.o(.rodata); + src/wild_pokemon_area.o(.rodata); src/dynamic_placeholder_text_util.o(.rodata); src/berry_pouch.o(.rodata); src/itemfinder.o(.rodata); |
