GXS_EndLoadOBJExtPltt

C Specification

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

Arguments

None.

Return Values

None.

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.

See Also

GXS_BeginLoadOBJExtPltt, GXS_LoadOBJExtPltt

Revision History

02/09/2004 Initial version.