From ad0578fda0aec42c28e3db26bbf68d06aa19f63e Mon Sep 17 00:00:00 2001 From: yenatch Date: Tue, 12 Feb 2013 03:17:05 -0500 Subject: Fix png export orientation A quirk of the Decompressed class dissociated the orientation from the output attribute. The makefile no longer suppresses output since it's still relevant. --- Makefile | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) (limited to 'Makefile') diff --git a/Makefile b/Makefile index bb1b14d90..ab95414e3 100644 --- a/Makefile +++ b/Makefile @@ -38,18 +38,18 @@ pokecrystal.gbc: pokecrystal.o cmp baserom.gbc $@ -@lzs: ${VERTGFX} ${HORIZGFX} +lzs: ${VERTGFX} ${HORIZGFX} -@pngs: +pngs: cd extras; python gfx.py mass-decompress; python gfx.py dump-pngs -@front.png: tiles.png +front.png: tiles.png cd extras; python gfx.py png-to-lz --front $@ $(OBJECT_DIRECTORY)/tiles.2bpp -@tiles.png: +tiles.png: cd extras; python gfx.py png-to-2bpp $@ -@.png: ${VERTGFX} +.png: ${VERTGFX} cd extras; python gfx.py png-to-lz --vert $@ -@.png: ${HORIZGFX} +.png: ${HORIZGFX} cd extras; python gfx.py png-to-lz $@ -- cgit v1.2.3