GX_GetBankForBGExtPltt


C Specification

#include <nitro/gx/gx_vramcnt.h>

GXVRamBGExtPltt GX_GetBankForBGExtPltt(void);

Description

This function returns the settings of the VRAM bank to the the Main 2D Engine BG Extended palette. For information on GXVRamBGExtPltt format, see GX_SetBankForBGExtPltt.

Arguments

None

Return Values

The settings of the VRAM bank allocated to the main 2D Engine's BG Extended palette.

See Also

GX_SetBankForBGExtPltt, GX_ResetBankForBGExtPltt, GX_DisableBankForBGExtPltt

Revision History

01/19/2004 Initial Version