diff options
| author | Tauwasser <Tauwasser@tauwasser.eu> | 2018-06-03 22:17:01 +0200 |
|---|---|---|
| committer | Tauwasser <Tauwasser@tauwasser.eu> | 2018-06-03 22:17:01 +0200 |
| commit | 9bfd7f3cbe0aae80bab93ed715c8c88cfa7241c1 (patch) | |
| tree | c65d577c4ec91be2c868701f6f3dfa36ad373a95 /Makefile | |
| parent | 40c8b5f0a304155ac50ea526b890770214bf1343 (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>
Diffstat (limited to 'Makefile')
| -rw-r--r-- | Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -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 |
