More animations including cutting grass

This commit is contained in:
PikalaxALT
2015-12-01 15:35:28 -05:00
parent 6b33a8d155
commit ffbf2c0f5d
15 changed files with 397 additions and 355 deletions

View File

@@ -218,10 +218,18 @@ if _NARG == 5
else
lb \1, \2 * 8, \3 * 8
endc
endm
endm
depixel EQUS "ldpixel de,"
dbpixel: MACRO
if _NARG == 4
db \1 * 8 + \3, \2 * 8 + \4
else
db \1 * 8, \2 * 8
endc
endm
bgcoord: MACRO
IF _NARG == 4
ld \1, \3 * $20 + \2 + \4