diff options
author | Diegoisawesome <Diegoisawesome@users.noreply.github.com> | 2018-02-07 16:53:08 -0600 |
---|---|---|
committer | GitHub <noreply@github.com> | 2018-02-07 16:53:08 -0600 |
commit | 48e63979c8a131bc059974194bd548f60dcdd24c (patch) | |
tree | ac2dab85f47e138afcc3722361c274ca130509fe /ld_script.txt | |
parent | 802b505d7bc4f60e6dda62c9a2a4948b8ba765df (diff) | |
parent | c5e2092e8b2f209e4ccb38681109308efa19745d (diff) |
Merge pull request #200 from DizzyEggg/decompile_title_screen
decompile title screen
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 c1603584e..e6672c979 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); @@ -418,7 +418,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); |