More enumeration of constants, more annotations of scripts.

This commit is contained in:
PikalaxALT
2015-07-15 15:48:44 -04:00
parent 67e56102ef
commit 39524cdb76
96 changed files with 2634 additions and 2501 deletions

View File

@@ -136,3 +136,9 @@ bcd: MACRO
shift
endr
ENDM
add_n_times: MACRO
rept \3
add \1, \2
endr
ENDM