Home
last modified time | relevance | path

Searched refs:PALETTE_SIZE (Results 1 – 4 of 4) sorted by relevance

/TwlSDK-5.3.1/build/demos/gx/UnitTours/2D_CharBg_256_16/include/
Ddata.h42 #define PALETTE_SIZE ( 512 * 16) macro
/TwlSDK-5.3.1/build/demos/gx/UnitTours/2D_CharBg_256BMP/include/
Ddata.h39 #define PALETTE_SIZE (256 * 2) macro
/TwlSDK-5.3.1/build/demos/gx/UnitTours/2D_CharBg_256BMP/src/
Dmain.c119 PALETTE_SIZE); // Size in TwlMain()
/TwlSDK-5.3.1/build/demos/gx/UnitTours/2D_CharBg_256_16/src/
Dmain.c131 GX_LoadBGExtPltt((const void *)kakucho_8bit_icl, 0x6000, PALETTE_SIZE); in TwlMain()