Lines Matching refs:PrintString
89 static void PrintString(s16 x, s16 y, u8 palette, char *text, ...);
265 PrintString(3, 10, 0xf, "Push A to connect as PARENT"); in ModeSelect()
266 PrintString(3, 12, 0xf, "Push B to connect as CHILD"); in ModeSelect()
322 PrintString(5, 10, 0x1, "======= ERROR! ======="); in ModeError()
323 PrintString(5, 13, 0xf, " Fatal error occured."); in ModeError()
324 PrintString(5, 14, 0xf, "Please reboot program."); in ModeError()
341 PrintString(9, 11, 0xf, "Now working..."); in ModeWorking()
382 PrintString(8, 1, 0x2, "Parent mode"); in ModeParent()
433 PrintString(8, 1, 0x2, "Child mode"); in ModeChild()
515 PrintString(2, (s16)(3 + i), 0x4, in PrintSharedData()
520 PrintString(2, (s16)(3 + i), 0x1, "xxxxxxxx-xxxxxxxx"); in PrintSharedData()
609 static void PrintString(s16 x, s16 y, u8 palette, char *text, ...) in PrintString() function