/***************************************************************************************************
		Convert from NINGEN		(face8) 																
****************************************************************************************************/

static Vtx vtx_face8_0[] = {
	{     0,     0,   540,     0,   224,  1318,    -1,    -1,    -1,   255},	/* 0 */
	{   460,     0,   360,     0,   676,  1048,    -1,    -1,    -1,   255},	/* 1 */
	{   460,     0,  -359,     0,   676,     0,    -1,    -1,    -1,   255},	/* 2 */
	{     0,     0,  -539,     0,   224,  -302,    -1,    -1,    -1,   255},	/* 3 */
};


static Gfx gfx_face8[] = {
	gsSPVertex(&vtx_face8_0[0],4,0),
	gsSP2Triangles(0, 1, 2, 0, 0, 2, 3, 0),
	gsSPEndDisplayList() 
};

