mirror of
https://github.com/gbdev/rgbds.git
synced 2025-11-20 18:22:07 +00:00
Allow binary AND to be sometimes constant (#976)
This commit is contained in:
@@ -1,11 +1,9 @@
|
||||
|
||||
SECTION "test", ROM0
|
||||
|
||||
ds 123
|
||||
|
||||
FloatingBase:
|
||||
assert WARN, FloatingBase & 0, "Worry about me, but not too much."
|
||||
assert FAIL, FloatingBase & 0, "Okay, this is getting serious!"
|
||||
assert FATAL, FloatingBase & 0, "It all ends now."
|
||||
assert FAIL, FloatingBase & 0, "Not even time to roll credits!"
|
||||
assert WARN, FloatingBase, "Worry about me, but not too much."
|
||||
assert FAIL, FloatingBase, "Okay, this is getting serious!"
|
||||
assert FATAL, FloatingBase, "It all ends now."
|
||||
assert FAIL, FloatingBase, "Not even time to roll credits!"
|
||||
assert WARN, 0, "Still can finish the film, though!"
|
||||
|
||||
Reference in New Issue
Block a user