mirror of
https://github.com/gbdev/rgbds.git
synced 2025-11-21 02:32:06 +00:00
Add test to cover RGBLINK behavior for patch overflow
This commit is contained in:
3
test/link/patch-overflow.asm
Normal file
3
test/link/patch-overflow.asm
Normal file
@@ -0,0 +1,3 @@
|
||||
section "test", romx
|
||||
db startof("test")
|
||||
dw startof("test") * 5
|
||||
Reference in New Issue
Block a user