diff options
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 f6f8730db..2626da3ff 100644 --- a/ld_script.txt +++ b/ld_script.txt @@ -268,7 +268,7 @@ SECTIONS { src/tm_case.o(.text); src/menu_indicators.o(.text); src/pokedex_area_markers.o(.text); - asm/pokemon_summary_screen.o(.text); + src/pokemon_summary_screen.o(.text); src/help_system.o(.text); src/wild_pokemon_area.o(.text); src/dynamic_placeholder_text_util.o(.text); @@ -572,7 +572,7 @@ SECTIONS { src/tm_case.o(.rodata); src/menu_indicators.o(.rodata); src/pokedex_area_markers.o(.rodata); - data/pokemon_summary_screen.o(.rodata); + src/pokemon_summary_screen.o(.rodata); src/help_system.o(.rodata); src/wild_pokemon_area.o(.rodata); src/dynamic_placeholder_text_util.o(.rodata); |