al - Audio Library Functions gDP - DP GBI Macros gdSP - General GBI Macros gSP - SP GBI Macros gt - Turbo Microcode RDP gu - Graphics Utilities Math - Math Functions nuSys - NuSystem os - N64 Operating System sp - Sprite Library Functions uh - Host to Target IO 64DD - N64 Disk Drive
|
spMoveFormat#include <sp.h> void spMove(Sprite *sp, s32 xpos, s32 ypos) Arguments
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). See Also spDraw spScale spScissor
|