mirror of
https://github.com/gbdev/rgbds.git
synced 2025-11-20 10:12:06 +00:00
Deprecate DEF-less definitions (#1193)
This commit is contained in:
@@ -12,8 +12,8 @@ MACRO printlit
|
||||
endr
|
||||
ENDM
|
||||
|
||||
NUM EQU 42
|
||||
STR EQUS "str\"ing"
|
||||
DEF NUM EQU 42
|
||||
DEF STR EQUS "str\"ing"
|
||||
|
||||
printargs NUM
|
||||
printargs "{d:NUM}"
|
||||
|
||||
Reference in New Issue
Block a user