mirror of
https://github.com/gbdev/rgbds.git
synced 2026-01-11 19:11:52 +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