mirror of
https://github.com/gbdev/rgbds.git
synced 2026-09-22 13:47:05 +00:00
Fix RGBGFX to support -C/--color-curve in -r/--reverse mode (#2110)
Clarifies error message when RGBGFX reverse mode has `-c` mismatching `-p`.
This commit is contained in:
Binary file not shown.
@@ -0,0 +1,3 @@
|
||||
warning: Colors reversed from the palette file do not match those specified with '-c'
|
||||
Colors specified in the palette file: ...versus with '-c':
|
||||
[#adceefff, <none> , <none> , <none> ] [#abcdefff, <none> , <none> , <none> ]
|
||||
@@ -0,0 +1,3 @@
|
||||
-c #abcdef
|
||||
-s 1
|
||||
-p reverse_color_mismatch.pal
|
||||
@@ -0,0 +1 @@
|
||||
5w
|
||||
Reference in New Issue
Block a user