mirror of
https://github.com/gbdev/rgbds.git
synced 2025-11-23 11:32:07 +00:00
Replace test comments with assertions
This commit is contained in:
@@ -3,8 +3,10 @@ SECTION "fixed", ROM0[420]
|
||||
ds 69
|
||||
PRINTLN "{@}"
|
||||
|
||||
; FIXME: expected to land at $0000
|
||||
SECTION "floating", ROM0
|
||||
db @
|
||||
ds 42
|
||||
db @
|
||||
|
||||
; We rely on this landing at address $0000, which isn't *guaranteed*...
|
||||
assert STARTOF("floating") == 0
|
||||
|
||||
Reference in New Issue
Block a user