mirror of
https://github.com/gbdev/rgbds.git
synced 2025-12-01 23:37:48 +00:00
Make some error messages more consistent (#1393)
* Update some error messages * Make non-A destination operand syntactically invalid
This commit is contained in:
@@ -1,3 +1,3 @@
|
||||
error: invalid-jr.asm(3):
|
||||
jr target out of reach (expected -129 < -258 < 128)
|
||||
jr target must be between -128 and 127 bytes away, not -258; use jp instead
|
||||
error: Assembly aborted (1 error)!
|
||||
|
||||
Reference in New Issue
Block a user