diff options
author | yenatch <yenatch@gmail.com> | 2017-06-21 00:13:09 -0400 |
---|---|---|
committer | yenatch <yenatch@gmail.com> | 2017-06-21 00:13:09 -0400 |
commit | 57385679850b0886a5728f995d96866a48ebfe37 (patch) | |
tree | b2bbdf7cb1ad2e19c75a3b73db9ce89ffcafe062 /engine | |
parent | 2e0344e63de4a47d9535d9af47cc9f49cf11f5fc (diff) |
pngs in gfx/splash
Diffstat (limited to 'engine')
-rwxr-xr-x | engine/crystal_intro.asm | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/engine/crystal_intro.asm b/engine/crystal_intro.asm index 29bb0934f..5bf77181a 100755 --- a/engine/crystal_intro.asm +++ b/engine/crystal_intro.asm @@ -367,7 +367,8 @@ GameFreakLogoPalettes: ; e47ac ; e47cc GameFreakLogo: ; e47cc -INCBIN "gfx/splash/logo.1bpp" +INCBIN "gfx/splash/logo1.1bpp" +INCBIN "gfx/splash/logo2.1bpp" ; e48ac CrystalIntro: ; e48ac |