diff options
author | DizzyEggg <jajkodizzy@wp.pl> | 2017-08-25 20:55:08 +0200 |
---|---|---|
committer | DizzyEggg <jajkodizzy@wp.pl> | 2017-08-25 20:55:08 +0200 |
commit | b4f9fe17d766c5713875701c3ed8b2a0a6af8ce8 (patch) | |
tree | 04c31317f933faaeb0f0e1d95b30450659931398 /ld_script.txt | |
parent | d5b9456949371bf73ca93dc13202ab4dbf2387d1 (diff) |
move evo graphics data to C
Diffstat (limited to 'ld_script.txt')
-rw-r--r-- | ld_script.txt | 2 |
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); |