diff options
author | PikalaxALT <PikalaxALT@users.noreply.github.com> | 2019-06-14 09:05:18 -0400 |
---|---|---|
committer | GitHub <noreply@github.com> | 2019-06-14 09:05:18 -0400 |
commit | 117c3fb8cc0f476cc3408afdb316f3ece41a1fe4 (patch) | |
tree | b1504928152a96158c27959a370a058b6962ceed /ld_script.txt | |
parent | b26196e1f874fe5ebe9fe306e7ce18c06fa23715 (diff) | |
parent | bba7f06cd939e3e4df0f445708c8c86bd0f36906 (diff) |
Merge pull request #67 from pret/help_system
Help system
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 5abc25e98..bde424fc9 100644 --- a/ld_script.txt +++ b/ld_script.txt @@ -248,7 +248,7 @@ SECTIONS { asm/menu_indicators.o(.text); asm/pokedex_area_markers.o(.text); asm/pokemon_summary_screen.o(.text); - asm/help_system.o(.text); + src/help_system.o(.text); asm/wild_pokemon_area.o(.text); asm/unk_text_util.o(.text); asm/berry_pouch.o(.text); @@ -427,7 +427,7 @@ SECTIONS { data/menu_indicators.o(.rodata); data/pokedex_area_markers.o(.rodata); data/pokemon_summary_screen.o(.rodata); - data/help_system.o(.rodata); + src/help_system.o(.rodata); data/wild_pokemon_area.o(.rodata); data/unk_text_util.o(.rodata); data/berry_pouch.o(.rodata); |