GX_ResetBankForSubBGExtPltt

C Specification

#include <nitro/gx/gx_vramcnt.h>

GXVRamSubBGExtPltt GX_ResetBankForSubBGExtPltt(void);

Arguments

None.

Return Values

VRAM bank allocated to the sub 2D Engine's BG Extended palette.

Description

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

See Also

GX_SetBankForSubBGExtPltt, GX_GetBankForSubBGExtPltt, GX_DisableBankForSubBGExtPltt

Revision History

02/09/2004 Initial version.