mirror of
https://github.com/Oibaf66/frodo-wii.git
synced 2024-11-13 07:05:12 +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] = {
|
||||
/*00*/ "c64-network.org neeeds",
|
||||
/*01*/ "design help! See",
|
||||
/*02*/ "#", /* Empty line */
|
||||
const char *needs_help[9] = {
|
||||
/*00*/ "c64-network.org needs",
|
||||
/*01*/ "grapichs and web design",
|
||||
/*02*/ "help! See",
|
||||
/*02*/ "#",
|
||||
/*03*/ "http://www.c64-network.org",
|
||||
/*04*/ "for more information.",
|
||||
/*05*/ "#",
|
||||
/*06*/ "^|OK",
|
||||
/*06*/ "^|I'll help!",
|
||||
NULL
|
||||
};
|
||||
|
Loading…
Reference in New Issue
Block a user