void movspr (unsigned char p, unsigned char n, unsigned char d);

Controls a sprite in a number of ways. The value of p can be summed to perform multiple actions. The value of d must be consistent with all the selected actions.

n = Sprite number (1 - 32).

pMeaningd
1Move sprite 1 stepDirection of movement (0 - 8)
2Change the sprites patternPattern number (0 - 31 or 127)
4Change the direction of sprite movementDirection of movement (0 - 8)
8Plot at centre of spriteIgnored

Include file: mtxscrn.h