GX_DisableBankForSubOBJExtPltt


C Specification

#include <nitro/gx/gx_vramcnt.h>

GXVRamSubOBJExtPltt GX_DisableBankForSubOBJExtPltt(void);

Description

This function disables the VRAM bank allocated to the the sub 2D Engine's OBJ 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_SetBankForSubOBJExtPltt for details on GXVRamSubOBJExtPltt format.

Arguments

None

Return Values

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

See Also

GX_SetBankForSubOBJExtPltt, GX_GetBankForSubOBJExtPltt, GX_ResetBankForSubOBJExtPltt

Revision History

02/09/2004 Initial Version