#include <nitro/gx/g2_oam.h>
void G2_GetOBJPosition(const GXOamAttr * oam, u32 * x, u32 * y);
oam | Pointer to the location storing the OAM data |
x | Pointer for getting the X coordinate. |
y | Pointer for getting the Y coordinate. |
None.
*Gets the X,Y coordinates of the OAM data stored in *oam.
06/09/2004 Initial version.