#include <nitro/gx/gx_vramcnt.h>GXVRamSubBGExtPltt GX_DisableBankForSubBGExtPltt(void);This function disables the VRAM bank allocated to the sub 2D Engine BG
Extended palette. Although VRAM cannot be accessed after being disabled, the contents of the VRAM bank are not lost. Furthermore, VRAM banks that have been allocated for various resources will not be disabled until they are disabled with this command. Refer to GX_SetBankForSubBGExtPltt for details on GXVRamSubBGExtPltt format.
None
VRAM bank allocated to the sub 2D Engine's BG Extended palette.
GX_SetBankForSubBGExtPltt, GX_GetBankForSubBGExtPltt, GX_ResetBankForSubBGExtPltt
02/09/2004 Initial Version