GX_GetBankForSubOBJ

C Specification

#include <nitro/gx/gx_vramcnt.h>

GXVRamSubOBJ GX_GetBankForSubOBJ(void);

Arguments

None.

Return Values

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

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.

See Also

GX_SetBankForSubOBJ, GX_ResetBankForSubOBJ, GX_DisableBankForSubOBJ

Revision History

02/09/2004 Initial version