GX_ResetBankForSubOBJ

C Specification

#include <nitro/gx/gx_vramcnt.h>

GXVRamSubOBJ GX_ResetBankForSubOBJ(void);

Arguments

None.

Return Values

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

Description

This function allocates to LCDC the VRAM bank that was allocated to the sub 2D Engine's OBJ. For information on the GXVRamSubOBJ format, see GX_SetBankForSubOBJ.

See Also

GX_SetBankForSubOBJ, GX_GetBankForSubOBJ, GX_DisableBankForSubOBJ

Revision History

02/09/2004 Initial version.