GX_ResetBankForTexPltt


C Specification

#include <nitro/gx/gx_vramcnt.h>

GXVRamTexPltt GX_ResetBankForTexPltt(void);

Description

This function allocates to LCDC the VRAM bank that was allocated to the texture palette slot. See GX_SetBankForTexPltt for details on GXVRamTexPltt types.

Arguments

None

Return Values

The VRAM bank that was allocated to the texture palette slot.

See Also

GX_SetBankForTexPltt, GX_GetBankForTexPltt, GX_DisableBankForTexPltt

Revision History

01/19/2004 Initial Version