mirror of
https://github.com/gbdev/rgbds.git
synced 2025-11-21 18:52:07 +00:00
Deprecate DEF-less definitions (#1193)
This commit is contained in:
@@ -1,12 +1,12 @@
|
||||
X equ 0
|
||||
def X equ 0
|
||||
|
||||
MACRO test
|
||||
; Test RGBASM
|
||||
v equs "X +"
|
||||
def v equs "X +"
|
||||
static_assert \#
|
||||
purge v
|
||||
; Test RGBLINK
|
||||
v equs "Y +"
|
||||
def v equs "Y +"
|
||||
assert \#
|
||||
purge v
|
||||
ENDM
|
||||
|
||||
Reference in New Issue
Block a user