GX_GetBankForOBJExtPltt

C Specification

#include <nitro/gx/gx_vramcnt.h>

GXVRamOBJExtPltt GX_GetBankForOBJExtPltt(void);

Arguments

None.

Return Values

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

Description

This function returns the settings of the VRAM bank allocated to the the Main 2D Engine's OBJ Extended palette. See GX_SetBankForOBJExtPltt for details on GXVRamOBJExtPltt types.

See Also

GX_SetBankForOBJExtPltt, GX_ResetBankForOBJExtPltt, GX_DisableBankForOBJExtPltt

Revision History

01/19/2004 Initial version