Refinements to Milestone 3 implementation ; still not ready to break it out into a subroutine, but is getting much closer. Changed the way the metasprites are packed.

This commit is contained in:
2012-11-03 21:17:39 -04:00
parent c5be4abf62
commit 86c65ebe7b
2 changed files with 54 additions and 53 deletions

View File

@@ -1,6 +1,14 @@
playerx=$0010
playery=$0011
curSpriteAttrOffset=$0012
curSpriteTileOffset=$0013
curSpriteXOffset=$0014
curSpriteYOffset=$0015
curSpriteData=$0012 ; 2 bytes
curSpriteDataLo=$0013
curSpriteDataHi=$0012
curSpriteLen=$0014
pad1a=$0015
pad1b=$0016
pad1select=$0017
pad1start=$0018
pad1left=$0019
pad1right=$001A
pad1up=$001B
pad1down=$001C