mirror of
https://github.com/gbdev/rgbds.git
synced 2025-11-20 18:22:07 +00:00
Update some RGBLINK error messages (#1544)
This commit is contained in:
2
test/link/ldh-bad.asm
Normal file
2
test/link/ldh-bad.asm
Normal file
@@ -0,0 +1,2 @@
|
||||
SECTION "bad", ROM0
|
||||
ldh [$1234+@], a
|
||||
2
test/link/ldh-bad.out
Normal file
2
test/link/ldh-bad.out
Normal file
@@ -0,0 +1,2 @@
|
||||
error: ldh-bad.asm(2): Address $1234 for LDH is not in HRAM range
|
||||
Linking failed with 1 error
|
||||
@@ -1,2 +1,2 @@
|
||||
error: rst-bad.asm(2): Value 1 is not a RST vector
|
||||
error: rst-bad.asm(2): Value $1 is not a RST vector
|
||||
Linking failed with 1 error
|
||||
|
||||
Reference in New Issue
Block a user