Update string array table for SCUMM7

svn-id: r20979
This commit is contained in:
Travis Howell 2006-03-01 01:17:40 +00:00
parent 2892e33f1d
commit d5710033a0

View file

@ -90,38 +90,40 @@ static ResString string_map_table_v7[] = {
{85, "game paused"}, // boot3 {85, "game paused"}, // boot3
{96, "the dig v1.0"}, {96, "the dig v1.0"},
/* this is the almost complete string map for v7 /* This is the complete string map for v7
{63, "how may I serve you?"}, {68, "c:\\dig"}, //BOOT.007
{64, "the dig v1.0"}, //(game name/version) {69, "The Dig"}, //BOOT.021
{67, "text display only"}, {70, "Save"}, //BOOT.008
{68, "c:\\dig"}, //boot007 (save path ?) {71, "Load"}, //BOOT.009
{69, "the dig"}, //boot21 (game name) {72, "Play"}, //BOOT.010
{70, "save"}, //boot8 {73, "Cancel"}, //BOOT.011
{71, "load"}, //boot9 {74, "Quit"}, //BOOT.012
{72, "play"}, //boot10 {75, "OK"}, //BOOT.013
{73, "cancel"}, //boot11 {76, "Name your SAVE game"}, //BOOT.019
{74, "quit"}, //boot12 {77, "Select a game to LOAD"}, //BOOT.020
{75, "ok"}, //boot13 {78, "You must enter a name"}, //BOOT.014
{76, "name your save game"}, //boot19 {79, "Saving '%s'"}, //BOOT.017
{77, "select a game to load"}, //boot20 {80, "Loading '%s'"}, //BOOT.018
{78, "you must enter a name"},//boot14 {81, "The game was NOT saved"}, //BOOT.015
{79, "saving '%s'"}, //boot17 {82, "The game was NOT loaded"}, //BOOT.016
{80, "loading '%s'"}, //boot18 {83, "Unable to Find %s, (%c%d) Press Button."},
{81, "the game was NOT saved"}, //boot15 {84, "Error reading disk %c, (%c%d) Press Button."},
{82, "the game was NOT loaded"}, //boot16 {85, "Game Paused. Press SPACE to Continue."}, //BOOT.003
{83, "how may I serve you?"}, {86, "Are you sure you want to restart?"}, //BOOT.004
{84, "how may I serve you?"}, {87, "Are you sure you want to quit?"}, //BOOT.005
{85, "game paused"}, // boot3 {90, "Music"}, //BOOT.022
{86, "Are you sure you want to restart"}, {91, "Voice"}, //BOOT.023
{87, "Are you sure you want to quit?"}, //boot05 {92, "Sfx"}, //BOOT.024
{89, "how may I serve you?"}, {93, "disabled"}, //BOOT.025
{90, "music"}, //boot22 {94, "Text speed"}, //BOOT.026
{91, "voice"}, //boot23 {95, "Display Text"}, //BOOT.027
{92, "sfx"}, //boot24 {96, "The Dig v1.0"},
{93, "disabled"}, //boot25 {138, "Spooled Music"), // BOOT.028
{94, "text speed"}, //boot26 {139, "Do you want to replace this saved game?"} //BOOT.029
{95, "text display"}, //boot27 {141, "Voice Only"},
{96, "the dig v1.0"},*/ {142, "Voice and Text"},
{143, "Text Display Only"},
*/
}; };