#include<ultra64.h>

extern Vtx MC_LastBill_v[];

extern unsigned char MC_BattleTrainTX01_CI8_txt[];
extern unsigned char MC_BillTX01_CI8_txt[];
extern unsigned char MC_BossDuct01_CI8_txt[];
extern unsigned char MC_BossFaceTX_CI8_txt[];
extern unsigned char MC_BossTX03_CI8_txt[];
extern unsigned char MC_BossTX04_CI8_txt[];
extern unsigned char MC_BridgeTX03_CI8_txt[];
extern unsigned short MC_Gake_txt[];
extern unsigned char MC_ISBMissileTX01_CI8_txt[];
extern unsigned short MC_InnerTEX01_txt[];
extern unsigned short MC_TX02_txt[];
extern unsigned char MC_TankTX01_CI8_txt[];



#define gs_Nin_LoadTextureImage(timg,fmt,siz,width,height,tmem,tt)	\
	gsDPSetTextureImage(fmt,siz,1,timg),	\
	gsDPTileSync(),	\
	gsDPSetTile(fmt,siz,0,tmem,tt,0,0,0,0,0,0,0),	\
	gsDPLoadSync(),	\
	gsDPLoadBlock(tt,0,0,width*height-1,CALC_DXT(width,siz##_BYTES))

#define gs_Nin_SetUpTileDescrip(fmt,siz,width,height,tmem,tt,cs,ms,ss,ct,mt,st)	\
	gsDPTileSync(),	\
	gsDPSetTile(fmt,siz,((((width)*siz##_LINE_BYTES)+7)>>3),tmem,tt,0,ct,mt,st,cs,ms,ss),	\
	gsDPSetTileSize(tt,0,0,(width-1)<<G_TEXTURE_IMAGE_FRAC,(height-1)<<G_TEXTURE_IMAGE_FRAC)

#define G_CC_PRIMSHADE PRIMITIVE,0,SHADE,0,0,0,0,SHADE

Gfx MC_LastBill[]={
	gs_Nin_SetUpTileDescrip(G_IM_FMT_RGBA,G_IM_SIZ_16b,32,64,0,0,G_TX_WRAP,5,0,G_TX_WRAP,6,0),
	gs_Nin_LoadTextureImage(MC_Gake_txt,G_IM_FMT_RGBA,G_IM_SIZ_16b,32,64,0,7),


	gsSPVertex(&MC_LastBill_v[0],12,0),
	gsSP1Quadrangle(0, 1, 2, 3, 0),
	gsSP1Quadrangle(4, 5, 6, 7, 0),
	gsSP1Quadrangle(8, 9, 10, 11, 0),
	gsDPLoadTLUT_pal256(&MC_BossFaceTX_CI8_txt[1024]),
	gsDPLoadTextureBlock(MC_BossFaceTX_CI8_txt,G_IM_FMT_CI,G_IM_SIZ_8b,32,32,0,G_TX_WRAP,G_TX_WRAP,5,5,0,0),
	gsDPSetTextureLUT(G_TT_RGBA16),

	gsSPVertex(&MC_LastBill_v[12],4,0),
	gsSP1Quadrangle(0, 3, 1, 2, 0),
	gsDPSetTextureLUT(G_TT_RGBA16),
	gsDPLoadTLUT_pal256(&MC_BillTX01_CI8_txt[512]),
	gsDPLoadTextureBlock(MC_BillTX01_CI8_txt,G_IM_FMT_CI,G_IM_SIZ_8b,32,16,0,G_TX_WRAP,G_TX_WRAP,5,4,0,0),


	gsSPVertex(&MC_LastBill_v[16],4,0),
	gsSP2Triangles(0, 1, 2, 0, 0, 2, 3, 0),
	gsDPLoadTLUT_pal256(&MC_BattleTrainTX01_CI8_txt[1024]),
	gsDPLoadTextureBlock(MC_BattleTrainTX01_CI8_txt,G_IM_FMT_CI,G_IM_SIZ_8b,32,32,0,G_TX_WRAP,G_TX_WRAP,5,5,0,0),

	gsSPVertex(&MC_LastBill_v[20],8,0),
	gsSP2Triangles(0, 1, 2, 0, 0, 3, 1, 0),
	gsSP1Quadrangle(4, 7, 5, 6, 0),
	gs_Nin_SetUpTileDescrip(G_IM_FMT_RGBA,G_IM_SIZ_16b,32,32,0,0,G_TX_WRAP,5,0,G_TX_WRAP,5,0),
	gs_Nin_LoadTextureImage(MC_TX02_txt,G_IM_FMT_RGBA,G_IM_SIZ_16b,32,32,0,7),
	gsDPSetTextureLUT(G_TT_NONE),


	gsSPVertex(&MC_LastBill_v[28],12,0),
	gsSP1Quadrangle(0, 3, 1, 2, 0),
	gsSP1Quadrangle(4, 5, 6, 7, 0),
	gsSP1Quadrangle(8, 11, 9, 10, 0),
	gsDPLoadTLUT_pal256(&MC_BillTX01_CI8_txt[512]),
	gsDPLoadTextureBlock(MC_BillTX01_CI8_txt,G_IM_FMT_CI,G_IM_SIZ_8b,32,16,0,G_TX_WRAP,G_TX_WRAP,5,4,0,0),
	gsDPSetTextureLUT(G_TT_RGBA16),

	gsSPVertex(&MC_LastBill_v[40],4,0),
	gsSP1Quadrangle(0, 1, 2, 3, 0),
	gsDPLoadTLUT_pal256(&MC_TankTX01_CI8_txt[1024]),
	gsDPLoadTextureBlock(MC_TankTX01_CI8_txt,G_IM_FMT_CI,G_IM_SIZ_8b,32,32,0,G_TX_WRAP,G_TX_WRAP,5,5,0,0),


	gsSPVertex(&MC_LastBill_v[44],19,0),
	gsSP1Quadrangle(0, 1, 2, 3, 0),
	gsSP1Triangle(4, 0, 5, 0),
	gsSP1Quadrangle(5, 0, 3, 6, 0),
	gsSP2Triangles(7, 1, 0, 0, 5, 8, 4, 0),
	gsSP1Quadrangle(7, 9, 10, 1, 0),
	gsSP2Triangles(11, 12, 13, 0, 12, 11, 10, 0),
	gsSP1Triangle(10, 9, 12, 0),
	gsSP1Quadrangle(11, 16, 14, 15, 0),
	gsSP1Triangle(13, 16, 11, 0),
	gsSP1Quadrangle(10, 11, 15, 17, 0),
	gsSP1Quadrangle(2, 1, 10, 17, 0),
	gsSP2Triangles(14, 6, 18, 0, 0, 4, 7, 0),
	gsSP2Triangles(6, 3, 18, 0, 3, 2, 18, 0),
	gsSP2Triangles(15, 14, 18, 0, 2, 17, 18, 0),
	gsSP1Triangle(17, 15, 18, 0),
	gsDPLoadTLUT_pal256(&MC_ISBMissileTX01_CI8_txt[1024]),
	gsDPLoadTextureBlock(MC_ISBMissileTX01_CI8_txt,G_IM_FMT_CI,G_IM_SIZ_8b,32,32,0,G_TX_WRAP,G_TX_WRAP,5,5,0,0),

	gsSPVertex(&MC_LastBill_v[63],13,0),
	gsSP1Triangle(0, 1, 2, 0),
	gsSP1Quadrangle(3, 6, 4, 5, 0),
	gsSP2Triangles(2, 5, 0, 0, 7, 8, 4, 0),
	gsSP2Triangles(4, 6, 7, 0, 9, 10, 1, 0),
	gsSP2Triangles(1, 0, 9, 0, 8, 7, 11, 0),
	gsSP1Triangle(11, 12, 8, 0),
	gsDPLoadTLUT_pal256(&MC_BillTX01_CI8_txt[512]),
	gsDPLoadTextureBlock(MC_BillTX01_CI8_txt,G_IM_FMT_CI,G_IM_SIZ_8b,32,16,0,G_TX_WRAP,G_TX_WRAP,5,4,0,0),


	gsSPVertex(&MC_LastBill_v[76],4,0),
	gsSP2Triangles(0, 1, 2, 0, 0, 2, 3, 0),
	gsDPLoadTLUT_pal256(&MC_BattleTrainTX01_CI8_txt[1024]),
	gsDPLoadTextureBlock(MC_BattleTrainTX01_CI8_txt,G_IM_FMT_CI,G_IM_SIZ_8b,32,32,0,G_TX_WRAP,G_TX_WRAP,5,5,0,0),

	gsSPVertex(&MC_LastBill_v[80],8,0),
	gsSP2Triangles(0, 1, 2, 0, 0, 3, 1, 0),
	gsSP1Quadrangle(4, 7, 5, 6, 0),
	gsDPLoadTLUT_pal256(&MC_TankTX01_CI8_txt[1024]),
	gsDPLoadTextureBlock(MC_TankTX01_CI8_txt,G_IM_FMT_CI,G_IM_SIZ_8b,32,32,0,G_TX_WRAP,G_TX_WRAP,5,5,0,0),


	gsSPVertex(&MC_LastBill_v[88],19,0),
	gsSP1Quadrangle(0, 1, 2, 3, 0),
	gsSP1Triangle(4, 0, 5, 0),
	gsSP1Quadrangle(5, 0, 3, 6, 0),
	gsSP2Triangles(7, 1, 0, 0, 5, 8, 4, 0),
	gsSP1Quadrangle(7, 9, 10, 1, 0),
	gsSP2Triangles(11, 12, 13, 0, 12, 11, 10, 0),
	gsSP1Triangle(10, 9, 12, 0),
	gsSP1Quadrangle(11, 16, 14, 15, 0),
	gsSP1Triangle(13, 16, 11, 0),
	gsSP1Quadrangle(10, 11, 15, 17, 0),
	gsSP1Quadrangle(2, 1, 10, 17, 0),
	gsSP2Triangles(14, 6, 18, 0, 0, 4, 7, 0),
	gsSP2Triangles(6, 3, 18, 0, 3, 2, 18, 0),
	gsSP2Triangles(15, 14, 18, 0, 2, 17, 18, 0),
	gsSP1Triangle(17, 15, 18, 0),
	gsDPLoadTLUT_pal256(&MC_ISBMissileTX01_CI8_txt[1024]),
	gsDPLoadTextureBlock(MC_ISBMissileTX01_CI8_txt,G_IM_FMT_CI,G_IM_SIZ_8b,32,32,0,G_TX_WRAP,G_TX_WRAP,5,5,0,0),

	gsSPVertex(&MC_LastBill_v[107],13,0),
	gsSP1Triangle(0, 1, 2, 0),
	gsSP1Quadrangle(3, 6, 4, 5, 0),
	gsSP2Triangles(2, 5, 0, 0, 7, 8, 4, 0),
	gsSP2Triangles(4, 6, 7, 0, 9, 10, 1, 0),
	gsSP2Triangles(1, 0, 9, 0, 8, 7, 11, 0),
	gsSP1Triangle(11, 12, 8, 0),
	gs_Nin_SetUpTileDescrip(G_IM_FMT_RGBA,G_IM_SIZ_16b,32,32,0,0,G_TX_WRAP,5,0,G_TX_WRAP,5,0),
	gs_Nin_LoadTextureImage(MC_TX02_txt,G_IM_FMT_RGBA,G_IM_SIZ_16b,32,32,0,7),
	gsDPSetTextureLUT(G_TT_NONE),


	gsSPVertex(&MC_LastBill_v[120],8,0),
	gsSP2Triangles(0, 1, 2, 0, 2, 3, 0, 0),
	gsSP2Triangles(4, 5, 6, 0, 6, 7, 4, 0),
	gsDPLoadTLUT_pal256(&MC_BossTX03_CI8_txt[256]),
	gsDPLoadTextureBlock(MC_BossTX03_CI8_txt,G_IM_FMT_CI,G_IM_SIZ_8b,16,16,0,G_TX_WRAP,G_TX_WRAP,4,4,0,0),
	gsDPSetTextureLUT(G_TT_RGBA16),


	gsSPVertex(&MC_LastBill_v[128],12,0),
	gsSP2Triangles(0, 1, 2, 0, 1, 3, 2, 0),
	gsSP2Triangles(4, 5, 6, 0, 6, 7, 4, 0),
	gsSP1Quadrangle(8, 11, 9, 10, 0),
	gsDPLoadTLUT_pal256(&MC_BossFaceTX_CI8_txt[1024]),
	gsDPLoadTextureBlock(MC_BossFaceTX_CI8_txt,G_IM_FMT_CI,G_IM_SIZ_8b,32,32,0,G_TX_WRAP,G_TX_WRAP,5,5,0,0),


	gsSPVertex(&MC_LastBill_v[140],20,0),
	gsSP2Triangles(0, 1, 2, 0, 2, 3, 0, 0),
	gsSP2Triangles(4, 5, 6, 0, 6, 7, 4, 0),
	gsSP1Triangle(8, 9, 10, 0),
	gsSP1Quadrangle(10, 12, 11, 8, 0),
	gsSP1Triangle(8, 13, 9, 0),
	gsSP1Quadrangle(12, 14, 15, 11, 0),
	gsSP1Quadrangle(16, 19, 17, 18, 0),
	gsDPLoadTLUT_pal256(&MC_ISBMissileTX01_CI8_txt[1024]),
	gsDPLoadTextureBlock(MC_ISBMissileTX01_CI8_txt,G_IM_FMT_CI,G_IM_SIZ_8b,32,32,0,G_TX_WRAP,G_TX_WRAP,5,5,0,0),


	gsSPVertex(&MC_LastBill_v[160],10,0),
	gsSP1Triangle(0, 1, 2, 0),
	gsSP1Quadrangle(3, 6, 4, 5, 0),
	gsSP1Triangle(7, 8, 9, 0),
	gsDPLoadTLUT_pal256(&MC_BattleTrainTX01_CI8_txt[1024]),
	gsDPLoadTextureBlock(MC_BattleTrainTX01_CI8_txt,G_IM_FMT_CI,G_IM_SIZ_8b,32,32,0,G_TX_WRAP,G_TX_WRAP,5,5,0,0),

	gsSPVertex(&MC_LastBill_v[170],4,0),
	gsSP2Triangles(0, 1, 2, 0, 0, 3, 1, 0),
	gsDPLoadTLUT_pal256(&MC_BossTX04_CI8_txt[256]),
	gsDPLoadTextureBlock(MC_BossTX04_CI8_txt,G_IM_FMT_CI,G_IM_SIZ_8b,16,16,0,G_TX_WRAP,G_TX_WRAP,4,4,0,0),


	gsSPVertex(&MC_LastBill_v[174],22,0),
	gsSP1Quadrangle(0, 3, 1, 2, 0),
	gsSP1Quadrangle(4, 7, 5, 6, 0),
	gsSP1Quadrangle(8, 11, 9, 10, 0),
	gsSP1Triangle(12, 13, 14, 0),
	gsSP1Quadrangle(14, 15, 16, 12, 0),
	gsSP1Quadrangle(17, 18, 19, 20, 0),
	gsSP1Triangle(17, 21, 18, 0),
	gsDPLoadTLUT_pal256(&MC_BossDuct01_CI8_txt[256]),
	gsDPLoadTextureBlock(MC_BossDuct01_CI8_txt,G_IM_FMT_CI,G_IM_SIZ_8b,16,16,0,G_TX_WRAP,G_TX_CLAMP,4,4,0,0),


	gsSPVertex(&MC_LastBill_v[196],4,0),
	gsSP1Quadrangle(0, 1, 2, 3, 0),
	gsDPLoadTLUT_pal256(&MC_BridgeTX03_CI8_txt[64]),
	gsDPLoadTextureBlock(MC_BridgeTX03_CI8_txt,G_IM_FMT_CI,G_IM_SIZ_8b,8,8,0,G_TX_WRAP,G_TX_WRAP,3,3,0,0),


	gsSPVertex(&MC_LastBill_v[200],4,0),
	gsSP1Quadrangle(0, 1, 2, 3, 0),
	gsDPLoadTLUT_pal256(&MC_BattleTrainTX01_CI8_txt[1024]),
	gsDPLoadTextureBlock(MC_BattleTrainTX01_CI8_txt,G_IM_FMT_CI,G_IM_SIZ_8b,32,32,0,G_TX_WRAP,G_TX_WRAP,5,5,0,0),

	gsSPVertex(&MC_LastBill_v[204],12,0),
	gsSP1Quadrangle(0, 3, 1, 2, 0),
	gsSP1Quadrangle(4, 0, 2, 5, 0),
	gsSP1Quadrangle(6, 7, 1, 3, 0),
	gsSP1Quadrangle(5, 9, 8, 4, 0),
	gsSP1Quadrangle(10, 11, 8, 9, 0),
	gs_Nin_SetUpTileDescrip(G_IM_FMT_RGBA,G_IM_SIZ_16b,32,32,0,0,G_TX_WRAP,5,0,G_TX_WRAP,5,0),
	gs_Nin_LoadTextureImage(MC_TX02_txt,G_IM_FMT_RGBA,G_IM_SIZ_16b,32,32,0,7),
	gsDPSetTextureLUT(G_TT_NONE),


	gsSPVertex(&MC_LastBill_v[216],12,0),
	gsSP1Quadrangle(0, 3, 1, 2, 0),
	gsSP1Quadrangle(4, 5, 6, 7, 0),
	gsSP1Quadrangle(8, 11, 9, 10, 0),
	gsDPLoadTLUT_pal256(&MC_BillTX01_CI8_txt[512]),
	gsDPLoadTextureBlock(MC_BillTX01_CI8_txt,G_IM_FMT_CI,G_IM_SIZ_8b,32,16,0,G_TX_WRAP,G_TX_WRAP,5,4,0,0),
	gsDPSetTextureLUT(G_TT_RGBA16),

	gsSPVertex(&MC_LastBill_v[228],4,0),
	gsSP1Quadrangle(0, 1, 2, 3, 0),
	gs_Nin_SetUpTileDescrip(G_IM_FMT_RGBA,G_IM_SIZ_16b,32,32,0,0,G_TX_WRAP,5,0,G_TX_WRAP,5,0),
	gs_Nin_LoadTextureImage(MC_InnerTEX01_txt,G_IM_FMT_RGBA,G_IM_SIZ_16b,32,32,0,7),
        gsDPSetTextureLUT(G_TT_NONE),

	gsSPVertex(&MC_LastBill_v[232],4,0),
	gsSP1Quadrangle(0, 1, 2, 3, 0),
	gsDPSetTextureLUT(G_TT_NONE),
	gs_Nin_LoadTextureImage(MC_InnerTEX01_txt,G_IM_FMT_RGBA,G_IM_SIZ_16b,32,32,0,7),

	gsSPVertex(&MC_LastBill_v[236],4,0),
	gsSP1Quadrangle(0, 1, 2, 3, 0),
	gs_Nin_LoadTextureImage(MC_InnerTEX01_txt,G_IM_FMT_RGBA,G_IM_SIZ_16b,32,32,0,7),

	gsSPVertex(&MC_LastBill_v[240],4,0),
	gsSP1Quadrangle(0, 1, 2, 3, 0),
	gs_Nin_LoadTextureImage(MC_InnerTEX01_txt,G_IM_FMT_RGBA,G_IM_SIZ_16b,32,32,0,7),

	gsSPVertex(&MC_LastBill_v[244],4,0),
	gsSP1Quadrangle(0, 1, 2, 3, 0),
	gsSPEndDisplayList(),
}; /* db */ 


#undef G_CC_PRIMSHADE

#undef gs_Nin_LoadTextureImage

#undef gs_Nin_SetUpTileDescrip

/* 246 vertices */
Vtx MC_LastBill_v[]={
	{ -2341,  1763, -1650,     0,  -409,   -24,  -119,     0,     0,   255},	/* 0 */
	{ -2341,  1763, -5550,     0,  3583,   -24,  -119,     0,     0,   255},	/* 1 */
	{ -2341,     0, -5550,     0,  3583,  3413,  -119,     0,     0,   255},	/* 2 */
	{ -2341,     0, -1650,     0,  -409,  3413,  -119,     0,     0,   255},	/* 3 */
	{  2341,     0, -1650,     0,  -409,  3413,   120,     0,     0,   255},	/* 4 */
	{  2341,     0, -5550,     0,  3583,  3413,   120,     0,     0,   255},	/* 5 */
	{  2341,  1763, -5550,     0,  3583,   -24,   120,     0,     0,   255},	/* 6 */
	{  2341,  1763, -1650,     0,  -409,   -24,   120,     0,     0,   255},	/* 7 */
	{ -2341,     0, -1650,     0,  -368,  3258,     0,     0,   119,   255},	/* 8 */
	{  2341,     0, -1650,     0,  3466,  3258,     0,     0,   119,   255},	/* 9 */
	{  2341,  1763, -1650,     0,  3466,   -23,     0,     0,   119,   255},	/* 10 */
	{ -2341,  1763, -1650,     0,  -368,   -23,     0,     0,   119,   255},	/* 11 */
	{ -2341,  1763, -5550,     0,     7, -1077,     0,   120,     0,   255},	/* 12 */
	{  2341,  1763, -1650,     0,  2005,  1024,     0,   120,     0,   255},	/* 13 */
	{  2341,  1763, -5550,     0,  2005, -1077,     0,   120,     0,   255},	/* 14 */
	{ -2341,  1763, -1650,     0,     7,  1023,     0,   120,     0,   255},	/* 15 */
	{  1010,  1388,  -600,     0,  6043,  -561,    18,   112,    39,   255},	/* 16 */
	{  1485,   947,   419,     0,  6043,   469,    39,    76,    83,   255},	/* 17 */
	{  6301,   947, -1824,     0,     0,   469,    39,    76,    83,   255},	/* 18 */
	{  5825,  1388, -2844,     0,     0,  -561,    18,   112,    39,   255},	/* 19 */
	{  1485,   947,   419,     0,     0,     3,  -108,     0,    50,   255},	/* 20 */
	{  1010,     0,  -600,     0,  1280,  1036,  -108,     0,    50,   255},	/* 21 */
	{  1485,     0,   419,     0,     0,   972,  -108,     0,    50,   255},	/* 22 */
	{  1010,  1388,  -600,     0,  1280,  -383,  -108,     0,    50,   255},	/* 23 */
	{  6301,   947, -1824,     0,  -368,     3,    39,    76,    83,   255},	/* 24 */
	{  1485,     0,   419,     0,  3982,  1024,    51,     0,   108,   255},	/* 25 */
	{  6301,     0, -1824,     0,  -368,  1024,    51,     0,   108,   255},	/* 26 */
	{  1485,   947,   419,     0,  3982,     3,    39,    76,    83,   255},	/* 27 */
	{  2452,     0,  1536,     0,   112,   994,   113,     0,    41,   255},	/* 28 */
	{  2452,   613,    89,     0,  1983,    34,   120,     0,     0,   255},	/* 29 */
	{  2452,   613,  1536,     0,   116,     4,    85,     0,    84,   255},	/* 30 */
	{  2452,     0,    89,     0,  1978,  1024,   120,     0,     0,   255},	/* 31 */
	{  1181,     0,  2086,     0,  1900,  1004,    48,     0,   109,   255},	/* 32 */
	{  2452,     0,  1536,     0,   128,  1004,   113,     0,    41,   255},	/* 33 */
	{  2452,   613,  1536,     0,   128,     0,    85,     0,    84,   255},	/* 34 */
	{  1181,   613,  2086,     0,  1900,     0,    48,     0,   109,   255},	/* 35 */
	{   818,     0,    89,     0,  2673,   984,  -117,     0,    20,   255},	/* 36 */
	{  1181,   613,  2086,     0,   155,    18,  -117,     0,    20,   255},	/* 37 */
	{   818,   613,    89,     0,  2673,    18,  -117,     0,    20,   255},	/* 38 */
	{  1181,     0,  2086,     0,   155,   984,  -117,     0,    20,   255},	/* 39 */
	{   818,   613,    89,     0,  1979, -1411,     0,   120,     0,   255},	/* 40 */
	{  1181,   613,  2086,     0,  1979,   477,     0,   120,     0,   255},	/* 41 */
	{  2452,   613,  1536,     0,   137,   520,     0,   120,     0,   255},	/* 42 */
	{  2452,   613,    89,     0,  -214,  -740,     0,   120,     0,   255},	/* 43 */
	{  -888,   200,  1025,     0,  1024,  1024,  -116,   -16,    20,   255},	/* 44 */
	{  -775,   200,  1225,     0,  1024,   768,   -63,   -21,    98,   255},	/* 45 */
	{  -775,   700,  1225,     0,     0,   768,   -62,    23,    98,   255},	/* 46 */
	{  -888,   700,  1025,     0,     0,  1024,  -114,    28,   -18,   255},	/* 47 */
	{  -788,   100,  1025,     0,  1228,   796,  -108,   -47,   -15,   255},	/* 48 */
	{  -775,   200,   825,     0,  1024,   767,  -103,   -13,   -59,   255},	/* 49 */
	{  -775,   700,   825,     0,     0,   767,   -83,    55,   -66,   255},	/* 50 */
	{  -725,   100,  1125,     0,  1228,   654,   -52,   -66,    83,   255},	/* 51 */
	{  -725,   100,   925,     0,  1228,   654,  -101,     5,   -62,   255},	/* 52 */
	{  -625,   100,  1125,     0,  1228,   426,    63,     8,   101,   255},	/* 53 */
	{  -575,   200,  1225,     0,  1024,   312,    64,   -16,    99,   255},	/* 54 */
	{  -463,   200,  1025,     0,  1024,    56,   117,   -16,   -21,   255},	/* 55 */
	{  -563,   100,  1025,     0,  1228,   284,   115,   -34,     3,   255},	/* 56 */
	{  -625,   100,   925,     0,  1228,   426,    90,   -57,   -54,   255},	/* 57 */
	{  -575,   700,   825,     0,     0,   312,    95,    34,   -65,   255},	/* 58 */
	{  -463,   700,  1025,     0,     0,    56,   115,    28,    17,   255},	/* 59 */
	{  -575,   200,   825,     0,  1024,   312,   103,   -17,   -58,   255},	/* 60 */
	{  -575,   700,  1225,     0,     0,   312,    61,    40,    94,   255},	/* 61 */
	{  -675,   838,  1025,     0,  -281,   540,     0,   120,     0,   255},	/* 62 */
	{  -513,     0,  1025,     0,   614,  -102,   106,    54,    16,   255},	/* 63 */
	{  -563,   100,  1025,     0,  1024,   102,   115,   -34,     3,   255},	/* 64 */
	{  -625,   100,  1125,     0,  1024,   358,    63,     8,   101,   255},	/* 65 */
	{  -625,   100,  1125,     0,  1024,   358,    63,     8,   101,   255},	/* 66 */
	{  -750,     0,  1175,     0,   614,   870,   -55,    57,    88,   255},	/* 67 */
	{  -600,     0,  1175,     0,   614,   256,    56,    58,    88,   255},	/* 68 */
	{  -725,   100,  1125,     0,  1024,   768,   -52,   -66,    83,   255},	/* 69 */
	{  -788,   100,  1025,     0,  1024,  1024,  -108,   -47,   -15,   255},	/* 70 */
	{  -838,     0,  1025,     0,   614,  1228,  -105,    54,   -17,   255},	/* 71 */
	{  -600,     0,   875,     0,   614,   256,    94,    49,   -56,   255},	/* 72 */
	{  -625,   100,   925,     0,  1024,   358,    90,   -57,   -54,   255},	/* 73 */
	{  -725,   100,   925,     0,  1024,   768,  -101,     5,   -62,   255},	/* 74 */
	{  -750,     0,   875,     0,   614,   870,   -93,    51,   -55,   255},	/* 75 */
	{ -5825,  1388, -2844,     0,     0,  -561,   -17,   112,    39,   255},	/* 76 */
	{ -6301,   947, -1824,     0,     0,   469,   -38,    76,    83,   255},	/* 77 */
	{ -1485,   947,   419,     0,  6043,   469,   -38,    76,    83,   255},	/* 78 */
	{ -1010,  1388,  -600,     0,  6043,  -561,   -17,   112,    39,   255},	/* 79 */
	{ -1485,     0,   419,     0,     0,   972,   109,     0,    50,   255},	/* 80 */
	{ -1010,  1388,  -600,     0,  1280,  -383,   109,     0,    50,   255},	/* 81 */
	{ -1485,   947,   419,     0,     0,     3,   109,     0,    50,   255},	/* 82 */
	{ -1010,     0,  -600,     0,  1280,  1036,   109,     0,    50,   255},	/* 83 */
	{ -6301,     0, -1824,     0,  -368,  1024,   -50,     0,   108,   255},	/* 84 */
	{ -1485,   947,   419,     0,  3982,     3,   -38,    76,    83,   255},	/* 85 */
	{ -6301,   947, -1824,     0,  -368,     3,   -38,    76,    83,   255},	/* 86 */
	{ -1485,     0,   419,     0,  3982,  1024,   -50,     0,   108,   255},	/* 87 */
	{   463,   200,  1025,     0,  1024,  1024,  -116,   -16,    20,   255},	/* 88 */
	{   575,   200,  1225,     0,  1024,   768,   -63,   -21,    98,   255},	/* 89 */
	{   575,   700,  1225,     0,     0,   768,   -62,    23,    98,   255},	/* 90 */
	{   463,   700,  1025,     0,     0,  1024,  -114,    28,   -18,   255},	/* 91 */
	{   563,   100,  1025,     0,  1228,   796,  -117,   -21,     6,   255},	/* 92 */
	{   575,   200,   825,     0,  1024,   767,  -103,   -13,   -59,   255},	/* 93 */
	{   575,   700,   825,     0,     0,   767,   -83,    55,   -66,   255},	/* 94 */
	{   625,   100,  1125,     0,  1228,   654,   -52,   -66,    83,   255},	/* 95 */
	{   625,   100,   925,     0,  1228,   654,  -101,     5,   -62,   255},	/* 96 */
	{   725,   100,  1125,     0,  1228,   426,    63,     8,   101,   255},	/* 97 */
	{   775,   200,  1225,     0,  1024,   312,    64,   -16,    99,   255},	/* 98 */
	{   888,   200,  1025,     0,  1024,    56,   117,   -16,   -21,   255},	/* 99 */
	{   788,   100,  1025,     0,  1228,   284,   115,   -34,     3,   255},	/* 100 */
	{   725,   100,   925,     0,  1228,   426,    90,   -57,   -54,   255},	/* 101 */
	{   775,   700,   825,     0,     0,   312,    95,    34,   -65,   255},	/* 102 */
	{   888,   700,  1025,     0,     0,    56,   115,    28,    17,   255},	/* 103 */
	{   775,   200,   825,     0,  1024,   312,   103,   -17,   -58,   255},	/* 104 */
	{   775,   700,  1225,     0,     0,   312,    61,    40,    94,   255},	/* 105 */
	{   675,   838,  1025,     0,  -281,   540,     0,   120,     0,   255},	/* 106 */
	{   838,     0,  1025,     0,   614,  -102,   106,    54,    16,   255},	/* 107 */
	{   788,   100,  1025,     0,  1024,   102,   115,   -34,     3,   255},	/* 108 */
	{   725,   100,  1125,     0,  1024,   358,    63,     8,   101,   255},	/* 109 */
	{   725,   100,  1125,     0,  1024,   358,    63,     8,   101,   255},	/* 110 */
	{   600,     0,  1175,     0,   614,   870,   -55,    57,    88,   255},	/* 111 */
	{   750,     0,  1175,     0,   614,   256,    56,    58,    88,   255},	/* 112 */
	{   625,   100,  1125,     0,  1024,   768,   -52,   -66,    83,   255},	/* 113 */
	{   563,   100,  1025,     0,  1024,  1024,  -117,   -21,     6,   255},	/* 114 */
	{   513,     0,  1025,     0,   614,  1228,  -105,    54,   -17,   255},	/* 115 */
	{   750,     0,   875,     0,   614,   256,    94,    49,   -56,   255},	/* 116 */
	{   725,   100,   925,     0,  1024,   358,    90,   -57,   -54,   255},	/* 117 */
	{   625,   100,   925,     0,  1024,   768,  -101,     5,   -62,   255},	/* 118 */
	{   600,     0,   875,     0,   614,   870,   -93,    51,   -55,   255},	/* 119 */
	{   747,  1108, -1621,     0,  1849,  -285,    49,   109,    12,   255},	/* 120 */
	{   500,   875,   475,     0,  1574,  1253,    43,    77,    80,   255},	/* 121 */
	{  1372,   836,   169,     0,  2423,  1020,    39,    96,    61,   255},	/* 122 */
	{  1372,   836, -1261,     0,  2448,   -27,    48,   110,     0,   255},	/* 123 */
	{ -1371,   836,   169,     0,  -232,  1045,   -33,   108,    38,   255},	/* 124 */
	{  -525,   875,   475,     0,   581,  1262,   -46,    79,    76,   255},	/* 125 */
	{  -772,  1108, -1621,     0,   377,  -271,   -48,   109,    12,   255},	/* 126 */
	{ -1371,   836, -1261,     0,  -207,    -2,   -49,   109,     0,   255},	/* 127 */
	{  -772,  1108, -1621,     0, -1301,   489,   -48,   109,    12,   255},	/* 128 */
	{  -525,   875,   475,     0,  1272,   489,   -46,    79,    76,   255},	/* 129 */
	{  -350,  1525, -1236,     0,  -679,    30,  -115,    30,    10,   255},	/* 130 */
	{  -197,  1338,    16,     0,   859,    19,  -115,    12,    29,   255},	/* 131 */
	{   500,   875,   475,     0,  -853,   488,    43,    77,    80,   255},	/* 132 */
	{   747,  1108, -1621,     0,  1577,   488,    49,   109,    12,   255},	/* 133 */
	{   353,  1525, -1236,     0,  1147,    26,   117,    26,    10,   255},	/* 134 */
	{   198,  1338,    16,     0,  -302,    14,    34,    24,   111,   255},	/* 135 */
	{  -525,   875,   475,     0,  -935,   493,   -46,    79,    76,   255},	/* 136 */
	{   198,  1338,    16,     0,   379,    11,    34,    24,   111,   255},	/* 137 */
	{  -197,  1338,    16,     0,  -295,    11,  -115,    12,    29,   255},	/* 138 */
	{   500,   875,   475,     0,   813,   493,    43,    77,    80,   255},	/* 139 */
	{  -350,  1883, -1236,     0,   222,   113,  -118,    -1,   -14,   255},	/* 140 */
	{  -350,  1525, -1236,     0,   167,   905,  -115,    30,    10,   255},	/* 141 */
	{  -563,  1881,   513,     0,  1774,   729,  -118,    -1,   -14,   255},	/* 142 */
	{  -563,  2125,   419,     0,  1723,   249,  -118,    -5,   -14,   255},	/* 143 */
	{   353,  1883, -1236,     0,  1708,   123,    24,   116,   -20,   255},	/* 144 */
	{   565,  2125,   419,     0,   327,   249,   119,    -5,   -14,   255},	/* 145 */
	{   565,  1881,   513,     0,   280,   727,   115,   -34,    -7,   255},	/* 146 */
	{   353,  1525, -1236,     0,  1759,   917,   117,    26,    10,   255},	/* 147 */
	{   500,     0,   475,     0,  2048,  1877,    26,     0,   116,   255},	/* 148 */
	{  1372,   836,   169,     0,  3832,  -977,    39,    96,    61,   255},	/* 149 */
	{   500,   875,   475,     0,  2048,   -85,    43,    77,    80,   255},	/* 150 */
	{  -525,     0,   475,     0,   -51,  1877,   -12,     0,   118,   255},	/* 151 */
	{  -525,   875,   475,     0,   -51,   -85,   -46,    79,    76,   255},	/* 152 */
	{  1372,     0,   169,     0,  3832,  1877,    40,     0,   112,   255},	/* 153 */
	{ -1371,   836,   169,     0, -1782,  -977,   -33,   108,    38,   255},	/* 154 */
	{ -1371,     0,   169,     0, -1782,  1877,   -40,     0,   112,   255},	/* 155 */
	{   565,  1881,   513,     0,   850,   732,     0,   -33,   114,   255},	/* 156 */
	{  -563,  2125,   419,     0, -1867,   267,     0,   120,     3,   255},	/* 157 */
	{  -563,  1881,   513,     0, -1867,   732,   -50,   -78,    73,   255},	/* 158 */
	{   565,  2125,   419,     0,   850,   267,     0,   120,     0,   255},	/* 159 */
	{   565,  1881,   513,     0,   981,   995,   115,   -34,    -7,   255},	/* 160 */
	{   198,  1338,    16,     0,    21,   813,    99,   -67,     1,   255},	/* 161 */
	{   353,  1525, -1236,     0,   981,  -862,   117,    26,    10,   255},	/* 162 */
	{  -563,  1881,   513,     0,   986,  -315,   -50,   -78,    73,   255},	/* 163 */
	{   198,  1338,    16,     0,    30,   797,    34,    24,   111,   255},	/* 164 */
	{   565,  1881,   513,     0,   986,  1334,     0,   -33,   114,   255},	/* 165 */
	{  -197,  1338,    16,     0,    30,   219,     0,   -80,    88,   255},	/* 166 */
	{  -350,  1525, -1236,     0,   981,  1994,  -115,    30,    10,   255},	/* 167 */
	{  -197,  1338,    16,     0,    22,   155,  -115,    12,    29,   255},	/* 168 */
	{  -563,  1881,   513,     0,   981,    38,   -50,   -78,    73,   255},	/* 169 */
	{  -563,  2125,   419,     0,   362,  2452,     0,   120,     3,   255},	/* 170 */
	{   353,  1883, -1236,     0,  1630,   961,    24,   116,   -20,   255},	/* 171 */
	{  -350,  1883, -1236,     0,  1630,  2068,     0,   119,   -17,   255},	/* 172 */
	{   565,  2125,   419,     0,   362,   675,     0,   120,     0,   255},	/* 173 */
	{   244,     0,  1256,     0,   403,   384,  -119,     0,     0,   255},	/* 174 */
	{   244,   675,   675,     0,   998,   -96,  -119,     0,     0,   255},	/* 175 */
	{   244,     0,   675,     0,   998,   384,  -119,     0,     0,   255},	/* 176 */
	{   244,   675,  1256,     0,   403,   -96,  -119,     0,     0,   255},	/* 177 */
	{  -244,   675,  1256,     0,   403,   -96,   120,     0,     0,   255},	/* 178 */
	{  -244,     0,   675,     0,   998,   384,   120,     0,     0,   255},	/* 179 */
	{  -244,   675,   675,     0,   998,   -96,   120,     0,     0,   255},	/* 180 */
	{  -244,     0,  1256,     0,   403,   384,   120,     0,     0,   255},	/* 181 */
	{   244,   675,  1256,     0,  -103,    12,     0,  -119,     0,   255},	/* 182 */
	{  -244,   675,   675,     0,   463,   512,     0,  -119,     0,   255},	/* 183 */
	{   244,   675,   675,     0,   463,    12,     0,  -119,     0,   255},	/* 184 */
	{  -244,   675,  1256,     0,  -103,   512,     0,  -119,     0,   255},	/* 185 */
	{  -244,   675,  1256,     0, -1024,    51,     0,     0,   119,   255},	/* 186 */
	{  -244,   806,  1256,     0, -1561,    51,     0,     0,   119,   255},	/* 187 */
	{  -356,   694,  1256,     0, -1100,   512,     0,     0,   119,   255},	/* 188 */
	{  -356,     0,  1256,     0,   512,   512,     0,     0,   119,   255},	/* 189 */
	{  -244,     0,  1256,     0,   512,    51,     0,     0,   119,   255},	/* 190 */
	{   244,   675,  1256,     0, -1023,   409,     0,     0,   119,   255},	/* 191 */
	{   356,     0,  1256,     0,   512,   -51,     0,     0,   119,   255},	/* 192 */
	{   356,   694,  1256,     0, -1100,   -51,     0,     0,   119,   255},	/* 193 */
	{   244,   806,  1256,     0, -1561,   409,     0,     0,   119,   255},	/* 194 */
	{   244,     0,  1256,     0,   512,   409,     0,     0,   119,   255},	/* 195 */
	{  -244,   675,   675,     0,  -170,   -36,     0,     0,   119,   255},	/* 196 */
	{  -244,     0,   675,     0,  -170,   512,     0,     0,   119,   255},	/* 197 */
	{   244,     0,   675,     0,   661,   512,     0,     0,   119,   255},	/* 198 */
	{   244,   675,   675,     0,   661,   -36,     0,     0,   119,   255},	/* 199 */
	{   244,   675,  1256,     0,   928,  -479,     0,     0,   119,   255},	/* 200 */
	{   244,   806,  1256,     0,   704,  -703,     0,     0,   119,   255},	/* 201 */
	{  -244,   806,  1256,     0,  -128,   127,     0,     0,   119,   255},	/* 202 */
	{  -244,   675,  1256,     0,    96,   351,     0,     0,   119,   255},	/* 203 */
	{  -244,   806,   469,     0,   842,  -128,   -35,   114,     0,   255},	/* 204 */
	{  -356,   694,  1256,     0,    -6,   128,  -118,    17,     0,   255},	/* 205 */
	{  -244,   806,  1256,     0,    -6,  -128,   -11,   119,     0,   255},	/* 206 */
	{  -356,   694,   469,     0,   842,   128,  -118,    17,     0,   255},	/* 207 */
	{   244,   806,   469,     0,   842,  -128,    12,   119,     0,   255},	/* 208 */
	{   244,   806,  1256,     0,    -6,  -128,    36,   114,     0,   255},	/* 209 */
	{  -356,     0,   469,     0,   842,  1024,  -119,     0,     0,   255},	/* 210 */
	{  -356,     0,  1256,     0,    -6,  1024,  -119,     0,     0,   255},	/* 211 */
	{   356,   694,   469,     0,   842,   128,   119,    17,     0,   255},	/* 212 */
	{   356,   694,  1256,     0,    -6,   128,   119,    17,     0,   255},	/* 213 */
	{   356,     0,  1256,     0,    -6,  1024,   120,     0,     0,   255},	/* 214 */
	{   356,     0,   469,     0,   842,  1024,   120,     0,     0,   255},	/* 215 */
	{ -2452,   613,  1536,     0,  1904,     2,  -112,     0,    41,   255},	/* 216 */
	{ -2452,     0,    89,     0,    72,  1014,  -119,     0,     0,   255},	/* 217 */
	{ -2452,     0,  1536,     0,  1905,  1000,   -84,     0,    84,   255},	/* 218 */
	{ -2452,   613,    89,     0,    71,    16,  -119,     0,     0,   255},	/* 219 */
	{ -1181,   613,  2086,     0,  1900,     0,   -47,     0,   109,   255},	/* 220 */
	{ -2452,   613,  1536,     0,   128,     0,  -112,     0,    41,   255},	/* 221 */
	{ -2452,     0,  1536,     0,   128,  1004,   -84,     0,    84,   255},	/* 222 */
	{ -1181,     0,  2086,     0,  1900,  1004,   -47,     0,   109,   255},	/* 223 */
	{  -818,   613,    89,     0,  2673,    18,   118,     0,    20,   255},	/* 224 */
	{ -1181,     0,  2086,     0,   155,   984,   118,     0,    20,   255},	/* 225 */
	{  -818,     0,    89,     0,  2673,   984,   118,     0,    20,   255},	/* 226 */
	{ -1181,   613,  2086,     0,   155,    18,   118,     0,    20,   255},	/* 227 */
	{ -2452,   613,    89,     0,  -214,  -740,     0,   120,     0,   255},	/* 228 */
	{ -2452,   613,  1536,     0,   137,   520,     0,   120,     0,   255},	/* 229 */
	{ -1181,   613,  2086,     0,  1979,   477,     0,   120,     0,   255},	/* 230 */
	{  -818,   613,    89,     0,  1979, -1411,     0,   120,     0,   255},	/* 231 */
	{   550,   413,  1888,     0,  2090,   -31,     0,     0,   119,   255},	/* 232 */
	{   550,     0,  1888,     0,  2090,  1024,     0,     0,   119,   255},	/* 233 */
	{  1162,     0,  1887,     0,     0,  1024,     0,     0,   119,   255},	/* 234 */
	{  1162,   413,  1887,     0,     0,   -31,     0,     0,   119,   255},	/* 235 */
	{  2438,   424,  1369,     0,  2185,   -60,     0,     0,   119,   255},	/* 236 */
	{  2438,     0,  1369,     0,  2185,  1024,     0,     0,   119,   255},	/* 237 */
	{  8762,     0,  1369,     0, -9588,  1024,     0,     0,   119,   255},	/* 238 */
	{  8762,   424,  1369,     0, -9588,   -60,     0,     0,   119,   255},	/* 239 */
	{ -8762,   424,  1369,     0, -9588,   -60,     0,     0,   119,   255},	/* 240 */
	{ -8762,     0,  1369,     0, -9588,  1024,     0,     0,   119,   255},	/* 241 */
	{ -2438,     0,  1369,     0,  2185,  1024,     0,     0,   119,   255},	/* 242 */
	{ -2438,   424,  1369,     0,  2185,   -60,     0,     0,   119,   255},	/* 243 */
	{ -1162,   413,  1887,     0,     0,   -31,     0,     0,   119,   255},	/* 244 */
	{ -1162,     0,  1887,     0,     0,  1024,     0,     0,   119,   255},	/* 245 */
	{  -550,     0,  1888,     0,  2090,  1024,     0,     0,   119,   255},	/* 246 */
	{  -550,   413,  1888,     0,  2090,   -31,     0,     0,   119,   255},	/* 247 */
};


/*   0 vertices */
/*   1 Materials */

#define	LDIRX	0
#define	LDIRY	0
#define	LDIRZ	120
#define	AMBDIV	1
/* 32 x 32  G_IM_SIZ_16b G_IM_FMT_RGBA  */
unsigned short MC_InnerTEX01_txt[] = {
	0x801, 0x1, 0x1, 0x1, 0x1, 0x1, 0x801, 0x4001, 0x2001, 0x801, 0x2001, 0x1, 0x1, 0x1, 0x1, 0x1, 0x1001, 0x801, 0x1, 0x3041, 0x1, 0x1, 0x1, 0x1, 0x1, 0x3041, 0x1, 0x1, 0x1, 0x1, 0x1, 0x3083, 
	0x1, 0x1, 0x3083, 0x4083, 0x2001, 0x58c3, 0xb105, 0xd147, 0xa103, 0x9100, 0x8180, 0x8180, 0x6083, 0x4001, 0x58c2, 0x48c4, 0x48c5, 0x720b, 0xb189, 0xd147, 0x9947, 0x2801, 0x1801, 0xa105, 0x88c5, 0x78c4, 0x4842, 0x4842, 0x60c5, 0x8a51, 0x618b, 0x1, 
	0x1, 0x3083, 0x0, 0x800, 0x1000, 0x1000, 0x2000, 0x0, 0x1801, 0x1000, 0x3082, 0x1, 0x20c7, 0x1883, 0x1800, 0x0, 0x1, 0x1882, 0x1040, 0x800, 0x1040, 0x0, 0x0, 0x1, 0x1000, 0x2800, 0x2800, 0x2000, 0x2000, 0x60c4, 0x8a51, 0x1, 
	0x1, 0x1001, 0x0, 0x0, 0x800, 0x0, 0x800, 0x1000, 0x1882, 0x414a, 0x6210, 0x418c, 0x4210, 0x0, 0x0, 0x0, 0x1801, 0x0, 0x4108, 0x28c6, 0x1040, 0x1040, 0x4840, 0x1, 0x800, 0x0, 0x800, 0x1800, 0x1800, 0x2800, 0x6189, 0x1, 
	0x1, 0x40c7, 0x800, 0x0, 0x1800, 0x2082, 0x2040, 0x1840, 0x2082, 0x842, 0x5a10, 0x842, 0x18c6, 0x2108, 0x20c2, 0x0, 0x58c3, 0x1800, 0x2082, 0x4106, 0x2082, 0x3188, 0x0, 0x420b, 0x20c2, 0x1040, 0x0, 0x800, 0x2000, 0x2000, 0x48c5, 0x1, 
	0x1, 0x5a0d, 0x0, 0x0, 0x842, 0x7b16, 0xb522, 0x7b10, 0x0, 0x5a0c, 0x4106, 0x1800, 0x0, 0x0, 0x618a, 0x60c4, 0x6145, 0x60c0, 0x40c2, 0x7312, 0x8c58, 0x951e, 0xdacc, 0x9b11, 0x62d0, 0x2082, 0x0, 0x1800, 0x1000, 0x1800, 0x1, 0x1, 
	0x1, 0x8189, 0x0, 0x0, 0x40, 0x7310, 0xf7f6, 0xf7f6, 0xfde7, 0x9c1c, 0x1800, 0x2000, 0x0, 0x0, 0x3082, 0x4840, 0x4a09, 0x0, 0x724c, 0x8bd8, 0x8418, 0x9518, 0x0, 0xc3d3, 0x0, 0x414a, 0x1040, 0x1800, 0x0, 0x1000, 0x4907, 0x1, 
	0x1, 0xa947, 0x0, 0x0, 0x0, 0x630c, 0xd6a6, 0xade4, 0xe4d9, 0x0, 0x820a, 0x9902, 0x0, 0x2000, 0x0, 0x1800, 0x1841, 0x1040, 0x3104, 0x4a08, 0x20c0, 0x9518, 0x4aca, 0xd6a7, 0x20c0, 0x6082, 0x4840, 0x0, 0x0, 0x0, 0x8907, 0x1, 
	0x1, 0xa947, 0x1, 0x18c7, 0xf628, 0x4188, 0xf628, 0x4201, 0xc561, 0x1901, 0x6311, 0x4189, 0x4107, 0x40c3, 0x6145, 0xc561, 0xeeed, 0xa499, 0x1, 0x2040, 0x4186, 0x94d9, 0x2181, 0xce65, 0x2081, 0x4187, 0x4a09, 0x20c3, 0x41, 0x1, 0xa947, 0x1801, 
	0x1, 0x8906, 0x0, 0x0, 0x0, 0x4188, 0x0, 0x0, 0x8c59, 0x8000, 0x0, 0x4840, 0x0, 0x0, 0x8144, 0x7842, 0x4145, 0x5a48, 0x4188, 0x3104, 0x298a, 0x0, 0x0, 0x7bd7, 0x0, 0x0, 0x800, 0x0, 0x0, 0x0, 0xc145, 0x1, 
	0x0, 0x60c4, 0x0, 0x1040, 0x842, 0x494a, 0x5a0a, 0x7104, 0x4188, 0x20c2, 0x1882, 0x1000, 0x1000, 0x1000, 0x7bd6, 0xe20a, 0xc5e5, 0x0, 0x8398, 0x6250, 0x6250, 0x298a, 0x0, 0x2a09, 0x0, 0x0, 0x1800, 0x1800, 0x1800, 0x0, 0xa081, 0x1, 
	0x1800, 0x4082, 0x0, 0x0, 0x1800, 0x494a, 0x418c, 0x10c4, 0x2082, 0x1800, 0x0, 0x1000, 0x800, 0x414a, 0x7b18, 0xb102, 0x8c16, 0x20c0, 0x7312, 0x7b18, 0x4a10, 0x18c2, 0x0, 0x18c3, 0x40, 0x298a, 0x5a10, 0x2904, 0x1000, 0x1000, 0x8907, 0x1, 
	0x1, 0x2800, 0x2000, 0x800, 0x2000, 0x294a, 0x4210, 0x18c6, 0x3040, 0x4000, 0x2800, 0x1800, 0x0, 0x2040, 0x6250, 0x4144, 0x0, 0x0, 0x40c2, 0x28c6, 0x2082, 0x18c6, 0x1104, 0x18c3, 0x0, 0x4aca, 0x62d0, 0x62d0, 0x18c6, 0x0, 0x6083, 0x1, 
	0x1001, 0x6083, 0x2000, 0x0, 0x1800, 0x494a, 0x5a0c, 0x620a, 0x3040, 0x1800, 0x3040, 0x40c2, 0x800, 0x1040, 0x0, 0x0, 0x1, 0xa144, 0xb104, 0x0, 0x3104, 0x0, 0x40, 0x41, 0x0, 0x5a4a, 0x4aca, 0x4188, 0x0, 0x0, 0x4042, 0x1, 
	0x1, 0x8181, 0x1800, 0x1800, 0x40c6, 0x420a, 0x2a08, 0x7b10, 0xb55f, 0x4144, 0x6188, 0x4042, 0x800, 0x4082, 0x2083, 0x9b17, 0xffff, 0xffff, 0x62d1, 0xb0c2, 0x2040, 0x48c4, 0x58c2, 0x72cd, 0x62ca, 0x2940, 0x5a48, 0x3204, 0x0, 0x0, 0x4106, 0x1001, 
	0x1001, 0x8901, 0x0, 0x0, 0x7988, 0x9a48, 0xc4d8, 0x0, 0x2141, 0x2800, 0xb040, 0x0, 0x8080, 0x800, 0x920d, 0x1, 0xc5e5, 0x1, 0xffff, 0x0, 0x1840, 0x7104, 0x4840, 0x1041, 0x62c2, 0x8080, 0x0, 0xc144, 0x0, 0x0, 0x2904, 0x3083, 
	0x1801, 0x9a01, 0x41, 0x6397, 0x0, 0xb5e0, 0xdfaf, 0xffb5, 0xf623, 0xa3d1, 0xa311, 0x7251, 0x2083, 0x1, 0x5a51, 0xad21, 0xc5e5, 0xad21, 0xffff, 0x1, 0x1, 0x6101, 0xdc17, 0xe59d, 0xfe21, 0xffea, 0xbd98, 0x8391, 0x20c7, 0x1, 0x801, 0x1001, 
	0x2001, 0x9100, 0x0, 0x420a, 0x951e, 0x0, 0xa498, 0x4208, 0x41, 0x10c0, 0x0, 0x0, 0x0, 0x0, 0x7251, 0x1, 0xc5e5, 0x1, 0xd627, 0x1900, 0x0, 0x7310, 0x2840, 0x1, 0x4a02, 0xa496, 0x0, 0x10c0, 0x0, 0x0, 0x3041, 0x801, 
	0x2001, 0x6080, 0x0, 0x298a, 0xb49e, 0x9418, 0x6390, 0x6392, 0x324b, 0x1104, 0x1104, 0x4106, 0x1840, 0x0, 0x801, 0x4145, 0x8b11, 0x4189, 0x10c5, 0x4186, 0xa4a0, 0x8318, 0x5a4a, 0x20c0, 0x4a08, 0x4a08, 0x6188, 0x4906, 0x1000, 0x0, 0x58c3, 0x1, 
	0x1, 0x2001, 0x0, 0x4108, 0xa3de, 0x7ad0, 0x62d0, 0x40, 0x20c3, 0x420a, 0x3104, 0x4106, 0x3104, 0x800, 0x0, 0x0, 0x1, 0x0, 0x0, 0x28c6, 0x8398, 0x6210, 0x298a, 0x842, 0x5a0c, 0x40c2, 0x6210, 0x6210, 0x2082, 0x0, 0x8103, 0x1, 
	0x1, 0x4081, 0x4000, 0x1882, 0x4108, 0x8318, 0x7b18, 0xb20a, 0x5a0d, 0x0, 0x10c4, 0x3104, 0x0, 0x3082, 0x0, 0x0, 0x1, 0x0, 0x2040, 0x3082, 0x3104, 0x3082, 0x800, 0x62d0, 0x5a0c, 0x618a, 0x1800, 0x800, 0x800, 0x800, 0xa145, 0x1001, 
	0x1, 0x40c3, 0x2000, 0x2800, 0x3082, 0x3104, 0x8398, 0xd20a, 0x8bd9, 0x0, 0x10c4, 0x0, 0x800, 0x2000, 0x800, 0x2840, 0x638d, 0x1800, 0x0, 0x1040, 0x40c6, 0x1040, 0x1000, 0xb49d, 0x0, 0x2000, 0x1800, 0x1040, 0x800, 0x0, 0xc145, 0x1, 
	0x1, 0x4082, 0x0, 0x0, 0x1040, 0x0, 0x8c16, 0x2800, 0xfeaf, 0x2a08, 0x10c4, 0x0, 0x0, 0x0, 0x3040, 0x2040, 0x3205, 0x1900, 0x0, 0x6210, 0x0, 0x2904, 0x0, 0xfe65, 0x1000, 0x1800, 0x8080, 0x8080, 0x4840, 0x0, 0x9903, 0x1, 
	0x1, 0x3083, 0x1, 0x1801, 0x4907, 0x4187, 0x4b91, 0x3247, 0xff75, 0x10c1, 0x843, 0x1, 0x0, 0x0, 0x7bd7, 0xb5e1, 0xf72b, 0xb55d, 0x4acb, 0x5a4b, 0x62cd, 0x8307, 0x1801, 0xdcd9, 0x1, 0x2941, 0x4a41, 0x1081, 0x1, 0x1, 0x78c1, 0x1, 
	0x1, 0x1000, 0x0, 0x5a0a, 0x920c, 0x0, 0x0, 0x4000, 0xfd63, 0x7104, 0x800, 0x1040, 0x800, 0x4106, 0x2944, 0x0, 0x2a05, 0xa102, 0x0, 0xdacc, 0x0, 0x5a0c, 0x0, 0xdd19, 0x0, 0x1800, 0x0, 0x0, 0x0, 0x0, 0x4043, 0x1, 
	0x1, 0x3083, 0x0, 0x7b16, 0xc5a6, 0x5a0a, 0x4144, 0x60c0, 0x8459, 0x0, 0x2840, 0x2840, 0x0, 0x0, 0x40, 0x9cd8, 0x6391, 0x0, 0x8390, 0x9c1c, 0x8318, 0x8b18, 0x6210, 0x9391, 0x1000, 0x0, 0x0, 0x0, 0x0, 0x0, 0x40c2, 0x1, 
	0x1801, 0x3083, 0x0, 0x6250, 0x8bd8, 0x1840, 0x3082, 0x8144, 0x7313, 0x9902, 0x3040, 0x0, 0x0, 0x10c4, 0x20c2, 0x724c, 0xc5e5, 0x820a, 0x820a, 0x5a0c, 0x4082, 0x5a10, 0x3082, 0x6211, 0x800, 0x1000, 0x1000, 0x0, 0x800, 0x0, 0x0, 0x1, 
	0x1, 0x1801, 0x0, 0x2082, 0x1000, 0x2040, 0x40c2, 0x1000, 0x3040, 0x5a0a, 0x2800, 0x1800, 0x1800, 0x1000, 0x1800, 0x2000, 0x8b13, 0x1800, 0x4906, 0x4906, 0x4906, 0x1800, 0x3082, 0x2905, 0x800, 0x800, 0x0, 0x800, 0x800, 0x0, 0x1, 0x1, 
	0x1, 0x1001, 0x800, 0x0, 0x1000, 0x1000, 0x1000, 0x4108, 0x414a, 0x4906, 0x9bdc, 0x5a0c, 0x4108, 0x0, 0x0, 0x800, 0x1, 0x0, 0x618a, 0x4080, 0x800, 0x1800, 0x0, 0x1, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x3083, 0x1, 
	0x1, 0x1001, 0x0, 0x0, 0x0, 0x0, 0x0, 0x1040, 0x842, 0x4210, 0x6250, 0x4210, 0x1040, 0x0, 0x0, 0x0, 0x1, 0x800, 0x4106, 0x2000, 0x0, 0x800, 0x0, 0x1, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x3083, 0x1, 
	0x1, 0x2001, 0x2801, 0x2841, 0x4083, 0x1800, 0x58c2, 0x78c0, 0xb0c2, 0xc145, 0xc145, 0xa103, 0x9902, 0x2840, 0xb103, 0xc145, 0x7881, 0x8189, 0x7a0d, 0x6189, 0x4082, 0x0, 0x48c5, 0x7105, 0x7041, 0xa104, 0x90c4, 0x78c4, 0x1800, 0x48c5, 0x1801, 0x1, 
	0x3083, 0x1, 0x1, 0x1, 0x1801, 0x801, 0x1800, 0x1000, 0x801, 0x801, 0x4001, 0x1, 0x1, 0x1, 0x1, 0x4001, 0x1, 0x1, 0x1, 0x1, 0x1, 0x1, 0x1, 0x1, 0x1001, 0x1, 0x1, 0x1, 0x1, 0x1, 0x1, 0x8b19, 
};

/* 16 x 16  G_IM_SIZ_16b G_IM_FMT_RGBA  */
unsigned char MC_BarelTX01_CI8_txt[] = {
	0x0, 0x0, 0x0, 0x1, 0x2, 0x3, 0x3, 0x3, 0x3, 0x3, 0x3, 0x4, 0x1, 0x0, 0x0, 0x0, 
	0x5, 0x5, 0x5, 0x5, 0x5, 0x5, 0x5, 0x5, 0x5, 0x5, 0x5, 0x5, 0x5, 0x5, 0x5, 0x5, 
	0x6, 0x6, 0x6, 0x6, 0x6, 0x6, 0x6, 0x6, 0x6, 0x6, 0x6, 0x6, 0x6, 0x6, 0x6, 0x6, 
	0x6, 0x6, 0x6, 0x7, 0x6, 0x7, 0x8, 0x3, 0x9, 0xa, 0x6, 0x7, 0x6, 0x6, 0x7, 0x6, 
	0x7, 0x7, 0xb, 0xc, 0xd, 0x3, 0xe, 0x6, 0x6, 0xf, 0x10, 0x11, 0x6, 0x7, 0x11, 0xb, 
	0x11, 0x11, 0x12, 0x13, 0x14, 0x6, 0x6, 0x6, 0x6, 0x6, 0x6, 0x15, 0xd, 0x11, 0x13, 0x12, 
	0x12, 0x13, 0x16, 0x17, 0x6, 0x6, 0x6, 0x6, 0x6, 0x6, 0x6, 0x6, 0x18, 0x12, 0x16, 0x19, 
	0x13, 0x19, 0x1a, 0x1b, 0x6, 0x6, 0x6, 0x6, 0x6, 0x6, 0x6, 0x6, 0x1c, 0x1d, 0x16, 0x1e, 
	0x1f, 0x16, 0x17, 0x6, 0x6, 0x6, 0x6, 0x6, 0x6, 0x6, 0x6, 0x6, 0x6, 0x1a, 0x16, 0x13, 
	0x13, 0x16, 0x20, 0x6, 0x6, 0x6, 0x6, 0x6, 0x6, 0x6, 0x6, 0x6, 0x6, 0x1a, 0x1e, 0x13, 
	0x13, 0x16, 0x8, 0x6, 0x6, 0x6, 0x6, 0x6, 0x6, 0x6, 0x6, 0x6, 0x6, 0x21, 0x22, 0x13, 
	0x13, 0x16, 0x23, 0x24, 0x6, 0x6, 0x6, 0x6, 0x6, 0x6, 0x6, 0x6, 0x24, 0x25, 0x12, 0x22, 
	0x26, 0x22, 0x27, 0x15, 0x6, 0x6, 0x6, 0x6, 0x6, 0x6, 0x6, 0x6, 0x15, 0x16, 0x28, 0x29, 
	0x7, 0x29, 0x1e, 0x2a, 0x17, 0x6, 0x6, 0x6, 0x6, 0x6, 0x6, 0x2b, 0x1e, 0x24, 0x2c, 0x2c, 
	0x7, 0x2d, 0x2e, 0x2d, 0x1f, 0xe, 0x2f, 0x6, 0x6, 0x30, 0x21, 0x2c, 0x29, 0x31, 0x7, 0x2d, 
	0xd, 0xd, 0x32, 0x33, 0x32, 0x2d, 0x1f, 0x25, 0x34, 0x30, 0x2c, 0x2d, 0x2d, 0x7, 0x7, 0xd, 

/* 56colors */
0xDE, 0xB3, 0xE7, 0x37, 0xF7, 0xBB, 0xFF, 0xFF, 0xFF, 0xFD, 0x52, 0x51, 0x0, 0x1, 0x8, 0x1, 0x7B, 0x57, 0xEE, 0xF5, 0x7B, 0x17, 0x18, 0x1, 0x28, 0x81, 0x10, 0x1, 0x6A, 0x93, 0x5A, 0x51, 
0xFF, 0xBB, 0x20, 0x81, 0x39, 0x5, 0x41, 0x47, 0xEE, 0xB1, 0xC5, 0x67, 0x51, 0xCB, 0xCD, 0xA9, 0x94, 0x1D, 0x49, 0xCB, 0x8B, 0xDB, 0x5A, 0x4F, 0x41, 0x49, 0x7B, 0x15, 0x49, 0x89, 0x41, 0x89, 
0xAC, 0xA3, 0x6A, 0xD3, 0x39, 0x47, 0x6A, 0x91, 0x39, 0x7, 0x73, 0x15, 0x20, 0x41, 0x5A, 0xD, 0x28, 0x83, 0x20, 0x83, 0x30, 0xC3, 0xAC, 0xA1, 0x18, 0x41, 0x10, 0x41, 0x20, 0xC5, 0x28, 0xC3, 
0x28, 0xC5, 0x18, 0x43, 0x18, 0x83, 0x8, 0x41, 0x52, 0xF, 0xFF, 0xFE, 0xFF, 0xFE, 0xFF, 0xFE, };

