summaryrefslogtreecommitdiff
path: root/ld_script.txt
diff options
context:
space:
mode:
authorDizzyEggg <jajkodizzy@wp.pl>2017-08-25 20:55:08 +0200
committerDizzyEggg <jajkodizzy@wp.pl>2017-08-25 20:55:08 +0200
commitb4f9fe17d766c5713875701c3ed8b2a0a6af8ce8 (patch)
tree04c31317f933faaeb0f0e1d95b30450659931398 /ld_script.txt
parentd5b9456949371bf73ca93dc13202ab4dbf2387d1 (diff)
move evo graphics data to C
Diffstat (limited to 'ld_script.txt')
-rw-r--r--ld_script.txt2
1 files changed, 1 insertions, 1 deletions
diff --git a/ld_script.txt b/ld_script.txt
index 86529518f..5a8cc3ff5 100644
--- a/ld_script.txt
+++ b/ld_script.txt
@@ -475,7 +475,7 @@ SECTIONS {
src/save_failed_screen.o(.rodata);
src/pokeblock_feed.o(.rodata);
data/intro_credits_graphics.o(.rodata);
- data/evolution_graphics.o(.rodata);
+ src/evolution_graphics.o(.rodata);
data/bard_music.o(.rodata);
data/unknown_debug_menu.o(.rodata);
data/strings2.o(.rodata);