summaryrefslogtreecommitdiff
path: root/ld_script.txt
diff options
context:
space:
mode:
authorPikalaxALT <PikalaxALT@users.noreply.github.com>2019-08-01 21:04:28 -0400
committerGitHub <noreply@github.com>2019-08-01 21:04:28 -0400
commit201418cd4d3e0c96b8f7f99e6242f2a08b5041b7 (patch)
tree57cbe7905db69e8f7e88327c0d665b49f2dd67fb /ld_script.txt
parent00cf527c16d02fc912666d97a49dc7fedf996225 (diff)
parent6032159d1bc099d4ed112e5e387ebba1d35fe6a9 (diff)
Merge pull request #87 from PikalaxALT/title_screen
Title screen
Diffstat (limited to 'ld_script.txt')
-rw-r--r--ld_script.txt4
1 files changed, 2 insertions, 2 deletions
diff --git a/ld_script.txt b/ld_script.txt
index 36c882c32..08aecb323 100644
--- a/ld_script.txt
+++ b/ld_script.txt
@@ -115,7 +115,7 @@ SECTIONS {
src/task.o(.text);
asm/reshow_battle_screen.o(.text);
asm/battle_anim_status_effects.o(.text);
- asm/title_screen.o(.text);
+ src/title_screen.o(.text);
src/reset_save_heap.o(.text);
asm/field_weather.o(.text);
asm/field_weather_effects.o(.text);
@@ -405,7 +405,7 @@ SECTIONS {
data/battle_anim.o(.rodata);
data/map_events.o(.rodata);
data/battle_anim_status_effects.o(.rodata);
- data/title_screen.o(.rodata);
+ src/title_screen.o(.rodata);
data/field_weather.o(.rodata);
data/data_835B488.o(.rodata);
src/item_menu_icons.o(.rodata);