sprite


mode(kind)
sets the sprite mode
kind:
 0=8x8
 1=8x8 double size
 2=16x16
 3=16x16 double size

sprite(sprite number,sprite pattern data)
sets the sprite pattern

spritecolor(sprite number,sprite color pattern data)
sets the sprite color pattern

put(sprite number,x,y,color,sprite pattern)
displays the sprite

setsatblad(sprite attribute table address)
sets the sprite attribute table address for using this class

setsgtblad(sprite generator table address)
sets the sprite generator table address for using this class

setsctblad(sprite generator table address)
sets the sprite color table address for using this class

prepare(sprite number,x,y,color,sprite pattern)
prepares the sprite

refresh(sprite number,x,y,color,sprite pattern)
displays the prepared sprites

back