Require RGBDS 0.9.3 for its DMG palette specs (#1193)

This commit is contained in:
Rangi
2025-07-02 20:32:00 -04:00
committed by GitHub
parent e1bcd41847
commit d9ae564440
6 changed files with 21 additions and 21 deletions

View File

@@ -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))