GX_ResetBankForBG

C Specification

#include <nitro/gx/gx_vramcnt.h>

GXVRamBG GX_ResetBankForBG(void);

Arguments

None.

Return Values

VRAM bank that is allocated to the main 2D Engine's BG.

Description

This function allocates to LCDC the VRAM bank that was allocated to the main 2D Engine's BG. See GX_SetBankForBG for details on GXVRamBG types.

See Also

GX_SetBankForBG, GX_GetBankForBG, GX_DisableBankForBG

Revision History

01/19/2004 Initial version.