// *********************************************************************************** // Program written by B. Swan - BURROWINGGERBIL@HOTMAIL.COM // *********************************************************************************** // *********************************************************************************** // Draw all the screen // *********************************************************************************** void Print(u_char tChar, u_short tX, u_short tY, u_char tR, u_char tG, u_char tB) { Font[tChar].x = tX; Font[tChar].y = tY; Font[tChar].r = tR; Font[tChar].g = tG; Font[tChar].b = tB; Font[tChar].scalex = ONE * 3; Font[tChar].scaley = ONE * 3; Font[tChar].rotate += ONE * 3; GsSortFastSprite(&Font[tChar], &OTable_Header[currentBuffer], 1); }