summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authordannye <33dannye@gmail.com>2018-06-01 23:00:33 -0500
committerdannye <33dannye@gmail.com>2018-06-01 23:00:33 -0500
commit56ecc42c12b73c23e7e0e8fbcfc0fc293cc63dde (patch)
treeae3f1363d7f8f8819a062cfeacf0f00b4eb59429 /Makefile
parentdab6d652dc0c998c71bcaeb1b34e023aacfb7263 (diff)
Compress trainer pics
add missing include for soldier pic
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile3
1 files changed, 2 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index ae76e52..9f71250 100644
--- a/Makefile
+++ b/Makefile
@@ -24,7 +24,8 @@ GFX := $(patsubst %.png, $(BUILD)/%.2bpp, \
$(patsubst %.1bpp.png, $(BUILD)/%.1bpp, \
$(patsubst gfx/pokemon/%/front.png, $(BUILD)/gfx/pokemon/%/front.pic, \
$(patsubst gfx/pokemon/%/back.png, $(BUILD)/gfx/pokemon/%/back.pic, \
- $(call rwildcard, gfx, *.png)))))
+ $(patsubst gfx/trainer/%.png, $(BUILD)/gfx/trainer/%.pic, \
+ $(call rwildcard, gfx, *.png))))))
.SECONDEXPANSION: