mirror of
https://github.com/gbdev/rgbds.git
synced 2025-11-20 10:12:06 +00:00
Replace test comments with assertions
This commit is contained in:
@@ -8,3 +8,6 @@ ld a, 1 >> (fzero - 1)
|
||||
ld a, 1 >> (fzero + 32)
|
||||
ld a, 1 >>> (fzero - 1)
|
||||
ld a, 1 >>> (fzero + 32)
|
||||
|
||||
; We rely on this landing at address $0000, which isn't *guaranteed*...
|
||||
assert startof("test") == 0
|
||||
|
||||
Reference in New Issue
Block a user