Positions the upper-left corner of the sprite on the screen.
#include <sp.h> /* sp.h */
void spMove(Sprite *sp, s32 xpos, s32 ypos)
It positions the upper-left corner of the sprite on the screen.
The extent of the drawn portion of the sprite is also affected by the sprite's inherent width (sp->width) and height (sp->height) , the scaling of the sprite (see spScale), and the current scissoring (see spScissor).
1999/04/30 Changed Format