GX_GetBankForSubBGExtPltt

C Specification

#include <nitro/gx/gx_vramcnt.h>

GXVRamSubBGExtPltt GX_GetBankForSubBGExtPltt(void);

Arguments

None.

Return Values

The settings of the VRAM bank allocated to the BG Extended palette.

Description

This function returns the settings of the VRAM bank allocated to the sub 2D Engine BG Extended palette. Refer to GX_SetBankForSubBGExtPltt for details on GXVRamSubBGExtPltt format.

See Also

GX_SetBankForSubBGExtPltt, GX_ResetBankForSubBGExtPltt, GX_DisableBankForSubBGExtPltt

Revision History

02/09/2004 Initial version