GX_GetBankForSubOBJ


C Specification

#include <nitro/gx/gx_vramcnt.h>

GXVRamSubOBJ GX_GetBankForSubOBJ(void);

Description

This function returns the settings of the VRAM bank allocated to the sub 2D Engine OBJ. For information on the GXVRamSubOBJ format, see GX_SetBankForSubOBJ.

Arguments

None

Return Values

The settings of the VRAM bank allocated to the sub 2D Engine's OBJ.

See Also

GX_SetBankForSubOBJ, GX_ResetBankForSubOBJ, GX_DisableBankForSubOBJ

Revision History

02/09/2004 Initial Version