diff options
author | DizzyEggg <jajkodizzy@wp.pl> | 2017-08-25 20:07:39 +0200 |
---|---|---|
committer | DizzyEggg <jajkodizzy@wp.pl> | 2017-08-25 20:07:39 +0200 |
commit | d5b9456949371bf73ca93dc13202ab4dbf2387d1 (patch) | |
tree | 57ced056dab4fd8249c0c79e862b1c96924ae5d5 /ld_script.txt | |
parent | 2f6f980ecab39855a360648491b3b55a87f48efa (diff) |
start decompiling evo graphics
Diffstat (limited to 'ld_script.txt')
-rw-r--r-- | ld_script.txt | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/ld_script.txt b/ld_script.txt index 888882236..86529518f 100644 --- a/ld_script.txt +++ b/ld_script.txt @@ -266,6 +266,7 @@ SECTIONS { src/pokeblock_feed.o(.text); src/clear_save_data_menu.o(.text); src/intro_credits_graphics.o(.text); + src/evolution_graphics.o(.text); asm/evolution_graphics.o(.text); src/bard_music.o(.text); src/fldeff_teleport.o(.text); |