summaryrefslogtreecommitdiff
path: root/ld_script.txt
diff options
context:
space:
mode:
authorCameron Hall <camthesaxman@users.noreply.github.com>2017-08-24 18:28:41 -0500
committerGitHub <noreply@github.com>2017-08-24 18:28:41 -0500
commit2f6f980ecab39855a360648491b3b55a87f48efa (patch)
tree50e8e23b42a3fe1964aa16a5640c5a6fa6e74b38 /ld_script.txt
parent83d23916b9931a981fd969e165bb471710d77b00 (diff)
parent8eb47079f9c339f43f4b7d8dee494b495f799de1 (diff)
Merge pull request #408 from DizzyEggg/decompile_pokeblock_feed
decompile pokeblock feed
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 4f4a4db84..888882236 100644
--- a/ld_script.txt
+++ b/ld_script.txt
@@ -263,7 +263,7 @@ SECTIONS {
src/mystery_event_menu.o(.text);
src/save_failed_screen.o(.text);
src/braille_puzzles.o(.text);
- asm/pokeblock_feed.o(.text);
+ src/pokeblock_feed.o(.text);
src/clear_save_data_menu.o(.text);
src/intro_credits_graphics.o(.text);
asm/evolution_graphics.o(.text);
@@ -472,7 +472,7 @@ SECTIONS {
src/strings.o(.rodata);
src/berry_tag_screen.o(.rodata);
src/save_failed_screen.o(.rodata);
- data/pokeblock_feed.o(.rodata);
+ src/pokeblock_feed.o(.rodata);
data/intro_credits_graphics.o(.rodata);
data/evolution_graphics.o(.rodata);
data/bard_music.o(.rodata);