fixed the info screen formatting

This commit is contained in:
ariahiro64 2021-09-25 19:57:25 -04:00
parent 485227f479
commit 49b49d0654
1 changed files with 1 additions and 3 deletions

View File

@ -18,10 +18,8 @@ void menu_about(display_context_t disp)
sprintf(firmware_str, "ED64 firmware: v%03x", evd_getFirmVersion());
printText(firmware_str, 9, -1, disp);
printText("by JonesAlmighty", 9, -1, disp);
printText(" ", 9, -1, disp);
printText("Based on ALT64", 9, -1, disp);
printText("By Saturnu", 9, -1, disp);
printText(" ", 9, -1, disp);
printText("credits to:", 9, -1, disp);
printText("Jay Oster", 9, -1, disp);
printText("Krikzz", 9, -1, disp);
@ -29,6 +27,6 @@ void menu_about(display_context_t disp)
printText("ChillyWilly", 9, -1, disp);
printText("ShaunTaylor", 9, -1, disp);
printText("Conle", 9, -1, disp);
printText("Aria Hiro64", 9, -1, disp);
printText("Aria Hiro 64", 9, -1, disp);
printText("moparisthebest", 9, -1, disp);
} //TODO: make scrolling text, should include libraries used.