shithub: rgbds

ref: e6ae1992fe04525c9f9cf95ad2e4d72f4cd63c3e
dir: /test/link/assert.asm/

View raw version

SECTION "test", ROM0

FloatingBase:
	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!"