GX_EndLoadBGExtPltt

C Specification

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

Arguments

None.

Return Values

None.

Description

This function is called after transferring BG palette data to the Main 2D Engine BG Extended palette. Internally, restores to the Main 2D Engine BG Extended palette the VRAM bank that was allocated to LCDC by GX_BeginLoadBGExtPltt.

See Also

GX_BeginLoadBGExtPltt, GX_LoadBGExtPltt

Revision History

02/09/2004

01/19/2004 Initial version