diff options
author | Rangi <remy.oukaour+rangi42@gmail.com> | 2020-06-28 17:43:49 -0400 |
---|---|---|
committer | Rangi <remy.oukaour+rangi42@gmail.com> | 2020-06-28 17:43:49 -0400 |
commit | d74582dba8ebdd0b35041a0b98c5f7e3afa1b938 (patch) | |
tree | 5efc751fe5a2dc3f072f7b613de496e6d89f6b86 | |
parent | 3aba8710fa7740415fd2c37803e9358f6c9d820f (diff) |
Interleave the title screen Ho-Oh and Lugia graphics (8x16 OAM tiles)
-rw-r--r-- | Makefile | 2 | ||||
-rw-r--r-- | gfx/title/hooh_gold.png | bin | 987 -> 997 bytes | |||
-rw-r--r-- | gfx/title/lugia_silver.png | bin | 597 -> 593 bytes |
3 files changed, 2 insertions, 0 deletions
@@ -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 Binary files differindex 0e10fbf6..ced570e8 100644 --- a/gfx/title/hooh_gold.png +++ b/gfx/title/hooh_gold.png diff --git a/gfx/title/lugia_silver.png b/gfx/title/lugia_silver.png Binary files differindex 86b55635..6dc2cfc6 100644 --- a/gfx/title/lugia_silver.png +++ b/gfx/title/lugia_silver.png |