Skip to content

Commit e07ddeb

Browse files
committed
add credits
change bottom message in gui's main screen
1 parent f38e2ba commit e07ddeb

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

gui.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1375,7 +1375,7 @@ u32 menu(u16 *original_screen)
13751375

13761376
void submenu_main()
13771377
{
1378-
print_string("Ported to Bittboy by Gameblabla", COLOR_ROM_INFO, COLOR_BG, 6, 184);
1378+
print_string("Port by gameblabla, changes by rik-smeets & Apaczer", COLOR_ROM_INFO, COLOR_BG, 6, 184);
13791379

13801380
strncpy(print_buffer, gamepak_filename, 80);
13811381
print_string(print_buffer, COLOR_ROM_INFO, COLOR_BG, 6, 10);

0 commit comments

Comments
 (0)