mirror of
https://github.com/gbdev/rgbds.git
synced 2025-11-20 10:12:06 +00:00
Add more RGBLINK test coverage (#1637)
This commit is contained in:
@@ -516,8 +516,8 @@ static void applyFilePatches(Section §ion, Section &dataSection) {
|
||||
error(
|
||||
patch.src,
|
||||
patch.lineNo,
|
||||
"jr target must be between -128 and 127 bytes away, not %" PRId16
|
||||
"; use jp instead\n",
|
||||
"JR target must be between -128 and 127 bytes away, not %" PRId16
|
||||
"; use JP instead",
|
||||
jumpOffset
|
||||
);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user