summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorentrpntr <entrpntr@gmail.com>2020-06-14 16:36:38 -0400
committerentrpntr <entrpntr@gmail.com>2020-06-14 16:36:38 -0400
commit7e87fed84ad81f6de2b4e5d1dbdb34a3c537a970 (patch)
treec6ecf97576831be6dd8bdcebc3227eea411172c0 /Makefile
parent485d9d99df60ace87da805068c15fe59d5f47b13 (diff)
Add .lz.bin files for the current non-matching graphics files.
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile3
1 files changed, 1 insertions, 2 deletions
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),\