summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authoryenatch <yenatch@gmail.com>2017-06-21 23:45:01 -0400
committeryenatch <yenatch@gmail.com>2017-06-21 23:45:01 -0400
commit647f9b4452fb166fedbbb987808bb0dae9623db2 (patch)
treeef2c72de74d2708cfd41e00da2236143a59fe63e /Makefile
parent967b0898a9f1cd4d31fb6ecc5a95f0a72ba33941 (diff)
pngs in gfx/title
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile5
1 files changed, 5 insertions, 0 deletions
diff --git a/Makefile b/Makefile
index 380c61324..9227fc660 100644
--- a/Makefile
+++ b/Makefile
@@ -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: ;