Lines Matching refs:u8
56 static u8 tmap1[WIDTH_LYR1 * HEIGHT_LYR1] ATTRIBUTE_ALIGN(32);
58 static u8 map1[WIDTH_LYR1 * HEIGHT_LYR1] =
128 u8 nMaterial; // Tile type / texture-map selection
129 u8 nS; // S texture coordinate
130 u8 nT; // T texture coordinate
131 u8 nCI; // Color Index
132 u8 aUser[4]; // User data
253 u8 tile; in MapInit()
255 u8 nS, nT; in MapInit()
269 tile = (u8) (map1[ndx] - ' '); in MapInit()
279 tmap1[off] = (u8) ((nS<<4) | (nT)); in MapInit()