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:
@@ -17,8 +17,8 @@ MACRO person
|
||||
ENDM
|
||||
|
||||
MACRO object
|
||||
x = \1
|
||||
y = \2
|
||||
DEF x = \1
|
||||
DEF y = \2
|
||||
shift 2
|
||||
person y, x, \#
|
||||
ENDM
|
||||
@@ -30,7 +30,7 @@ MACRO echo
|
||||
println "\#"
|
||||
ENDM
|
||||
|
||||
R EQUS "S"
|
||||
DEF R EQUS "S"
|
||||
|
||||
echo P
|
||||
echo Q,R, {R}, T
|
||||
|
||||
Reference in New Issue
Block a user