diff options
| author | Rangi42 <remy.oukaour+rangi42@gmail.com> | 2024-08-28 12:28:55 -0400 |
|---|---|---|
| committer | Rangi42 <remy.oukaour+rangi42@gmail.com> | 2024-08-28 12:28:55 -0400 |
| commit | 3f0da3dc645bd1171a0ac8eb2a680f7e4d66c161 (patch) | |
| tree | a0b8bd896fbb8d4c3d326f8e0e8979eb6441d758 | |
| parent | Rename event constants for Jessie/James battles (diff) | |
| download | pokeyellow-3f0da3dc645bd1171a0ac8eb2a680f7e4d66c161.tar.gz pokeyellow-3f0da3dc645bd1171a0ac8eb2a680f7e4d66c161.tar.xz pokeyellow-3f0da3dc645bd1171a0ac8eb2a680f7e4d66c161.zip | |
Use long option flags for rgbgfx, same as tools/gfx
| -rw-r--r-- | Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -169,9 +169,9 @@ gfx/surfing_pikachu/surfing_pikachu_3.2bpp: tools/gfx += --trim-whitespace tools/gfx $(tools/gfx) -o $@ $@) %.1bpp: %.png - $(RGBGFX) $(rgbgfx) -d1 -o $@ $< + $(RGBGFX) $(rgbgfx) --depth 1 -o $@ $< $(if $(tools/gfx),\ - tools/gfx $(tools/gfx) -d1 -o $@ $@) + tools/gfx $(tools/gfx) --depth 1 -o $@ $@) %.pic: %.2bpp tools/pkmncompress $< $@ |
