diff options
author | yenatch <yenatch@gmail.com> | 2017-06-21 23:45:01 -0400 |
---|---|---|
committer | yenatch <yenatch@gmail.com> | 2017-06-21 23:45:01 -0400 |
commit | 647f9b4452fb166fedbbb987808bb0dae9623db2 (patch) | |
tree | ef2c72de74d2708cfd41e00da2236143a59fe63e | |
parent | 967b0898a9f1cd4d31fb6ecc5a95f0a72ba33941 (diff) |
pngs in gfx/title
-rw-r--r-- | Makefile | 5 | ||||
-rw-r--r-- | engine/title.asm | 6 | ||||
-rw-r--r-- | gfx/title/crystal.2bpp.lz.cd5aabdd (renamed from gfx/title/crystal.w48.interleave.2bpp.lz) | bin | 496 -> 496 bytes | |||
-rw-r--r-- | gfx/title/crystal.png | bin | 0 -> 507 bytes | |||
-rw-r--r-- | gfx/title/logo.2bpp.lz.f22013e3 (renamed from gfx/title/logo.w160.t4.2bpp.lz) | bin | 2504 -> 2504 bytes | |||
-rw-r--r-- | gfx/title/logo.png | bin | 0 -> 1044 bytes | |||
-rw-r--r-- | gfx/title/old_bg.2bpp | bin | 4096 -> 0 bytes | |||
-rw-r--r-- | gfx/title/old_bg.png | bin | 0 -> 1770 bytes | |||
-rw-r--r-- | gfx/title/old_fg.2bpp | bin | 4096 -> 0 bytes | |||
-rw-r--r-- | gfx/title/old_fg.png | bin | 0 -> 691 bytes | |||
-rw-r--r-- | gfx/title/suicune.2bpp.lz.30e490d0 (renamed from gfx/title/suicune.w128.2bpp.lz) | bin | 992 -> 992 bytes | |||
-rw-r--r-- | gfx/title/suicune.png | bin | 0 -> 809 bytes |
12 files changed, 8 insertions, 3 deletions
@@ -122,6 +122,11 @@ gfx/mail/0b9cfe.1bpp: tools/gfx += --remove-whitespace gfx/pokedex/%.2bpp: tools/gfx += --trim-whitespace +gfx/title/crystal.2bpp: tools/gfx += --interleave --width=48 +gfx/title/old_fg.2bpp: tools/gfx += --interleave --width=64 +gfx/title/logo.2bpp: rgbgfx += -x 4 + + %.bin: ; %.blk: ; diff --git a/engine/title.asm b/engine/title.asm index 787872939..36e2851d3 100644 --- a/engine/title.asm +++ b/engine/title.asm @@ -387,15 +387,15 @@ AnimateTitleCrystal: ; 10ef32 ; 10ef46 TitleSuicuneGFX: ; 10ef46 -INCBIN "gfx/title/suicune.w128.2bpp.lz" +INCBIN "gfx/title/suicune.2bpp.lz" ; 10f326 TitleLogoGFX: ; 10f326 -INCBIN "gfx/title/logo.w160.t4.2bpp.lz" +INCBIN "gfx/title/logo.2bpp.lz" ; 10fcee TitleCrystalGFX: ; 10fcee -INCBIN "gfx/title/crystal.w48.interleave.2bpp.lz" +INCBIN "gfx/title/crystal.2bpp.lz" ; 10fede TitleScreenPalettes: diff --git a/gfx/title/crystal.w48.interleave.2bpp.lz b/gfx/title/crystal.2bpp.lz.cd5aabdd Binary files differindex 9dcbafc86..9dcbafc86 100644 --- a/gfx/title/crystal.w48.interleave.2bpp.lz +++ b/gfx/title/crystal.2bpp.lz.cd5aabdd diff --git a/gfx/title/crystal.png b/gfx/title/crystal.png Binary files differnew file mode 100644 index 000000000..6f430cf1f --- /dev/null +++ b/gfx/title/crystal.png diff --git a/gfx/title/logo.w160.t4.2bpp.lz b/gfx/title/logo.2bpp.lz.f22013e3 Binary files differindex 0fa7d7744..0fa7d7744 100644 --- a/gfx/title/logo.w160.t4.2bpp.lz +++ b/gfx/title/logo.2bpp.lz.f22013e3 diff --git a/gfx/title/logo.png b/gfx/title/logo.png Binary files differnew file mode 100644 index 000000000..2bfff59c9 --- /dev/null +++ b/gfx/title/logo.png diff --git a/gfx/title/old_bg.2bpp b/gfx/title/old_bg.2bpp Binary files differdeleted file mode 100644 index 0f2375ec2..000000000 --- a/gfx/title/old_bg.2bpp +++ /dev/null diff --git a/gfx/title/old_bg.png b/gfx/title/old_bg.png Binary files differnew file mode 100644 index 000000000..2b6d5db20 --- /dev/null +++ b/gfx/title/old_bg.png diff --git a/gfx/title/old_fg.2bpp b/gfx/title/old_fg.2bpp Binary files differdeleted file mode 100644 index 5e291ac33..000000000 --- a/gfx/title/old_fg.2bpp +++ /dev/null diff --git a/gfx/title/old_fg.png b/gfx/title/old_fg.png Binary files differnew file mode 100644 index 000000000..1a7351d58 --- /dev/null +++ b/gfx/title/old_fg.png diff --git a/gfx/title/suicune.w128.2bpp.lz b/gfx/title/suicune.2bpp.lz.30e490d0 Binary files differindex 359fd93ca..359fd93ca 100644 --- a/gfx/title/suicune.w128.2bpp.lz +++ b/gfx/title/suicune.2bpp.lz.30e490d0 diff --git a/gfx/title/suicune.png b/gfx/title/suicune.png Binary files differnew file mode 100644 index 000000000..074a8ebf7 --- /dev/null +++ b/gfx/title/suicune.png |