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 | |
parent | 2e0344e63de4a47d9535d9af47cc9f49cf11f5fc (diff) |
pngs in gfx/splash
-rwxr-xr-x | engine/crystal_intro.asm | 3 | ||||
-rw-r--r-- | gfx/splash/logo.1bpp | bin | 224 -> 0 bytes | |||
-rwxr-xr-x | gfx/splash/logo1.png | bin | 0 -> 385 bytes | |||
-rwxr-xr-x | gfx/splash/logo2.png | bin | 0 -> 172 bytes |
4 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 diff --git a/gfx/splash/logo.1bpp b/gfx/splash/logo.1bpp Binary files differdeleted file mode 100644 index c59bf6197..000000000 --- a/gfx/splash/logo.1bpp +++ /dev/null diff --git a/gfx/splash/logo1.png b/gfx/splash/logo1.png Binary files differnew file mode 100755 index 000000000..1d2d6f479 --- /dev/null +++ b/gfx/splash/logo1.png diff --git a/gfx/splash/logo2.png b/gfx/splash/logo2.png Binary files differnew file mode 100755 index 000000000..7038efb54 --- /dev/null +++ b/gfx/splash/logo2.png |