diff options
author | luckytyphlosion <10688458+luckytyphlosion@users.noreply.github.com> | 2020-07-04 20:32:44 -0400 |
---|---|---|
committer | luckytyphlosion <10688458+luckytyphlosion@users.noreply.github.com> | 2020-07-04 20:32:44 -0400 |
commit | 1ad6f5270c38e6010bb64b3b7813b097e531f5df (patch) | |
tree | 1d405b3ac555b11c9f2a15456100db0d6fbfde1b /ld_script.txt | |
parent | d7df6bf6e3b6066bef0bd0602b0b9c2d036f100a (diff) |
Port over PSS data to src.
Diffstat (limited to 'ld_script.txt')
-rw-r--r-- | ld_script.txt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/ld_script.txt b/ld_script.txt index 30b9c1b30..2626da3ff 100644 --- a/ld_script.txt +++ b/ld_script.txt @@ -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); |