Require RGBDS 0.9.3 for its DMG palette specs (#1193)
This commit is contained in:
4
Makefile
4
Makefile
@@ -335,12 +335,12 @@ gfx/mobile/stadium2_n64.2bpp: tools/gfx += --trim-whitespace
|
||||
### Catch-all graphics rules
|
||||
|
||||
%.2bpp: %.png
|
||||
$(RGBGFX) $(rgbgfx) -o $@ $<
|
||||
$(RGBGFX) --colors dmg=e4 $(rgbgfx) -o $@ $<
|
||||
$(if $(tools/gfx),\
|
||||
tools/gfx $(tools/gfx) -o $@ $@ || $$($(RM) $@ && false))
|
||||
|
||||
%.1bpp: %.png
|
||||
$(RGBGFX) $(rgbgfx) --depth 1 -o $@ $<
|
||||
$(RGBGFX) --colors dmg=e4 $(rgbgfx) --depth 1 -o $@ $<
|
||||
$(if $(tools/gfx),\
|
||||
tools/gfx $(tools/gfx) --depth 1 -o $@ $@ || $$($(RM) $@ && false))
|
||||
|
||||
|
Reference in New Issue
Block a user