G2_SetOBJPosition


C Specification

#include <nitro/gx/g2_oam.h>
void G2_SetOBJPosition(GXOamAttr * oam, int x, int y);

Description

This function changes the x-y coordinates of the OAM data stored in oam.

Arguments

oam Pointer to location where OAM data is stored
x x-coordinate
y y-coordinate

Return Values

None.

See Also

Revision History

01/19/2004 Initial Version