GX_ResetBankForSubBGExtPltt


C Specification

#include <nitro/gx/gx_vramcnt.h>

GXVRamSubBGExtPltt GX_ResetBankForSubBGExtPltt(void);

Description

This function allocates to LCDC the VRAM bank that was allocated to the sub 2D Engine's BG extended palette. See GX_SetBankForSubBGExtPltt for details on GXVRamSubBGExtPltt types.

Arguments

None

Return Values

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

See Also

GX_SetBankForSubBGExtPltt, GX_GetBankForSubBGExtPltt, GX_DisableBankForSubBGExtPltt

Revision History

02/09/2004 Initial Version