#include<ultra64.h>
extern Vtx DEMO_Falco_reg02_v[];
extern Lights1 DEMO_Falco_reg02_material[];

extern unsigned short DEMO_Metal_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


/* ======== o1 ======== */

Gfx DEMO_Falco_reg02[]={

	gsDPLoadTextureBlock(DEMO_Metal_txt, G_IM_FMT_RGBA, G_IM_SIZ_16b, 16, 16, 0, G_TX_MIRROR, G_TX_MIRROR, 4, 4, G_TX_NOLOD, G_TX_NOLOD ),


	gsSPVertex(&DEMO_Falco_reg02_v[0], 23, 0),
	gsSP1Triangle(0, 1, 2, 0),
	gsSP1Triangle(3, 4, 5, 0),
	gsSP1Triangle(6, 7, 8, 0),
	gsSP1Triangle(9, 10, 11, 0),
	gsSP1Triangle(12, 13, 14, 0),
	gsSP1Triangle(13, 15, 16, 0),
	gsSP1Triangle(17, 18, 19, 0),
	gsSP1Triangle(20, 21, 22, 0),
	gsSPEndDisplayList(),
}; /* o1 */ 

#undef G_CC_PRIMSHADE
#undef gs_Nin_LoadTextureImage
#undef gs_Nin_SetUpTileDescrip
/*  23 vertices */
Vtx DEMO_Falco_reg02_v[]={
	{  115,0,-1,0,512,511,29,-15,-115,255 },   /* v0 used p8/V1 1 times */ 
	{  26,8,-24,0,512,0,-1,-45,-110,255 },   /* v1 used p8/V2 1 times */ 
	{  43,37,-1,0,0,511,4,73,-94,255 },   /* v2 used p8/V3 1 times */ 
	{  26,8,-24,0,0,511,-1,-45,-110,255 },   /* v3 used p7/V1 1 times */ 
	{  115,0,-1,0,512,512,29,-15,-115,255 },   /* v4 used p7/V2 1 times */ 
	{  11,-22,-1,0,512,0,-1,-45,-110,255 },   /* v5 used p7/V3 1 times */ 
	{  26,8,-24,0,512,0,-43,84,-73,255 },   /* v6 used p6/V1 1 times */ 
	{  -13,8,-1,0,512,512,-43,84,-73,255 },   /* v7 used p6/V2 1 times */ 
	{  43,37,-1,0,0,512,4,73,-94,255 },   /* v8 used p6/V3 1 times */ 
	{  -13,8,-1,0,512,512,-1,-45,-110,255 },   /* v9 used p5/V1 1 times */ 
	{  26,8,-24,0,0,512,-1,-45,-110,255 },   /* v10 used p5/V2 1 times */ 
	{  11,-22,-1,0,512,0,-1,-45,-110,255 },   /* v11 used p5/V3 1 times */ 
	{  115,0,-1,0,512,511,29,-15,114,255 },   /* v12 used p3/V1 1 times */ 
	{  26,8,23,0,512,0,-12,-18,116,255 },   /* v13 used p1/V1 2 times */ 
	{  11,-22,-1,0,0,511,-12,-18,116,255 },   /* v14 used p3/V3 1 times */ 
	{  -13,8,-1,0,512,512,-12,-18,116,255 },   /* v15 used p1/V2 1 times */ 
	{  11,-22,-1,0,0,511,-12,-18,116,255 },   /* v16 used p1/V3 1 times */ 
	{  -13,8,-1,0,512,512,-12,-18,116,255 },   /* v17 used p2/V1 1 times */ 
	{  26,8,23,0,0,512,-12,-18,116,255 },   /* v18 used p2/V2 1 times */ 
	{  43,37,-1,0,512,0,4,73,93,255 },   /* v19 used p2/V3 1 times */ 
	{  26,8,23,0,0,511,-12,-18,116,255 },   /* v20 used p4/V1 1 times */ 
	{  115,0,-1,0,512,512,29,-15,114,255 },   /* v21 used p4/V2 1 times */ 
	{  43,37,-1,0,512,0,4,73,93,255 },   /* v22 used p4/V3 1 times */ 
};
