aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorRangi42 <remy.oukaour+rangi42@gmail.com>2024-08-28 12:28:55 -0400
committerRangi42 <remy.oukaour+rangi42@gmail.com>2024-08-28 12:28:55 -0400
commit3f0da3dc645bd1171a0ac8eb2a680f7e4d66c161 (patch)
treea0b8bd896fbb8d4c3d326f8e0e8979eb6441d758
parentRename event constants for Jessie/James battles (diff)
downloadpokeyellow-3f0da3dc645bd1171a0ac8eb2a680f7e4d66c161.tar.gz
pokeyellow-3f0da3dc645bd1171a0ac8eb2a680f7e4d66c161.tar.xz
pokeyellow-3f0da3dc645bd1171a0ac8eb2a680f7e4d66c161.zip
Use long option flags for rgbgfx, same as tools/gfx
-rw-r--r--Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/Makefile b/Makefile
index e6a1e0f9..187be1e3 100644
--- a/Makefile
+++ b/Makefile
@@ -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 $< $@