GXS_EndLoadOBJExtPltt


C Specification

#include <nitro/gx/gx_load.h>
void GXS_EndLoadOBJExtPltt(void);

Description

This function is called after transferring OBJ palette data to the sub 2D Engine's OBJ Extended palette. Internally, the VRAM bank that was allocated to LCDC by GXS_BeginLoadOBJExtPltt is restored to the sub 2D Engine's OBJ Extended palette data.

Arguments

None

Return Values

None

See Also

GXS_BeginLoadOBJExtPltt, GXS_LoadOBJExtPltt

Revision History

02/09/2004 Initial Version