GX_ResetBankForBGExtPltt


C Specification

#include <nitro/gx/gx_vramcnt.h>

GXVRamBGExtPltt GX_ResetBankForBGExtPltt(void);

Description

This function allocates to LCDC the VRAM bank that was allocated to the BG Extended palette. See GX_SetBankForBGExtPltt for details on GXVRamBGExtPltt types.

Arguments

None

Return Values

The VRAM bank that was allocated to the main 2D Engine's BG Extended palette.

See Also

GX_SetBankForBGExtPltt, GX_GetBankForBGExtPltt, GX_DisableBankForBGExtPltt

Revision History

01/19/2004 Initial Version