GX_ResetBankForSubOBJ


C Specification

#include <nitro/gx/gx_vramcnt.h>

GXVRamSubOBJ GX_ResetBankForSubOBJ(void);

Description

This function allocates to LCDC the VRAM bank that was allocated to the sub 2D Engine's OBJ. See GX_SetBankForSubOBJ for details on GXVRamSubOBJ types.

Arguments

None

Return Values

The VRAM bank that was allocated to the sub 2D Engine's OBJ.

See Also

GX_SetBankForSubOBJ, GX_GetBankForSubOBJ, GX_DisableBankForSubOBJ

Revision History

02/09/2004 Initial Version