mirror of
https://github.com/gbdev/rgbds.git
synced 2025-11-20 18:22:07 +00:00
Prevent passing assertions that RGBASM passed to RGBLINK
This commit is contained in:
7
test/asm/assert-const.asm
Normal file
7
test/asm/assert-const.asm
Normal file
@@ -0,0 +1,7 @@
|
||||
; The following link-time assertion is known by RGBASM to be okay.
|
||||
; This previously caused it to still pass the assertion to RGBLINK with an empty
|
||||
; RPN expression
|
||||
|
||||
SECTION "rgbasm passing asserts", ROM0[0]
|
||||
db 0
|
||||
assert @
|
||||
Reference in New Issue
Block a user