mirror of
https://github.com/gbdev/rgbds.git
synced 2026-05-09 03:19:35 +00:00
9fd0c0297f
The invalid character should not be consumed by `shiftChar()`.
7 lines
88 B
NASM
7 lines
88 B
NASM
MACRO m
|
|
println "¿", """\<_NARG""", "?"
|
|
println """done!"""
|
|
ENDM
|
|
|
|
m one, two, three
|