#include <nitro/gx/g2_oam.h>
void G2_SetOBJPriority(GXOamAttr * oam, int priority);
oam | Pointer to the location storing the OAM data |
priority | Display priority (0, 1, 2, or 3) |
None.
*This function changes the display priority of the OAM data stored in *oam
.
01/19/2004 Initial version.