#include <nitro/gx/g2_oam.h>
void G2_SetOBJPosition(GXOamAttr * oam, int x, int y);
oam | Pointer to the location storing the OAM data |
x | x-coordinate |
y | y-coordinate |
None.
*This function changes the x-y coordinates of the OAM data stored in oam
.
01/19/2004 Initial version.