pret / pokecrystal

Disassembly of Pokémon Crystal
https://pret.github.io/pokecrystal/
2.07k stars 784 forks source link

.gbcpal files should use `-c embedded` #1026

Closed Rangi42 closed 1 year ago

Rangi42 commented 1 year ago
 %.gbcpal: %.png
-   $(RGBGFX) -p $@ $<
+   $(RGBGFX) -c embedded -p $@ $<

This doesn't matter for pokecrystal's particular graphics, but might in hacks (see also https://github.com/pret/pokegold/issues/107).

Idain commented 1 year ago

It'd be good to be more consistent across repos, too. I like the idea.