Add test to cover RGBLINK behavior for patch overflow

This commit is contained in:
Rangi42
2025-01-20 14:42:58 -05:00
parent c2db23aef0
commit 056190413e
2 changed files with 6 additions and 0 deletions

View File

@@ -0,0 +1,3 @@
section "test", romx
db startof("test")
dw startof("test") * 5

View File

@@ -0,0 +1,3 @@
error: patch-overflow.asm(3): Value 81920 is not 16-bit
error: patch-overflow.asm(2): Value 16384 is not 8-bit
Linking failed with 2 errors