summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTauwasser <Tauwasser@tauwasser.eu>2018-06-03 22:17:01 +0200
committerTauwasser <Tauwasser@tauwasser.eu>2018-06-03 22:17:01 +0200
commit9bfd7f3cbe0aae80bab93ed715c8c88cfa7241c1 (patch)
treec65d577c4ec91be2c868701f6f3dfa36ad373a95
parent40c8b5f0a304155ac50ea526b890770214bf1343 (diff)
gfx/pokegear: use better format for town map
This makes use of the new --trim-trailing option for tools/gfx Signed-off-by: Tauwasser <Tauwasser@tauwasser.eu>
-rw-r--r--Makefile1
-rw-r--r--gfx/pokegear/town_map.pngbin337 -> 339 bytes
2 files changed, 1 insertions, 0 deletions
diff --git a/Makefile b/Makefile
index 0db6498..bf7cf66 100644
--- a/Makefile
+++ b/Makefile
@@ -88,6 +88,7 @@ $(BUILD)/gfx/title/title_gold.2bpp: tools/gfx += --trim-whitespace
$(BUILD)/gfx/title/title_silver.2bpp: tools/gfx += --trim-whitespace
$(BUILD)/gfx/trainer_card/leaders.2bpp: tools/gfx += --trim-whitespace
$(BUILD)/gfx/trainer_card/trainer_card.2bpp: tools/gfx += --trim-whitespace
+$(BUILD)/gfx/pokegear/town_map.2bpp: tools/gfx += --trim-trailing
$(BUILD)/gfx/minigames/slots.2bpp: tools/gfx += --trim-whitespace
$(BUILD)/gfx/minigames/poker.2bpp: tools/gfx += --trim-whitespace
$(BUILD)/gfx/intro/purin_pikachu.2bpp: tools/gfx += --trim-whitespace
diff --git a/gfx/pokegear/town_map.png b/gfx/pokegear/town_map.png
index 69c06b4..fb880cd 100644
--- a/gfx/pokegear/town_map.png
+++ b/gfx/pokegear/town_map.png
Binary files differ