mirror of
https://github.com/gbdev/rgbds.git
synced 2025-11-28 22:07:49 +00:00
Deprecate DEF-less definitions (#1193)
This commit is contained in:
@@ -26,8 +26,8 @@ MACRO pop_
|
||||
ENDM
|
||||
|
||||
MACRO print_mapped
|
||||
x = \1
|
||||
println "{x}"
|
||||
def x = \1
|
||||
println "{x}"
|
||||
ENDM
|
||||
|
||||
println "main charmap"
|
||||
|
||||
Reference in New Issue
Block a user