From 9bfd7f3cbe0aae80bab93ed715c8c88cfa7241c1 Mon Sep 17 00:00:00 2001 From: Tauwasser Date: Sun, 3 Jun 2018 22:17:01 +0200 Subject: gfx/pokegear: use better format for town map This makes use of the new --trim-trailing option for tools/gfx Signed-off-by: Tauwasser --- Makefile | 1 + 1 file changed, 1 insertion(+) (limited to 'Makefile') 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 -- cgit v1.2.3