mirror of
https://github.com/gbdev/rgbds.git
synced 2026-01-09 18:11:51 +00:00
Deprecate DEF-less definitions (#1193)
This commit is contained in:
@@ -1,8 +1,8 @@
|
||||
MACRO addargs
|
||||
sum = 0
|
||||
def sum = 0
|
||||
rept _NARG
|
||||
sum = sum + \1
|
||||
shift
|
||||
def sum = sum + \1
|
||||
shift
|
||||
endr
|
||||
dw sum & $FFFF
|
||||
dw (sum >> 16) & $FFFF
|
||||
|
||||
Reference in New Issue
Block a user