Lines Matching refs:PrintString
89 static void PrintString(s16 x, s16 y, u8 palette, char *text, ...);
264 PrintString(3, 10, 0xf, "Push A to connect as PARENT"); in ModeSelect()
265 PrintString(3, 12, 0xf, "Push B to connect as CHILD"); in ModeSelect()
298 PrintString(5, 10, 0x1, "======= ERROR! ======="); in ModeError()
299 PrintString(5, 13, 0xf, " Fatal error occured."); in ModeError()
300 PrintString(5, 14, 0xf, "Please reboot program."); in ModeError()
317 PrintString(9, 11, 0xf, "Now working..."); in ModeWorking()
355 PrintString(8, 1, 0x2, "Parent mode"); in ModeParent()
403 PrintString(8, 1, 0x2, "Child mode"); in ModeChild()
482 PrintString(2, (s16)(3 + i), 0x4, in PrintSharedData()
487 PrintString(2, (s16)(3 + i), 0x1, "xxxxxxxx-xxxxxxxx"); in PrintSharedData()
576 static void PrintString(s16 x, s16 y, u8 palette, char *text, ...) in PrintString() function