mirror of
https://github.com/gbdev/rgbds.git
synced 2025-11-23 11:32:07 +00:00
@@ -1,11 +1,11 @@
|
||||
printargs: MACRO
|
||||
MACRO printargs
|
||||
rept _NARG
|
||||
println \1
|
||||
shift
|
||||
endr
|
||||
ENDM
|
||||
|
||||
printlit: MACRO
|
||||
MACRO printlit
|
||||
rept _NARG
|
||||
println "\1"
|
||||
shift
|
||||
|
||||
Reference in New Issue
Block a user