From 7e87fed84ad81f6de2b4e5d1dbdb34a3c537a970 Mon Sep 17 00:00:00 2001 From: entrpntr Date: Sun, 14 Jun 2020 16:36:38 -0400 Subject: Add .lz.bin files for the current non-matching graphics files. --- Makefile | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'Makefile') diff --git a/Makefile b/Makefile index 5ef37f04..63c1364b 100644 --- a/Makefile +++ b/Makefile @@ -56,7 +56,7 @@ silver: pokesilver.gbc clean: rm -f $(roms) $(gold_obj) $(silver_obj) $(roms:.gbc=.map) $(roms:.gbc=.sym) rgbdscheck.o - find gfx \( -name "*.[12]bpp" -o -name "*.lz" ! -path "gfx/pokemon/alakazam/back_silver.2bpp.lz" \) -delete + find gfx \( -name "*.[12]bpp" -o -name "*.lz" \) -delete $(MAKE) clean -C tools/ tidy: @@ -210,7 +210,6 @@ gfx/pokemon/%/back_gold.2bpp: gfx/pokemon/%/back.png $(if $(tools/gfx),\ tools/gfx $(tools/gfx) -o $@ $@) -# TODO: alakazam/back_silver.2bpp should be an exception, made by decompressing its lz gfx/pokemon/%/back_silver.2bpp: gfx/pokemon/%/back.png $(RGBGFX) $(rgbgfx) -o $@ $< $(if $(tools/gfx),\ -- cgit v1.2.3