GXS_LoadOBJPltt


C Specification

#include <nitro/gx/gx_load.h>
void GXS_LoadOBJPltt(const void *pSrc, u32 offset, u32 szByte);

Description

This function uses DMA to transfer standard OBJ palette data to the sub 2D Engine palette RAM for OBJ. An offset can be specified for the transfer destination address. The DMA channel that is used is GX_DMAID (defined in gxcommon.h). The transfer destination address is HW_DB_OBJ_PLTT in the ARM9 memory space + offset. Both offset and szByte must be 2-byte aligned.

Notes:

Arguments

pSrc Pointer to transfer source
offset Offset
szByte Transfer size (in bytes)

Return Values

None

See Also

GXS_LoadOBJ, GXS_LoadOAM

Revision History

02/09/2004 Initial Version