Update some RGBLINK error messages (#1544)

This commit is contained in:
Sylvie
2024-10-15 19:42:49 -04:00
committed by GitHub
parent e623aeb85d
commit bc5a71ff88
5 changed files with 34 additions and 17 deletions

2
test/link/ldh-bad.asm Normal file
View File

@@ -0,0 +1,2 @@
SECTION "bad", ROM0
ldh [$1234+@], a

2
test/link/ldh-bad.out Normal file
View File

@@ -0,0 +1,2 @@
error: ldh-bad.asm(2): Address $1234 for LDH is not in HRAM range
Linking failed with 1 error

View File

@@ -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