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:
16
defines.S
16
defines.S
@@ -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
|
||||
Reference in New Issue
Block a user