summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRangi <remy.oukaour+rangi42@gmail.com>2020-06-28 17:43:49 -0400
committerRangi <remy.oukaour+rangi42@gmail.com>2020-06-28 17:43:49 -0400
commitd74582dba8ebdd0b35041a0b98c5f7e3afa1b938 (patch)
tree5efc751fe5a2dc3f072f7b613de496e6d89f6b86
parent3aba8710fa7740415fd2c37803e9358f6c9d820f (diff)
Interleave the title screen Ho-Oh and Lugia graphics (8x16 OAM tiles)
-rw-r--r--Makefile2
-rw-r--r--gfx/title/hooh_gold.pngbin987 -> 997 bytes
-rw-r--r--gfx/title/lugia_silver.pngbin597 -> 593 bytes
3 files changed, 2 insertions, 0 deletions
diff --git a/Makefile b/Makefile
index e6c68464..4a674bb9 100644
--- a/Makefile
+++ b/Makefile
@@ -173,6 +173,8 @@ gfx/mystery_gift/question_mark.1bpp: tools/gfx += --remove-whitespace
gfx/title/logo_bottom_gold.2bpp: tools/gfx += --trim-whitespace
gfx/title/logo_bottom_silver.2bpp: tools/gfx += --trim-whitespace
+gfx/title/hooh_gold.2bpp: tools/gfx += --interleave --png=$<
+gfx/title/lugia_silver.2bpp: tools/gfx += --interleave --png=$<
gfx/trade/ball.2bpp: tools/gfx += --remove-whitespace
diff --git a/gfx/title/hooh_gold.png b/gfx/title/hooh_gold.png
index 0e10fbf6..ced570e8 100644
--- a/gfx/title/hooh_gold.png
+++ b/gfx/title/hooh_gold.png
Binary files differ
diff --git a/gfx/title/lugia_silver.png b/gfx/title/lugia_silver.png
index 86b55635..6dc2cfc6 100644
--- a/gfx/title/lugia_silver.png
+++ b/gfx/title/lugia_silver.png
Binary files differ