diff options
author | Diegoisawesome <diego@domoreaweso.me> | 2018-02-17 03:55:32 -0600 |
---|---|---|
committer | Diegoisawesome <diego@domoreaweso.me> | 2018-02-17 04:00:22 -0600 |
commit | 1605f6253564e4e5f67dd295a1ac70145e5c1c9d (patch) | |
tree | a1360fe2cc063b73880edce3dc8de0b96fe432a3 /ld_script.txt | |
parent | bc4bb5b32e68d225bd714dc36e24a75bc6c3cab4 (diff) |
Decompile credits
Diffstat (limited to 'ld_script.txt')
-rw-r--r-- | ld_script.txt | 7 |
1 files changed, 3 insertions, 4 deletions
diff --git a/ld_script.txt b/ld_script.txt index 6bae74b38..a79e9c05d 100644 --- a/ld_script.txt +++ b/ld_script.txt @@ -223,7 +223,7 @@ SECTIONS { src/field_region_map.o(.text); asm/battle_anim_8170478.o(.text); src/hall_of_fame.o(.text); - asm/credits.o(.text); + src/credits.o(.text); src/lottery_corner.o(.text); src/diploma.o(.text); src/berry_tag_screen.o(.text); @@ -233,7 +233,6 @@ SECTIONS { src/pokeblock_feed.o(.text); src/clear_save_data_screen.o(.text); src/intro_credits_graphics.o(.text); - asm/intro_credits_graphics.o(.text); src/evolution_graphics.o(.text); src/bard_music.o(.text); src/fldeff_teleport.o(.text); @@ -499,7 +498,7 @@ SECTIONS { src/field_region_map.o(.rodata); data/battle_anim_8170478.o(.rodata); src/hall_of_fame.o(.rodata); - data/credits.o(.rodata); + src/credits.o(.rodata); src/lottery_corner.o(.rodata); src/diploma.o(.rodata); data/strings.o(.rodata); @@ -509,7 +508,7 @@ SECTIONS { data/braille_puzzles.o(.rodata); src/pokeblock_feed.o(.rodata); src/clear_save_data_screen.o(.rodata); - data/intro_credits_graphics.o(.rodata); + src/intro_credits_graphics.o(.rodata); src/evolution_graphics.o(.rodata); src/bard_music.o(.rodata); data/battle_link_817C95C.o(.rodata); |