summaryrefslogtreecommitdiff
path: root/ld_script.txt
diff options
context:
space:
mode:
authorDiegoisawesome <Diegoisawesome@users.noreply.github.com>2018-02-17 04:14:13 -0600
committerGitHub <noreply@github.com>2018-02-17 04:14:13 -0600
commitbc90a4fc1d5b63ad26d5c43722ccfe9df7ed1e07 (patch)
tree101cf777ea827ff7e68069c5ad45822a629ea75c /ld_script.txt
parente2932a38ded59a6b794d10024498db718c0b0bb9 (diff)
parentebd88b36060e8958fbf5f3b2028629575c79a243 (diff)
Merge pull request #215 from Diegoisawesome/intro
Decompile intro and credits
Diffstat (limited to 'ld_script.txt')
-rw-r--r--ld_script.txt12
1 files changed, 6 insertions, 6 deletions
diff --git a/ld_script.txt b/ld_script.txt
index 5da05cf4b..4c7b40dd9 100644
--- a/ld_script.txt
+++ b/ld_script.txt
@@ -218,12 +218,12 @@ SECTIONS {
asm/use_pokeblock.o(.text);
src/battle_controller_wally.o(.text);
asm/player_pc.o(.text);
- asm/intro.o(.text);
+ src/intro.o(.text);
src/reset_save_heap.o(.text);
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);
@@ -232,7 +232,7 @@ SECTIONS {
src/braille_puzzles.o(.text);
src/pokeblock_feed.o(.text);
src/clear_save_data_screen.o(.text);
- asm/intro_credits_graphics.o(.text);
+ src/intro_credits_graphics.o(.text);
src/evolution_graphics.o(.text);
src/bard_music.o(.text);
src/fldeff_teleport.o(.text);
@@ -494,11 +494,11 @@ SECTIONS {
data/use_pokeblock.o(.rodata);
src/battle_controller_wally.o(.rodata);
data/player_pc.o(.rodata);
- data/intro.o(.rodata);
+ src/intro.o(.rodata);
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);
@@ -508,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);