mirror of
https://github.com/gbdev/rgbds.git
synced 2025-11-21 10:42:07 +00:00
Phrase error messages as "Failed to", not "Could not" or "Couldn't" (#1298)
This commit is contained in:
@@ -1,5 +1,5 @@
|
||||
error: Could not fit tile colors [$6c8a, $7f55, $7fff] in specified palettes
|
||||
error: Could not fit tile colors [$6c8a, $7f55] in specified palettes
|
||||
error: Failed to fit tile colors [$6c8a, $7f55, $7fff] in specified palettes
|
||||
error: Failed to fit tile colors [$6c8a, $7f55] in specified palettes
|
||||
note: The following palettes were specified:
|
||||
[$7fff, $7f55]
|
||||
[$7fff, $6c8a]
|
||||
|
||||
@@ -1,3 +1,3 @@
|
||||
error: cascading-errors-fatal-assert.asm(1): Unknown symbol "UnknownSymbol"
|
||||
FATAL: cascading-errors-fatal-assert.asm(1): couldn't evaluate assertion
|
||||
FATAL: cascading-errors-fatal-assert.asm(1): Failed to evaluate assertion
|
||||
Linking aborted after 2 errors
|
||||
|
||||
Reference in New Issue
Block a user