More work interpreting the sprite engine

This commit is contained in:
PikalaxALT
2015-12-02 13:24:18 -05:00
parent 92a8c491c3
commit be082943ed
17 changed files with 1165 additions and 1023 deletions

View File

@@ -248,5 +248,5 @@ palgreen EQUS "$0020 *"
palblue EQUS "$0001 *"
dsprite: MACRO
db \1 * 8 + \2, \3 * 8 + \4, \5, \6
db (\1 * 8) % $100 + \2, (\3 * 8) % $100 + \4, \5, \6
endm