summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRemy Oukaour <remy.oukaour@gmail.com>2018-01-11 02:10:06 -0500
committerRemy Oukaour <remy.oukaour@gmail.com>2018-01-11 02:10:06 -0500
commit68e5a703cbf37597a729834b74b7545c9b0636cc (patch)
treeb3827f9b091a8fbc806608a659cfa64b16d2ea93
parent2d0506ecf9daa96f42cbfc1ee4fd612020241dd5 (diff)
Resize SGB graphics
-rw-r--r--Makefile6
-rw-r--r--gfx/sgb/sgb_border.pngbin632 -> 608 bytes
2 files changed, 4 insertions, 2 deletions
diff --git a/Makefile b/Makefile
index 94a9dbb5a..23dec21bc 100644
--- a/Makefile
+++ b/Makefile
@@ -159,6 +159,9 @@ gfx/pokedex/pokedex.2bpp: tools/gfx += --trim-whitespace
gfx/pokedex/sgb.2bpp: tools/gfx += --trim-whitespace
gfx/pokedex/slowpoke.2bpp: tools/gfx += --trim-whitespace
+gfx/pokegear/pokegear.2bpp: rgbgfx += -x2
+gfx/pokegear/pokegear_sprites.2bpp: tools/gfx += --trim-whitespace
+
gfx/title/crystal.2bpp: tools/gfx += --interleave --png=$<
gfx/title/old_fg.2bpp: tools/gfx += --interleave --png=$<
gfx/title/logo.2bpp: rgbgfx += -x 4
@@ -204,8 +207,7 @@ gfx/battle/dude.2bpp: rgbgfx += -h
gfx/font/unused_bold_font.1bpp: tools/gfx += --trim-whitespace
-gfx/pokegear/pokegear.2bpp: rgbgfx += -x2
-gfx/pokegear/pokegear_sprites.2bpp: tools/gfx += --trim-whitespace
+gfx/sgb/sgb_border.2bpp: tools/gfx += --trim-whitespace
gfx/mobile/ascii_font.2bpp: tools/gfx += --trim-whitespace
gfx/mobile/electro_ball.2bpp: tools/gfx += --trim-whitespace
diff --git a/gfx/sgb/sgb_border.png b/gfx/sgb/sgb_border.png
index 867c36b10..054ab4880 100644
--- a/gfx/sgb/sgb_border.png
+++ b/gfx/sgb/sgb_border.png
Binary files differ