#include<ultra64.h>

extern Vtx ManWaist_3b_v[];
extern Vtx ManWaist_3b_vmcur[];
extern Tri ManWaist_3b_tri[];
extern Lights1 ManWaist_3b_material[];
extern Mtx ManWaist_3b_matrix[];

extern unsigned short Sshoes_bottom_txt[];
extern unsigned short St3_hand_txt[];
extern unsigned short St3best_b_txt[];
extern unsigned short St3best_f_txt[];
extern unsigned short St3best_s_txt[];
extern unsigned short St3best_t_txt[];
extern unsigned short St3farm_txt[];
extern unsigned short St3hara_txt[];
extern unsigned short St3met_b_txt[];
extern unsigned short St3met_f_txt[];
extern unsigned short St3met_gl_txt[];
extern unsigned short St3met_s_txt[];
extern unsigned short St3neck_txt[];
extern unsigned short St3shin_txt[];
extern unsigned short St3shoe_txt[];
extern unsigned short St3shoe_b_txt[];
extern unsigned short St3thigh_b_txt[];
extern unsigned short St3thigh_f_txt[];
extern unsigned short St3uarm_b_txt[];
extern unsigned short St3uarm_f_txt[];
extern unsigned short St3waist_b_txt[];
extern unsigned short St3waist_f_txt[];
extern unsigned short St3waist_s_txt[];
extern unsigned short black_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 */


/* ======== g2 ======== */


/* ======== g1 ======== */


/* ======== db ======== */

Gfx ManWaist_3b_model[]={

	gsSPTexture(65535, 65535,0, 0, 1),
	gsDPPipeSync(),
	gsDPSetCombineMode(G_CC_MODULATERGBDECALA,G_CC_PASS2),

	gs_Nin_SetUpTileDescrip(G_IM_FMT_RGBA,G_IM_SIZ_16b,16,16,0,0,G_TX_MIRROR,4,0,G_TX_CLAMP,4,0),
	gs_Nin_LoadTextureImage(St3hara_txt,G_IM_FMT_RGBA,G_IM_SIZ_16b,16,16,0,7),

	gsSPVertex(&ManWaist_3b_v[0], 6, 0),
	gsSP1Triangle(0, 1, 2, 0),
	gsSP1Triangle(2, 3, 0, 0),
	gsSP1Triangle(3, 4, 0, 0),
	gsSP1Triangle(3, 5, 4, 0),

	gs_Nin_LoadTextureImage(St3waist_b_txt,G_IM_FMT_RGBA,G_IM_SIZ_16b,16,16,0,7),

	gsSPVertex(&ManWaist_3b_v[6], 7, 0),
	gsSP1Triangle(0, 1, 2, 0),
	gsSP1Triangle(1, 3, 2, 0),
	gsSP1Triangle(0, 2, 4, 0),
	gsSP1Triangle(4, 2, 5, 0),
	gsSP1Triangle(4, 6, 0, 0),

	gs_Nin_LoadTextureImage(St3waist_f_txt,G_IM_FMT_RGBA,G_IM_SIZ_16b,16,16,0,7),

	gsSPVertex(&ManWaist_3b_v[13], 7, 0),
	gsSP1Triangle(0, 1, 2, 0),
	gsSP1Triangle(0, 3, 1, 0),
	gsSP1Triangle(0, 4, 3, 0),
	gsSP1Triangle(1, 3, 5, 0),
	gsSP1Triangle(1, 6, 2, 0),

	gs_Nin_SetUpTileDescrip(G_IM_FMT_RGBA,G_IM_SIZ_16b,16,16,0,0,G_TX_CLAMP,4,0,G_TX_CLAMP,4,0),
	gs_Nin_LoadTextureImage(St3waist_s_txt,G_IM_FMT_RGBA,G_IM_SIZ_16b,16,16,0,7),

	gsSPVertex(&ManWaist_3b_v[20], 7, 0),
	gsSP1Triangle(0, 1, 2, 0),
	gsSP1Triangle(0, 2, 3, 0),
	gsSP1Triangle(3, 4, 5, 0),
	gsSP1Triangle(4, 6, 5, 0),

	gsDPPipeSync(),
	gsDPSetCombineMode(G_CC_PRIMSHADE,G_CC_PASS2),
	gsSPTexture(1, 1,0, 0, 0),
	gsDPSetPrimColor(0,0,255,255,255,255),
	gsSPVertex(&ManWaist_3b_v[27], 5, 0),
	gsSPEndDisplayList(),
}; /* db */ 

Gfx ManWaist_3b_modelT[] = {
	gsSPEndDisplayList()
};

#undef G_CC_PRIMSHADE

#undef gs_Nin_LoadTextureImage

#undef gs_Nin_SetUpTileDescrip

/* 32 vertices */
Vtx ManWaist_3b_v[]={
	{ 61,96,0,0, 806, 518, 34,62,-96,255 },   /* v0 used p60/V3 3 times */
	{ 104,3,-11,0, 1006, 268, 115,8,-33,255 },   /* v1 used p55/V2 1 times */
	{ 66,-89,-20,0, 829, 20, 40,-50,-101,255 },   /* v2 used p60/V1 2 times */
	{ -66,-89,-20,0, 217, 20, -26,-60,-100,255 },   /* v3 used p60/V2 3 times */
	{ -61,96,0,0, 241, 518, -36,102,-47,255 },   /* v4 used p54/V2 2 times */
	{ -104,3,-11,0, 40, 268, -114,8,-33,255 },   /* v5 used p53/V2 1 times */
	{ -66,-89,-20,0, 320, 512, -26,-60,-100,255 },   /* v6 used p52/V3 3 times */
	{ 66,-89,-20,0, -320, 512, 40,-50,-101,255 },   /* v7 used p58/V1 2 times */
	{ 80,-98,65,0, -390, 148, 71,-82,51,255 },   /* v8 used p58/V3 4 times */
	{ 104,3,-11,0, -505, 514, 115,8,-33,255 },   /* v9 used p58/V2 1 times */
	{ -80,-98,65,0, 390, 148, -82,-61,62,255 },   /* v10 used p52/V1 3 times */
	{ 0,-12,111,0, 0, -6, 0,2,120,255 },   /* v11 used p51/V3 1 times */
	{ -104,3,-11,0, 505, 514, -114,8,-33,255 },   /* v12 used p52/V2 1 times */
	{ -61,96,0,0, 216, 512, -36,102,-47,255 },   /* v13 used p43/V1 3 times */
	{ 71,68,64,0, 860, 239, 60,71,74,255 },   /* v14 used p59/V1 4 times */
	{ 61,96,0,0, 807, 512, 34,62,-96,255 },   /* v15 used p59/V3 2 times */
	{ -71,68,64,0, 163, 239, -71,58,76,255 },   /* v16 used p43/V3 3 times */
	{ -104,3,-11,0, 6, 404, -114,8,-33,255 },   /* v17 used p43/V2 1 times */
	{ 0,-12,111,0, 511, -56, 0,2,120,255 },   /* v18 used p46/V3 1 times */
	{ 104,3,-11,0, 1017, 404, 115,8,-33,255 },   /* v19 used p59/V2 1 times */
	{ 80,-98,65,0, 514, 196, 71,-82,51,255 },   /* v20 used p57/V1 2 times */
	{ 104,3,-11,0, 201, 517, 115,8,-33,255 },   /* v21 used p57/V2 1 times */
	{ 71,68,64,0, 0, 200, 60,71,74,255 },   /* v22 used p57/V3 2 times */
	{ 0,-12,111,0, 248, 0, 0,2,120,255 },   /* v23 used p56/V1 2 times */
	{ -71,68,64,0, 0, 200, -71,58,76,255 },   /* v24 used p56/V2 2 times */
	{ -80,-98,65,0, 514, 196, -82,-61,62,255 },   /* v25 used p56/V3 2 times */
	{ -104,3,-11,0, 201, 517, -114,8,-33,255 },   /* v26 used p50/V2 1 times */
	{ 0,-98,65,0, 0, 0,  255, 255, 255, 255 /* vertex color */  },   /* v27 used p66/V1 1 times */
	{ 0,-89,-20,0, 0, 0,  255, 255, 255, 255 /* vertex color */  },   /* v28 used p65/V1 1 times */
	{ -3,4,-10,0, 0, 0,  255, 255, 255, 255 /* vertex color */  },   /* v29 used p64/V1 1 times */
	{ 0,68,64,0, 0, 0,  255, 255, 255, 255 /* vertex color */  },   /* v30 used p63/V1 1 times */
	{ 0,96,0,0, 0, 0,  255, 255, 255, 255 /* vertex color */  },   /* v31 used p62/V1 1 times */
};


/*   0 vertices */
/* 16 x 16  G_IM_SIZ_16b G_IM_FMT_RGBA  */
unsigned short St3hara_txt[] = {
	0x8403, 0x9cc5, 0xb585, 0xb585, 0xbdc5, 0xc605, 0xc605, 0xc605, 0xc605, 0xc605, 0xce45, 0xce45, 0xce45, 0xce45, 0xce45, 0xce45, 
	0x9cc5, 0xa505, 0xb585, 0xbdc5, 0xbdc5, 0xc605, 0xc605, 0xc605, 0xce45, 0xce45, 0xce45, 0xd685, 0xd687, 0xd687, 0xd685, 0xd685, 
	0xad45, 0xad45, 0xb585, 0xbdc5, 0xc605, 0xc605, 0xc605, 0xce45, 0xce45, 0xce45, 0xce45, 0xd687, 0xdec7, 0xdec7, 0xdec7, 0xdec7, 
	0x9cc5, 0xad45, 0xb585, 0xbdc5, 0xc605, 0xc605, 0xc605, 0xce45, 0xce45, 0xce45, 0xd687, 0xdec7, 0xdec7, 0xe707, 0xe707, 0xe707, 
	0xa505, 0xa505, 0xad45, 0xbdc5, 0xc605, 0xc605, 0xce45, 0xce45, 0xd685, 0xd687, 0xdec7, 0xe707, 0xe707, 0xe707, 0xe707, 0xe707, 
	0xbdc5, 0xbdc5, 0xb585, 0xb585, 0xbdc5, 0xc605, 0xce45, 0xd687, 0xdec7, 0xdec7, 0xe707, 0xe707, 0xe709, 0xe709, 0xe709, 0xe709, 
	0x9485, 0x9485, 0xb585, 0xbdc5, 0xc605, 0xce45, 0xce45, 0xdec7, 0xe707, 0xe707, 0xe709, 0xef49, 0xef4b, 0xef4b, 0xef4b, 0xef4b, 
	0xb585, 0x9cc5, 0x9cc5, 0xbdc5, 0xc605, 0xce45, 0xd687, 0xdec7, 0xe707, 0xe707, 0xef49, 0xef4b, 0xef4d, 0xef4d, 0xef4d, 0xef4d, 
	0x9cc5, 0xad45, 0xad45, 0xb585, 0xc605, 0xce45, 0xd687, 0xe707, 0xe707, 0xef49, 0xef4b, 0xef4d, 0xef4d, 0xef4f, 0xef4f, 0xef4f, 
	0xad45, 0xad45, 0xb585, 0xb585, 0xbdc5, 0xce45, 0xdec7, 0xe707, 0xe707, 0xef4b, 0xef4d, 0xef4f, 0xef4f, 0xef51, 0xef51, 0xef51, 
	0x9cc5, 0xa505, 0xad45, 0xb585, 0xbdc5, 0xce45, 0xdec7, 0xe707, 0xef49, 0xef4b, 0xef4d, 0xef4f, 0xef51, 0xef53, 0xef53, 0xef53, 
	0x9cc5, 0xa505, 0xad45, 0xad45, 0xbdc5, 0xd687, 0xdec7, 0xe707, 0xef49, 0xef4d, 0xef4f, 0xef51, 0xef53, 0xef53, 0xef55, 0xef55, 
	0x8c45, 0x8c45, 0x9cc5, 0xa505, 0xbdc5, 0xd687, 0xdec7, 0xe707, 0xef4b, 0xef4d, 0xef4f, 0xef51, 0xef53, 0xef55, 0xef55, 0xef55, 
	0xa505, 0x9cc5, 0x9cc5, 0xa505, 0xbdc5, 0xd687, 0xdec7, 0xe707, 0xef4b, 0xef4d, 0xef51, 0xef53, 0xef55, 0xef55, 0xef55, 0xef55, 
	0x9485, 0x9485, 0x9485, 0xa505, 0xbdc5, 0xce47, 0xdec7, 0xe707, 0xef4b, 0xef4d, 0xef51, 0xef53, 0xef55, 0xef55, 0xef55, 0xef55, 
	0x8c45, 0x8c45, 0x9485, 0xa505, 0xbdc5, 0xce45, 0xd687, 0xe707, 0xef49, 0xef4d, 0xef4f, 0xef51, 0xef53, 0xef55, 0xef55, 0xef55, 
};

/* 16 x 16  G_IM_SIZ_16b G_IM_FMT_RGBA  */
unsigned short St3waist_b_txt[] = {
	0x8403, 0x8403, 0x8403, 0x8403, 0xad45, 0xc605, 0xc605, 0xc605, 0xc605, 0xc605, 0xc605, 0xc605, 0xc605, 0xc605, 0xc605, 0xc605, 
	0x8403, 0x8403, 0x8403, 0x8403, 0x9cc5, 0xbdc5, 0xc605, 0xce45, 0xc605, 0xc605, 0xc605, 0xc605, 0xc605, 0xc605, 0xc605, 0xc605, 
	0x8403, 0x8403, 0x8403, 0x8403, 0x8c45, 0x9cc5, 0xad45, 0xbdc5, 0xc605, 0xc605, 0xc605, 0xc605, 0xc605, 0xc605, 0xc605, 0xc605, 
	0x8403, 0x8403, 0x8403, 0x9485, 0xa505, 0xb585, 0xb585, 0xbdc5, 0xbdc5, 0xc605, 0xc605, 0xc605, 0xc605, 0xc605, 0xc605, 0xc605, 
	0x8403, 0x8c43, 0xad45, 0xc605, 0xd687, 0xdec7, 0xdec7, 0xdec7, 0xd687, 0xd685, 0xd685, 0xce45, 0xce45, 0xc605, 0xc605, 0xc605, 
	0x8c43, 0xad45, 0xd687, 0xdec7, 0xe707, 0xe707, 0xe707, 0xdec7, 0xdec7, 0xdec7, 0xd687, 0xd687, 0xd687, 0xce45, 0xc605, 0xc605, 
	0x9cc5, 0xd687, 0xe707, 0xe707, 0xe707, 0xe707, 0xe707, 0xe707, 0xdec7, 0xdec7, 0xdec7, 0xd687, 0xd687, 0xd687, 0xce45, 0xce45, 
	0xbdc5, 0xdec7, 0xe707, 0xe707, 0xe707, 0xe707, 0xe707, 0xe707, 0xe707, 0xdec7, 0xdec7, 0xdec7, 0xd687, 0xd687, 0xce47, 0xce45, 
	0xce45, 0xdec7, 0xe707, 0xe707, 0xe707, 0xe707, 0xe707, 0xe707, 0xe707, 0xdec7, 0xdec7, 0xdec7, 0xdec7, 0xd687, 0xd687, 0xce45, 
	0xce45, 0xdec7, 0xdec7, 0xe707, 0xe707, 0xe707, 0xe707, 0xe707, 0xe707, 0xdec7, 0xdec7, 0xdec7, 0xdec7, 0xd687, 0xd687, 0xce45, 
	0xce45, 0xd687, 0xdec7, 0xe707, 0xe707, 0xe707, 0xe707, 0xe707, 0xe707, 0xdec7, 0xdec7, 0xdec7, 0xdec7, 0xd687, 0xd687, 0xce45, 
	0xce47, 0xd687, 0xdec7, 0xdec7, 0xe707, 0xe707, 0xe707, 0xe707, 0xe707, 0xdec7, 0xdec7, 0xdec7, 0xd687, 0xd687, 0xce45, 0xce45, 
	0xd687, 0xd687, 0xdec7, 0xdec7, 0xe707, 0xe707, 0xe707, 0xe707, 0xe707, 0xdec7, 0xd687, 0xd687, 0xd687, 0xd687, 0xce45, 0xce45, 
	0xd687, 0xd687, 0xd687, 0xd687, 0xdec7, 0xdec7, 0xdec7, 0xdec7, 0xdec7, 0xdec7, 0xdec7, 0xd687, 0xd687, 0xd687, 0xd687, 0xd687, 
	0xdec7, 0xdec7, 0xdec7, 0xd687, 0xdec7, 0xdec7, 0xdec7, 0xdec7, 0xdec7, 0xdec7, 0xd687, 0xd687, 0xd687, 0xd687, 0xdec7, 0xdec7, 
	0xdec7, 0xdec7, 0xdec7, 0xdec7, 0xdec7, 0xdec7, 0xdec7, 0xdec7, 0xd687, 0xd687, 0xce45, 0xce45, 0xd685, 0xd685, 0xdec7, 0xdec7, 
};

/* 16 x 16  G_IM_SIZ_16b G_IM_FMT_RGBA  */
unsigned short St3waist_f_txt[] = {
	0xc605, 0xc605, 0xc605, 0xc605, 0xc605, 0xc605, 0xc605, 0xc605, 0xc605, 0xc605, 0xc605, 0xad45, 0x9485, 0x8403, 0x8403, 0x8403, 
	0xc605, 0xc605, 0xc605, 0xc605, 0xc605, 0xc605, 0xc605, 0xc605, 0xc605, 0xc605, 0xc605, 0xb585, 0x9cc5, 0x8c43, 0x8403, 0x8403, 
	0xc605, 0xc605, 0xc605, 0xc605, 0xc605, 0xc605, 0xc605, 0xc605, 0xc605, 0xc605, 0xc605, 0xbdc5, 0xad45, 0x9485, 0x8c43, 0x8403, 
	0xc605, 0xce45, 0xce45, 0xc605, 0xc605, 0xc605, 0xc605, 0xc605, 0xc605, 0xc605, 0xc605, 0xc605, 0xb585, 0xa505, 0x9485, 0x8c45, 
	0xc605, 0xc605, 0xce45, 0xce45, 0xce45, 0xc605, 0xc605, 0xce45, 0xce45, 0xce45, 0xce45, 0xce45, 0xc605, 0xbdc5, 0xb585, 0xad45, 
	0xc605, 0xc605, 0xc605, 0xc605, 0xc605, 0xc605, 0xc605, 0xce45, 0xce45, 0xce45, 0xce45, 0xce45, 0xce45, 0xce45, 0xd687, 0xd685, 
	0xce45, 0xc605, 0xc605, 0xc605, 0xce45, 0xce45, 0xce47, 0xd685, 0xd685, 0xd687, 0xd687, 0xd687, 0xd687, 0xdec7, 0xdec7, 0xd687, 
	0xce45, 0xce45, 0xd687, 0xdec7, 0xdec7, 0xdec7, 0xd687, 0xd687, 0xd687, 0xdec7, 0xdec7, 0xdec7, 0xdec7, 0xdec7, 0xd687, 0xd687, 
	0xd687, 0xe707, 0xdec7, 0xd687, 0xd687, 0xd687, 0xd687, 0xdec7, 0xdec7, 0xd687, 0xdec7, 0xdec7, 0xdec7, 0xdec7, 0xdec7, 0xdec7, 
	0xce45, 0xd687, 0xdec7, 0xdec7, 0xd687, 0xce47, 0xd687, 0xd687, 0xdec7, 0xdec7, 0xdec7, 0xdec7, 0xe707, 0xe709, 0xe709, 0xe709, 
	0xce45, 0xdec7, 0xd687, 0xd687, 0xce45, 0xd687, 0xdec7, 0xdec7, 0xdec7, 0xdec7, 0xdec7, 0xe707, 0xe709, 0xe70d, 0xef4f, 0xef4d, 
	0xdec7, 0xdec7, 0xce45, 0xce45, 0xd687, 0xdec7, 0xd687, 0xd687, 0xdec7, 0xdec7, 0xe709, 0xe70d, 0xef4f, 0xef51, 0xef53, 0xef53, 
	0xce45, 0xce45, 0xd685, 0xdec7, 0xd687, 0xd685, 0xd687, 0xdec7, 0xdec7, 0xe707, 0xe70b, 0xef51, 0xef53, 0xef53, 0xef55, 0xef53, 
	0xce45, 0xdec7, 0xdec7, 0xd687, 0xce45, 0xd687, 0xdec7, 0xdec7, 0xdec7, 0xe70b, 0xef4f, 0xef53, 0xef55, 0xef55, 0xef55, 0xef53, 
	0xce47, 0xdec7, 0xdec7, 0xd685, 0xd687, 0xdec7, 0xdec7, 0xdec7, 0xe709, 0xe70d, 0xef51, 0xef53, 0xef55, 0xef55, 0xef55, 0xef53, 
	0xce45, 0xdec7, 0xdec7, 0xdec7, 0xd687, 0xd687, 0xdec7, 0xdec7, 0xe709, 0xef4f, 0xef53, 0xef53, 0xef55, 0xef55, 0xef55, 0xef53, 
};

/* 16 x 16  G_IM_SIZ_16b G_IM_FMT_RGBA  */
unsigned short St3waist_s_txt[] = {
	0x8403, 0x8403, 0x8403, 0x8403, 0x8403, 0x8403, 0x8403, 0x8403, 0x8403, 0x8403, 0x8403, 0x8403, 0x8403, 0x8403, 0x8403, 0x8c43, 
	0xa505, 0x9cc5, 0x9cc5, 0x9485, 0x9485, 0x8c45, 0x8403, 0x8403, 0x8403, 0x8403, 0x8403, 0x8403, 0x8c43, 0x8c45, 0x9485, 0x9cc5, 
	0xc605, 0xc605, 0xc605, 0xc605, 0xc605, 0xb585, 0xa505, 0x9cc5, 0x9cc5, 0x9cc5, 0x9cc5, 0x9cc5, 0x9cc5, 0x9cc5, 0x9cc5, 0xa505, 
	0xc605, 0xc605, 0xc605, 0xc605, 0xc605, 0xc605, 0xc605, 0xbdc5, 0xc605, 0xc605, 0xc605, 0xbdc5, 0xbdc5, 0xb585, 0xad45, 0xa505, 
	0xc605, 0xc605, 0xc605, 0xc605, 0xc605, 0xc605, 0xc605, 0xc605, 0xc605, 0xce45, 0xce45, 0xce45, 0xce45, 0xce45, 0xce45, 0xbdc5, 
	0xc605, 0xc605, 0xc605, 0xc605, 0xc605, 0xc605, 0xce45, 0xc605, 0xc605, 0xc605, 0xce45, 0xd687, 0xd687, 0xd687, 0xd687, 0xd687, 
	0xc605, 0xc605, 0xc605, 0xc605, 0xc605, 0xc605, 0xc605, 0xc605, 0xc605, 0xc605, 0xce45, 0xd687, 0xd687, 0xd687, 0xd687, 0xd687, 
	0xce45, 0xdec7, 0xdec7, 0xe707, 0xdec7, 0xd687, 0xc605, 0xc605, 0xc605, 0xc605, 0xce45, 0xd687, 0xd687, 0xd687, 0xd687, 0xd687, 
	0xce45, 0xce45, 0xd687, 0xd687, 0xd687, 0xdec7, 0xdec7, 0xd685, 0xce45, 0xce45, 0xce47, 0xd687, 0xd687, 0xd687, 0xd687, 0xd687, 
	0xce45, 0xd685, 0xd685, 0xdec7, 0xd687, 0xce45, 0xce45, 0xd685, 0xce47, 0xce45, 0xce47, 0xd687, 0xd687, 0xd687, 0xd687, 0xd687, 
	0xce45, 0xce45, 0xce45, 0xce45, 0xd685, 0xd687, 0xce45, 0xce45, 0xce45, 0xce45, 0xd687, 0xd687, 0xd687, 0xd687, 0xd687, 0xd687, 
	0xce45, 0xce45, 0xce45, 0xce45, 0xce45, 0xce45, 0xce47, 0xce47, 0xce45, 0xce47, 0xd687, 0xd687, 0xd687, 0xd687, 0xd687, 0xd687, 
	0xce45, 0xce45, 0xce45, 0xce45, 0xce45, 0xd685, 0xd687, 0xce47, 0xce45, 0xd687, 0xd687, 0xd687, 0xd685, 0xdec7, 0xe707, 0xe707, 
	0xce45, 0xce45, 0xce45, 0xd685, 0xdec7, 0xdec7, 0xdec7, 0xdec7, 0xdec7, 0xdec7, 0xdec7, 0xdec7, 0xe707, 0xef49, 0xef49, 0xe707, 
	0xce45, 0xce45, 0xce45, 0xce45, 0xdec7, 0xdec7, 0xdec7, 0xe707, 0xe707, 0xe709, 0xe709, 0xef4b, 0xef4b, 0xef4b, 0xe709, 0xe707, 
	0xce45, 0xce45, 0xce45, 0xce47, 0xd687, 0xe707, 0xe707, 0xe707, 0xe707, 0xe707, 0xe709, 0xef4b, 0xef4b, 0xef4b, 0xef49, 0xe707, 
};

