mirror of
https://github.com/gbdev/rgbds.git
synced 2026-09-01 19:38:43 +00:00
Format CGB colors in error/verbose messages as "GB:rr,gg,bb"
These should be more debuggable than packed "$xxxx" format.
This commit is contained in:
@@ -1,3 +1,3 @@
|
||||
warning: Colors #a9b9c9ff and #aabbccff both reduce to the same Game Boy color $66f5 (first seen at (1, 1))
|
||||
warning: Colors #a9b9c9ff and #aabbccff both reduce to the same RGB555 color GB:21,23,25 (first seen at (1, 1))
|
||||
FATAL: Tile (0, 0) contains the background color (#aabbccff)
|
||||
Conversion aborted after 1 error
|
||||
|
||||
Reference in New Issue
Block a user