#include <nitro/gx/gx_load.h>
void GXS_BeginLoadBGExtPltt(void);
None.
None.
This function is called before transmitting BG palette data to the sub 2D engine's BG Extended palette. Internally, it allocates banks allocated to the BG Extended palette to LCDC, and then prepares a DMA transfer of BG Extended palette data with GXS_LoadBGExtPltt
.
Note: Before this function, you must use GX_SetBankForSubBGExtPltt
to allocate VRAM banks to the sub 2D engine's BG Extended palette.
GXS_LoadBGExtPltt
, GXS_EndLoadBGExtPltt
02/09/2004 Initial version.