diff options
author | yenatch <yenatch@gmail.com> | 2017-06-24 16:31:42 -0400 |
---|---|---|
committer | yenatch <yenatch@gmail.com> | 2017-06-24 16:31:42 -0400 |
commit | 9b1550c5e0abf20da5c7043c3ac49260fac79147 (patch) | |
tree | 853361b806712d594282e80fd721cd034eb82869 | |
parent | bc787652987987d258dadd6e32649a3aea643ae9 (diff) |
Explicit rules for gfx/shrink{1,2}.2bpp
-rw-r--r-- | Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
@@ -110,7 +110,8 @@ gfx/pics/%/front.animated.tilemap: gfx/pics/%/front.2bpp gfx/pics/%/front.dimens # Misc file-specific graphics rules -gfx/shrink%.2bpp: rgbgfx += -h +gfx/shrink1.2bpp: rgbgfx += -h +gfx/shrink2.2bpp: rgbgfx += -h gfx/trainers/%.2bpp: rgbgfx += -h gfx/trainers/%.pal: gfx/trainers/%.gbcpal |