From eb4a00e9f067929bfc67ed8c37caed97bf779c5b Mon Sep 17 00:00:00 2001 From: Zumi Daxuya Date: Sun, 5 Sep 2021 14:10:28 +0700 Subject: [PATCH] intro text got messed up again --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index 5c6605b..2cb4013 100644 --- a/Makefile +++ b/Makefile @@ -103,7 +103,7 @@ data/maps/layouts/%.bin: data/maps/layouts/%.tmx gfx/character_set/image_%.1bpp: tools/gfx += --interleave --png=$< gfx/battle/%.2bpp: tools/gfx += --interleave --png=$< -gfx/intro/sprites/%.2bpp: tools/gfx += --interleave --remove-whitespace --png=$< +gfx/intro/sprites/%.2bpp: tools/gfx += --interleave --png=$< gfx/title_screen/characters.2bpp: tools/gfx += --interleave --png=$< gfx/title_screen/title_screen_sprites.2bpp: tools/gfx += --interleave --png=$< gfx/character_set/english.1bpp: tools/gfx += --png=$<