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