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 /Makefile | |
parent | 3aba8710fa7740415fd2c37803e9358f6c9d820f (diff) |
Interleave the title screen Ho-Oh and Lugia graphics (8x16 OAM tiles)
Diffstat (limited to 'Makefile')
-rw-r--r-- | Makefile | 2 |
1 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 |