summaryrefslogtreecommitdiff
path: root/ld_script.txt
diff options
context:
space:
mode:
authorDizzyEggg <jajkodizzy@wp.pl>2018-02-04 16:11:00 +0100
committerDizzyEggg <jajkodizzy@wp.pl>2018-02-04 16:11:00 +0100
commit0c60ffe22ae1335be4dd24c22215eff1f95ab57e (patch)
treedda4dff3b3cd33abd06988eb9ec2b496eb769835 /ld_script.txt
parenteb6aed50e56f36ce416f7ecc8edfacea1da61bf1 (diff)
decompile 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 345afb27f..3327dcb17 100644
--- a/ld_script.txt
+++ b/ld_script.txt
@@ -119,7 +119,7 @@ SECTIONS {
src/task.o(.text);
src/reshow_battle_screen.o(.text);
asm/battle_anim_80A9C70.o(.text);
- asm/title_screen.o(.text);
+ src/title_screen.o(.text);
asm/field_screen.o(.text);
src/battle_setup.o(.text);
asm/cable_club.o(.text);
@@ -419,7 +419,7 @@ SECTIONS {
data/rom_8525F58.o(.rodata);
data/map_events.o(.rodata);
data/battle_anim_80A9C70.o(.rodata);
- data/title_screen.o(.rodata);
+ src/title_screen.o(.rodata);
data/field_screen.o(.rodata);
src/battle_setup.o(.rodata);
data/cable_club.o(.rodata);