This commit is contained in:
Daveo 2001-07-20 16:17:26 +00:00
parent 475cec47a3
commit c1aeb7ec0e
7 changed files with 127 additions and 39 deletions

View file

@ -112,11 +112,30 @@ struct sTri
//---------------------------------------------------------------------------
struct sQuad
{
u16 P0; // 2
u16 P1; // 2
u8 uv0[2]; // 2
u16 Clut; // 2
u8 uv1[2]; // 2
u16 TPage; // 2
u8 uv2[2]; // 2
u16 P2; // 2
u8 uv3[2]; // 2
u16 P3; // 2
u16 OTOfs; // 2
u8 PolyCode; // 1
u8 Pad; // 1
}; // 24
struct sPoly
{
u16 P0; // 2
u16 P1; // 2
u16 P2; // 2
u16 P3; // 2
u8 uv0[2]; // 2
u16 Clut; // 2
u8 uv1[2]; // 2
@ -125,9 +144,9 @@ struct sQuad
u8 uv3[2]; // 2
u16 OTOfs; // 2
u8 PolyCode; // 1
u8 Pad; // 1
}; // 24
u8 PolyTag; // 1
};
//***************************************************************************
//*** Game Types and Headers ************************************************