#include<ultra64.h>

extern Vtx MAP_CL01_v[];

extern unsigned char MAP_CL01_CI4_txt[];
extern unsigned char MAP_CL02_CI4_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

/* main display list */


/* ======== DXFdata ======== */

Gfx MAP_CL01[]={

	gsDPLoadTLUT_pal16(0,&MAP_CL01_CI4_txt[512]),
	gsDPLoadTextureBlock_4b(MAP_CL01_CI4_txt,G_IM_FMT_CI,32,32,0,G_TX_WRAP,G_TX_WRAP,5,5,0,0),
	gsDPSetTextureLUT(G_TT_RGBA16),

	gsSPVertex(&MAP_CL01_v[0], 16, 0),
	gsSP1Triangle(0, 1, 2, 0),
	gsSP1Triangle(1, 3, 2, 0),
	gsSP1Triangle(4, 5, 6, 0),
	gsSP1Triangle(7, 4, 6, 0),
	gsSP1Triangle(8, 9, 10, 0),
	gsSP1Triangle(9, 11, 10, 0),
	gsSP1Triangle(12, 13, 14, 0),
	gsSP1Triangle(13, 15, 14, 0),
	gsSPVertex(&MAP_CL01_v[16], 5, 0),
	gsSPVertex(&MAP_CL01_v[52], 11, 5),
	gsSP1Triangle(0, 1, 5, 0),
	gsSP1Triangle(1, 6, 5, 0),
	gsSP1Triangle(2, 7, 8, 0),
	gsSP1Triangle(2, 8, 9, 0),
	gsSP1Triangle(3, 10, 11, 0),
	gsSP1Triangle(3, 11, 12, 0),
	gsSP1Triangle(4, 13, 14, 0),
	gsSP1Triangle(4, 14, 15, 0),
	gsSPVertex(&MAP_CL01_v[21], 8, 0),
	gsSPVertex(&MAP_CL01_v[63], 7, 8),
	gsSP1Triangle(0, 1, 8, 0),
	gsSP1Triangle(0, 9, 1, 0),
	gsSP1Triangle(1, 9, 10, 0),
	gsSP1Triangle(2, 1, 10, 0),
	gsSP1Triangle(3, 11, 5, 0),
	gsSP1Triangle(4, 3, 5, 0),
	gsSP1Triangle(5, 12, 13, 0),
	gsSP1Triangle(5, 13, 4, 0),
	gsSP1Triangle(6, 7, 14, 0),
	gsSPVertex(&MAP_CL01_v[28], 5, 0),
	gsSPVertex(&MAP_CL01_v[69], 10, 5),
	gsSP1Triangle(0, 6, 5, 0),
	gsSP1Triangle(1, 7, 8, 0),
	gsSP1Triangle(1, 9, 7, 0),
	gsSP1Triangle(2, 3, 10, 0),
	gsSP1Triangle(3, 11, 10, 0),
	gsSP1Triangle(4, 12, 13, 0),
	gsSP1Triangle(4, 13, 14, 0),
	gsSPVertex(&MAP_CL01_v[33], 4, 0),
	gsSPVertex(&MAP_CL01_v[79], 10, 4),
	gsSP1Triangle(0, 4, 5, 0),
	gsSP1Triangle(0, 6, 4, 0),
	gsSP1Triangle(1, 7, 8, 0),
	gsSP1Triangle(2, 9, 10, 0),
	gsSP1Triangle(3, 11, 12, 0),
	gsSP1Triangle(3, 12, 13, 0),
	gsSPVertex(&MAP_CL01_v[37], 4, 0),
	gsSPVertex(&MAP_CL01_v[89], 11, 4),
	gsSP1Triangle(0, 4, 5, 0),
	gsSP1Triangle(0, 6, 4, 0),
	gsSP1Triangle(1, 7, 8, 0),
	gsSP1Triangle(2, 9, 10, 0),
	gsSP1Triangle(2, 11, 9, 0),
	gsSP1Triangle(3, 12, 13, 0),
	gsSP1Triangle(3, 13, 14, 0),
	gsSPVertex(&MAP_CL01_v[41], 6, 0),
	gsSPVertex(&MAP_CL01_v[100], 8, 6),
	gsSP1Triangle(0, 6, 7, 0),
	gsSP1Triangle(1, 8, 9, 0),
	gsSP1Triangle(2, 1, 9, 0),
	gsSP1Triangle(3, 10, 11, 0),
	gsSP1Triangle(4, 5, 12, 0),
	gsSP1Triangle(5, 13, 12, 0),
	gsSPVertex(&MAP_CL01_v[47], 5, 0),
	gsSPVertex(&MAP_CL01_v[108], 8, 5),
	gsSP1Triangle(0, 5, 6, 0),
	gsSP1Triangle(1, 7, 8, 0),
	gsSP1Triangle(2, 9, 10, 0),
	gsSP1Triangle(3, 2, 10, 0),
	gsSP1Triangle(4, 11, 12, 0),

	gsDPLoadTLUT_pal16(0,&MAP_CL02_CI4_txt[128]),
	gsDPLoadTextureBlock_4b(MAP_CL02_CI4_txt,G_IM_FMT_CI,16,16,0,G_TX_WRAP,G_TX_WRAP,4,4,0,0),

	gsSPVertex(&MAP_CL01_v[116], 16, 0),
	gsSP1Triangle(0, 1, 2, 0),
	gsSP1Triangle(3, 1, 4, 0),
	gsSP1Triangle(5, 1, 6, 0),
	gsSP1Triangle(7, 1, 8, 0),
	gsSP1Triangle(9, 10, 11, 0),
	gsSP1Triangle(12, 10, 13, 0),
	gsSP1Triangle(14, 10, 15, 0),
	gsSPVertex(&MAP_CL01_v[126], 1, 0),
	gsSPVertex(&MAP_CL01_v[132], 2, 1),
	gsSP1Triangle(1, 0, 2, 0),
	gsDPPipeSync(),
        gsDPSetTextureLUT(G_TT_NONE),
	gsSPEndDisplayList(),
}; /* DXFdata */ 

#undef G_CC_PRIMSHADE

#undef gs_Nin_LoadTextureImage

#undef gs_Nin_SetUpTileDescrip

/* 134 vertices */
Vtx MAP_CL01_v[]={
	{ -76,-271,31,0, 777, 91, -93,-30,67,255 },   /* v0 used p343/V1 2 times */
	{ -151,-60,63,0, 1023, 1024, -7,-119,1,255 },   /* v1 used p344/V1 2 times */
	{ -31,-271,-76,0, 283, 91, -67,-30,-94,255 },   /* v2 used p344/V3 2 times */
	{ -63,-60,-151,0, 36, 1024, -1,-119,-8,255 },   /* v3 used p344/V2 2 times */
	{ 151,-60,-63,0, 1023, 1024, 8,-119,-2,255 },   /* v4 used p345/V1 4 times */
	{ 63,-60,151,0, 36, 1024, 2,-119,7,255 },   /* v5 used p345/V2 2 times */
	{ 31,-271,76,0, 283, 91, 68,-30,93,255 },   /* v6 used p345/V3 4 times */
	{ 76,-271,-31,0, 777, 91, 94,-30,-68,255 },   /* v7 used p346/V1 2 times */
	{ 31,-271,76,0, 777, 91, 68,-30,93,255 },   /* v8 used p347/V1 2 times */
	{ 63,-60,151,0, 1023, 1024, 2,-119,7,255 },   /* v9 used p347/V2 4 times */
	{ -76,-271,31,0, 283, 91, -93,-30,67,255 },   /* v10 used p347/V3 4 times */
	{ -151,-60,63,0, 36, 1024, -7,-119,1,255 },   /* v11 used p348/V2 2 times */
	{ -31,-271,-76,0, 777, 91, -67,-30,-94,255 },   /* v12 used p350/V1 2 times */
	{ -63,-60,-151,0, 1023, 1024, -1,-119,-8,255 },   /* v13 used p349/V1 4 times */
	{ 76,-271,-31,0, 283, 91, 94,-30,-68,255 },   /* v14 used p349/V3 4 times */
	{ 151,-60,-63,0, 36, 1024, 8,-119,-2,255 },   /* v15 used p349/V2 2 times */
	{ -151,-60,63,0, 718, -1107, -7,-119,1,255 },   /* v16 used p319/V1 2 times */
	{ 63,-60,151,0, 1377, -1105, 2,-119,7,255 },   /* v17 used p330/V1 2 times */
	{ -76,271,31,0, 283, 91, -93,31,67,255 },   /* v18 used p331/V1 4 times */
	{ 31,271,76,0, 283, 91, 68,31,93,255 },   /* v19 used p333/V1 4 times */
	{ -31,271,-76,0, 283, 91, -67,31,-94,255 },   /* v20 used p335/V1 4 times */
	{ -935,-53,0,0, 0, -255, -24,-116,2,255 },   /* v21 used p360/V1 4 times */
	{ -663,53,663,0, 4585, -937, -19,117,19,255 },   /* v22 used p360/V2 4 times */
	{ 0,53,935,0, 0, -937, 3,117,24,255 },   /* v23 used p355/V1 2 times */
	{ 935,53,0,0, 4585, -937, 25,117,-3,255 },   /* v24 used p362/V1 4 times */
	{ 663,53,-663,0, 0, -937, 11,119,-11,255 },   /* v25 used p363/V1 2 times */
	{ 663,-53,-663,0, 0, -255, 20,-116,-20,255 },   /* v26 used p362/V3 4 times */
	{ 935,53,0,0, 0, -937, 25,117,-3,255 },   /* v27 used p364/V1 2 times */
	{ 663,53,663,0, 4585, -937, 17,118,12,255 },   /* v28 used p364/V2 4 times */
	{ -663,-53,-663,0, 0, -255, -16,-117,-13,255 },   /* v29 used p359/V1 2 times */
	{ 663,53,663,0, 0, -937, 17,118,12,255 },   /* v30 used p356/V1 2 times */
	{ 0,53,935,0, 4585, -937, 3,117,24,255 },   /* v31 used p356/V2 4 times */
	{ -663,53,663,0, 19, 1024, -19,117,19,255 },   /* v32 used p312/V1 4 times */
	{ -663,53,-663,0, 19, 1024, -12,118,-17,255 },   /* v33 used p314/V1 4 times */
	{ 0,53,-935,0, -1072, 1034, 3,117,-25,255 },   /* v34 used p316/V1 2 times */
	{ -935,53,0,0, -1072, 1034, -24,117,-3,255 },   /* v35 used p317/V1 2 times */
	{ 663,53,-663,0, 19, 1024, 11,119,-11,255 },   /* v36 used p307/V1 2 times */
	{ 0,-53,-935,0, 0, -255, -2,-116,-25,255 },   /* v37 used p265/V1 4 times */
	{ 935,53,0,0, -1072, 1034, 25,117,-3,255 },   /* v38 used p291/V1 2 times */
	{ 76,271,-31,0, 283, 91, 94,31,-68,255 },   /* v39 used p294/V1 4 times */
	{ 663,53,663,0, 19, 1024, 17,118,12,255 },   /* v40 used p301/V1 2 times */
	{ 0,53,935,0, -1072, 1034, 3,117,24,255 },   /* v41 used p318/V1 2 times */
	{ -63,-60,-151,0, 1377, -1105, -1,-119,-8,255 },   /* v42 used p324/V1 4 times */
	{ 151,-60,-63,0, 718, -1107, 8,-119,-2,255 },   /* v43 used p325/V1 2 times */
	{ 151,-60,-63,0, 7, -1096, 8,-119,-2,255 },   /* v44 used p326/V1 2 times */
	{ 63,-60,151,0, 718, -1107, 2,-119,7,255 },   /* v45 used p328/V1 2 times */
	{ 151,-60,-63,0, 1377, -1105, 8,-119,-2,255 },   /* v46 used p327/V1 4 times */
	{ 63,-60,151,0, 7, -1096, 2,-119,7,255 },   /* v47 used p329/V1 2 times */
	{ -151,-60,63,0, 7, -1096, -7,-119,1,255 },   /* v48 used p320/V1 2 times */
	{ -151,-60,63,0, 1377, -1105, -7,-119,1,255 },   /* v49 used p322/V1 2 times */
	{ -63,-60,-151,0, 718, -1107, -1,-119,-8,255 },   /* v50 used p321/V1 2 times */
	{ -63,-60,-151,0, 7, -1096, -1,-119,-8,255 },   /* v51 used p323/V1 2 times */
	{ -663,-53,663,0, 19, 1024, -10,-118,10,255 },   /* v52 used p330/V3 2 times */
	{ 0,-53,935,0, 2057, 1024, -2,-116,24,255 },   /* v53 used p330/V2 2 times */
	{ -151,60,63,0, 36, 1024, -7,120,1,255 },   /* v54 used p331/V2 2 times */
	{ 63,60,151,0, 1023, 1024, 2,120,7,255 },   /* v55 used p331/V3 4 times */
	{ 31,271,76,0, 777, 91, 68,31,93,255 },   /* v56 used p332/V3 2 times */
	{ 63,60,151,0, 36, 1024, 2,120,7,255 },   /* v57 used p334/V2 2 times */
	{ 151,60,-63,0, 1023, 1024, 8,120,-2,255 },   /* v58 used p333/V2 4 times */
	{ 76,271,-31,0, 777, 91, 94,31,-68,255 },   /* v59 used p333/V3 2 times */
	{ -63,60,-151,0, 36, 1024, -1,120,-8,255 },   /* v60 used p335/V2 2 times */
	{ -151,60,63,0, 1023, 1024, -7,120,1,255 },   /* v61 used p335/V3 4 times */
	{ -76,271,31,0, 777, 91, -93,31,67,255 },   /* v62 used p336/V3 2 times */
	{ -935,53,0,0, 0, -937, -24,117,-3,255 },   /* v63 used p360/V3 2 times */
	{ -663,-53,663,0, 4585, -255, -10,-118,10,255 },   /* v64 used p361/V2 2 times */
	{ 0,-53,935,0, 0, -255, -2,-116,24,255 },   /* v65 used p354/V3 4 times */
	{ 935,-53,0,0, 4585, -255, 25,-116,2,255 },   /* v66 used p362/V2 2 times */
	{ 0,-53,-935,0, 4585, -255, -2,-116,-25,255 },   /* v67 used p352/V2 2 times */
	{ 0,53,-935,0, 4585, -937, 3,117,-25,255 },   /* v68 used p352/V3 4 times */
	{ 935,-53,0,0, 0, -255, 25,-116,2,255 },   /* v69 used p364/V3 4 times */
	{ 663,-53,663,0, 4585, -255, 13,-117,16,255 },   /* v70 used p365/V2 2 times */
	{ -935,53,0,0, 4585, -937, -24,117,-3,255 },   /* v71 used p359/V3 2 times */
	{ -663,53,-663,0, 0, -937, -12,118,-17,255 },   /* v72 used p358/V3 2 times */
	{ -935,-53,0,0, 4585, -255, -24,-116,2,255 },   /* v73 used p359/V2 2 times */
	{ 663,-53,663,0, 0, -255, 13,-117,16,255 },   /* v74 used p356/V3 4 times */
	{ 0,-53,935,0, 4585, -255, -2,-116,24,255 },   /* v75 used p357/V2 2 times */
	{ 0,53,935,0, 2057, 1024, 3,117,24,255 },   /* v76 used p312/V2 2 times */
	{ 63,60,151,0, 1377, -1105, 2,120,7,255 },   /* v77 used p312/V3 4 times */
	{ -151,60,63,0, 718, -1107, -7,120,1,255 },   /* v78 used p313/V3 2 times */
	{ -151,60,63,0, 1377, -1105, -7,120,1,255 },   /* v79 used p314/V2 4 times */
	{ -63,60,-151,0, 718, -1107, -1,120,-8,255 },   /* v80 used p314/V3 2 times */
	{ -935,53,0,0, 2057, 1024, -24,117,-3,255 },   /* v81 used p315/V2 2 times */
	{ -663,53,-663,0, 1105, 1034, -12,118,-17,255 },   /* v82 used p316/V2 2 times */
	{ -63,60,-151,0, 7, -1096, -1,120,-8,255 },   /* v83 used p316/V3 2 times */
	{ -663,53,663,0, 1105, 1034, -19,117,19,255 },   /* v84 used p317/V2 2 times */
	{ -151,60,63,0, 7, -1096, -7,120,1,255 },   /* v85 used p317/V3 2 times */
	{ 0,53,-935,0, 2057, 1024, 3,117,-25,255 },   /* v86 used p307/V2 2 times */
	{ -63,60,-151,0, 1377, -1105, -1,120,-8,255 },   /* v87 used p307/V3 2 times */
	{ 151,60,-63,0, 718, -1107, 8,120,-2,255 },   /* v88 used p306/V3 2 times */
	{ -663,53,-663,0, 4585, -937, -12,118,-17,255 },   /* v89 used p265/V2 4 times */
	{ 0,53,-935,0, 0, -937, 3,117,-25,255 },   /* v90 used p265/V3 2 times */
	{ -663,-53,-663,0, 4585, -255, -16,-117,-13,255 },   /* v91 used p264/V2 2 times */
	{ 663,53,-663,0, 1105, 1034, 11,119,-11,255 },   /* v92 used p291/V2 2 times */
	{ 151,60,-63,0, 7, -1096, 8,120,-2,255 },   /* v93 used p291/V3 2 times */
	{ -63,60,-151,0, 1023, 1024, -1,120,-8,255 },   /* v94 used p294/V2 4 times */
	{ -31,271,-76,0, 777, 91, -67,31,-94,255 },   /* v95 used p294/V3 2 times */
	{ 151,60,-63,0, 36, 1024, 8,120,-2,255 },   /* v96 used p295/V2 2 times */
	{ 935,53,0,0, 2057, 1024, 25,117,-3,255 },   /* v97 used p301/V2 2 times */
	{ 151,60,-63,0, 1377, -1105, 8,120,-2,255 },   /* v98 used p301/V3 2 times */
	{ 63,60,151,0, 718, -1107, 2,120,7,255 },   /* v99 used p300/V3 2 times */
	{ 663,53,663,0, 1105, 1034, 17,118,12,255 },   /* v100 used p318/V2 2 times */
	{ 63,60,151,0, 7, -1096, 2,120,7,255 },   /* v101 used p318/V3 2 times */
	{ 0,-53,-935,0, 2057, 1024, -2,-116,-25,255 },   /* v102 used p324/V2 2 times */
	{ 663,-53,-663,0, 19, 1024, 20,-116,-20,255 },   /* v103 used p324/V3 4 times */
	{ 663,-53,-663,0, 1105, 1034, 20,-116,-20,255 },   /* v104 used p326/V2 2 times */
	{ 935,-53,0,0, -1072, 1034, 25,-116,2,255 },   /* v105 used p326/V3 2 times */
	{ 663,-53,663,0, 19, 1024, 13,-117,16,255 },   /* v106 used p327/V3 4 times */
	{ 935,-53,0,0, 2057, 1024, 25,-116,2,255 },   /* v107 used p327/V2 2 times */
	{ 663,-53,663,0, 1105, 1034, 13,-117,16,255 },   /* v108 used p329/V2 2 times */
	{ 0,-53,935,0, -1072, 1034, -2,-116,24,255 },   /* v109 used p329/V3 2 times */
	{ -663,-53,663,0, 1105, 1034, -10,-118,10,255 },   /* v110 used p320/V2 2 times */
	{ -935,-53,0,0, -1072, 1034, -24,-116,2,255 },   /* v111 used p320/V3 2 times */
	{ -935,-53,0,0, 2057, 1024, -24,-116,2,255 },   /* v112 used p322/V2 2 times */
	{ -663,-53,-663,0, 19, 1024, -16,-117,-13,255 },   /* v113 used p322/V3 2 times */
	{ -663,-53,-663,0, 1105, 1034, -16,-117,-13,255 },   /* v114 used p323/V2 2 times */
	{ 0,-53,-935,0, -1072, 1034, -2,-116,-25,255 },   /* v115 used p323/V3 2 times */
	{ 76,271,-31,0, 493, 511, 94,31,-68,255 },   /* v116 used p338/V1 2 times */
	{ 0,750,0,0, 246, -2, 104,41,42,255 },   /* v117 used p338/V2 4 times */
	{ 31,271,76,0, 0, 511, 68,31,93,255 },   /* v118 used p338/V3 2 times */
	{ 31,271,76,0, 493, 511, 68,31,93,255 },   /* v119 used p339/V1 2 times */
	{ -76,271,31,0, 0, 511, -93,31,67,255 },   /* v120 used p339/V3 2 times */
	{ -76,271,31,0, 493, 511, -93,31,67,255 },   /* v121 used p337/V1 2 times */
	{ -31,271,-76,0, 0, 511, -67,31,-94,255 },   /* v122 used p337/V3 2 times */
	{ -31,271,-76,0, 493, 511, -67,31,-94,255 },   /* v123 used p218/V1 2 times */
	{ 76,271,-31,0, 0, 511, 94,31,-68,255 },   /* v124 used p218/V3 2 times */
	{ 76,-271,-31,0, 0, 511, 94,-30,-68,255 },   /* v125 used p351/V1 2 times */
	{ 0,-750,0,0, 246, -2, -103,-40,-43,255 },   /* v126 used p351/V2 4 times */
	{ -31,-271,-76,0, 493, 511, -67,-30,-94,255 },   /* v127 used p351/V3 2 times */
	{ 31,-271,76,0, 0, 511, 68,-30,93,255 },   /* v128 used p341/V1 2 times */
	{ 76,-271,-31,0, 493, 511, 94,-30,-68,255 },   /* v129 used p341/V3 2 times */
	{ -31,-271,-76,0, 0, 511, -67,-30,-94,255 },   /* v130 used p342/V1 2 times */
	{ -76,-271,31,0, 493, 511, -93,-30,67,255 },   /* v131 used p342/V3 2 times */
	{ -76,-271,31,0, 0, 511, -93,-30,67,255 },   /* v132 used p340/V1 2 times */
	{ 31,-271,76,0, 493, 511, 68,-30,93,255 },   /* v133 used p340/V3 2 times */
};


/*   0 vertices */
/*   1 Materials */

#define	LDIRX	0
#define	LDIRY	0
#define	LDIRZ	120
#define	AMBDIV	1
/* 16 x 16  G_IM_SIZ_16b G_IM_FMT_RGBA  */
unsigned char MAP_CL02_CI4_txt[] = {
	0x01, 0x23, 0x44, 0x10, 0x01, 0x44, 0x32, 0x10, 
	0x15, 0x55, 0x33, 0x66, 0x66, 0x33, 0x55, 0x51, 
	0x25, 0x37, 0x88, 0x99, 0x99, 0x88, 0x73, 0x52, 
	0x35, 0x7a, 0xbb, 0xcc, 0xcc, 0xbb, 0xa7, 0x53, 
	0x45, 0x79, 0xcd, 0xdd, 0xdd, 0xcc, 0x97, 0x54, 
	0x45, 0x7b, 0xcd, 0xdd, 0xdd, 0xdc, 0xb7, 0x54, 
	0x45, 0x7b, 0xdd, 0xdd, 0xdd, 0xdd, 0xb7, 0x54, 
	0x45, 0x7b, 0xdd, 0xdd, 0xdd, 0xdd, 0xb7, 0x54, 
	0x45, 0x7b, 0xdd, 0xdd, 0xdd, 0xdd, 0xb7, 0x54, 
	0x45, 0x7b, 0xcd, 0xdd, 0xdd, 0xdc, 0x97, 0x54, 
	0x45, 0x79, 0xcc, 0xdd, 0xdd, 0xcc, 0x97, 0x54, 
	0x45, 0x7a, 0xbc, 0xcc, 0xcc, 0xcb, 0xa7, 0x54, 
	0x35, 0x7e, 0xaa, 0x44, 0x44, 0xaa, 0xe7, 0x53, 
	0x25, 0x37, 0x47, 0x43, 0x34, 0x74, 0x73, 0x52, 
	0x15, 0x55, 0x43, 0x44, 0x44, 0x34, 0x35, 0x51, 
	0x01, 0x23, 0x44, 0x44, 0x44, 0x44, 0x32, 0x10, 

/* 16colors */
0x7F, 0xFF, 0xB7, 0xFF, 0x5C, 0xA5, 0x42, 0x51, 0x0, 0x1, 0x39, 0xCB, 0x6E, 0xB1, 0x63, 0x95, 0x84, 0x9F, 0xAE, 0x2D, 0xA5, 0xEB, 0xB6, 0xB1, 0xCF, 0xFD, 0xDF, 0xFF, 0x9D, 0xA9, 0xFF, 0xFE, 
};

