Use rgbds 0.5.0 features:

- FOR loops
- {interpolation}
- REDEF EQUS
- \# for all macro args
This commit is contained in:
Rangi 2021-04-17 19:06:56 -04:00
parent 4b64b146e4
commit dd690920c9
15 changed files with 90 additions and 163 deletions

View file

@ -1,8 +1,7 @@
move_choices: MACRO
REPT _NARG
db \1
shift
ENDR
IF _NARG
db \# ; all args
ENDC
db 0 ; end
list_index = list_index + 1
ENDM