mirror of
https://github.com/gbdev/rgbds.git
synced 2026-09-15 18:27:06 +00:00
Fix contrib/view_palettes.sh to allow output to stdout with -
This commit is contained in:
@@ -22,4 +22,4 @@ for (( i = 0; i < NB_PALS; i++ )); do
|
|||||||
printf $(printf '\\x%x' $i{,,,}) >> "$TMP/tmp.palmap"
|
printf $(printf '\\x%x' $i{,,,}) >> "$TMP/tmp.palmap"
|
||||||
done
|
done
|
||||||
|
|
||||||
"${RGBGFX:-${RGBDS+$RGBDS/}rgbgfx}" -r 4 "$2" -o "$TMP/tmp.2bpp" -OTQ -p "$1" -n "$NB_PALS"
|
"${RGBGFX:-${RGBDS+$RGBDS/}rgbgfx}" -o "$TMP/tmp.2bpp" -OTQ -p "$1" -n "$NB_PALS" -r 4 -- "$2"
|
||||||
|
|||||||
Reference in New Issue
Block a user