mirror of
https://github.com/Oibaf66/frodo-wii.git
synced 2024-11-14 15:45:15 +01:00
Better help message
This commit is contained in:
parent
9035645c33
commit
775c48274a
@ -345,13 +345,14 @@ const char *game_info_menu_messages[6] = {
|
|||||||
};
|
};
|
||||||
|
|
||||||
|
|
||||||
const char *needs_help[8] = {
|
const char *needs_help[9] = {
|
||||||
/*00*/ "c64-network.org neeeds",
|
/*00*/ "c64-network.org needs",
|
||||||
/*01*/ "design help! See",
|
/*01*/ "grapichs and web design",
|
||||||
/*02*/ "#", /* Empty line */
|
/*02*/ "help! See",
|
||||||
|
/*02*/ "#",
|
||||||
/*03*/ "http://www.c64-network.org",
|
/*03*/ "http://www.c64-network.org",
|
||||||
/*04*/ "for more information.",
|
/*04*/ "for more information.",
|
||||||
/*05*/ "#",
|
/*05*/ "#",
|
||||||
/*06*/ "^|OK",
|
/*06*/ "^|I'll help!",
|
||||||
NULL
|
NULL
|
||||||
};
|
};
|
||||||
|
Loading…
Reference in New Issue
Block a user