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