summaryrefslogtreecommitdiff
path: root/ld_script.txt
diff options
context:
space:
mode:
authorKDSKardabox <bollygame94@gmail.com>2018-02-18 17:35:36 +0530
committerKDSKardabox <bollygame94@gmail.com>2018-02-18 17:35:36 +0530
commit5ed68a87f830d7d8613d00d692629618f3df673f (patch)
tree57826021bd98aa7c42a823e6d0d0fb4a00f0b006 /ld_script.txt
parentb1cb82fc670ebbb7bcb8de85c780344e6dbd9349 (diff)
parentef3a7a06b4e6192a6072b4ab221a54484bee91dc (diff)
Merge branch 'master' of https://github.com/pret/pokeemerald
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 979fcf6ea..2adabb59e 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);