aboutsummaryrefslogtreecommitdiff
path: root/scumm
diff options
context:
space:
mode:
authorTravis Howell2005-05-10 02:25:17 +0000
committerTravis Howell2005-05-10 02:25:17 +0000
commit1c2a88154af7048b0f0169338adf135ad630f485 (patch)
tree7a346cc9137d6aa9b624bd6a8726dbb9a39b25d6 /scumm
parent25f692037113b7884a79723006080d6c1d26874a (diff)
downloadscummvm-rg350-1c2a88154af7048b0f0169338adf135ad630f485.tar.gz
scummvm-rg350-1c2a88154af7048b0f0169338adf135ad630f485.tar.bz2
scummvm-rg350-1c2a88154af7048b0f0169338adf135ad630f485.zip
Add Freddi's funshop
svn-id: r18021
Diffstat (limited to 'scumm')
-rw-r--r--scumm/scumm-md5.h3
-rw-r--r--scumm/scumm.cpp3
2 files changed, 5 insertions, 1 deletions
diff --git a/scumm/scumm-md5.h b/scumm/scumm-md5.h
index d2feb359fb..7c41b38e56 100644
--- a/scumm/scumm-md5.h
+++ b/scumm/scumm-md5.h
@@ -1,5 +1,5 @@
/*
- This file was generated by the md5table tool on Mon May 09 23:45:04 2005
+ This file was generated by the md5table tool on Tue May 10 02:20:29 2005
DO NOT EDIT MANUALLY!
*/
@@ -44,6 +44,7 @@ static const MD5Table md5table[] = {
{ "14d48c95b43ddeb983254cf6c43851f1", "freddi4", Common::NL_NLD, Common::kPlatformWindows },
{ "157367c3c21e0d03a0cba44361b4cf65", "indy3EGA", Common::EN_USA, Common::kPlatformAtariST },
{ "15e03ffbfeddb9c2aebc13dcb2a4a8f4", "monkeyvga", Common::EN_USA, Common::kPlatformPC },
+ { "16542a7342a918bfe4ba512007d36c47", "FreddisFunShop", Common::EN_USA, Common::kPlatformUnknown },
{ "16effd200aa6b8abe9c569c3e578814d", "f4-demo", Common::NL_NLD, Common::kPlatformWindows },
{ "179879b6e35c1ead0d93aab26db0951b", "fbear", Common::EN_USA, Common::kPlatformWindows },
{ "17b5d5e6af4ae89d62631641d66d5a05", "indy3", Common::IT_ITA, Common::kPlatformPC },
diff --git a/scumm/scumm.cpp b/scumm/scumm.cpp
index b0433e00a1..59331ef8f3 100644
--- a/scumm/scumm.cpp
+++ b/scumm/scumm.cpp
@@ -359,6 +359,8 @@ static const ScummGameSettings scumm_settings[] = {
GF_USE_KEY | GF_NEW_COSTUMES, Common::kPlatformWindows, 0, 0},
{"pajama3", "Pajama Sam 3: You Are What You Eat From Your Head to Your Feet", GID_HEGAME, 6, 99, 61, MDT_NONE,
GF_USE_KEY | GF_NEW_COSTUMES | GF_HE_LOCALIZED, Common::kPlatformWindows, 0, 0},
+ {"FreddisFunShop", "Freddi Fish's One-Stop Fun Shop", GID_HEGAME, 6, 99, 61, MDT_NONE,
+ GF_USE_KEY | GF_NEW_COSTUMES | GF_HE_LOCALIZED, Common::kPlatformWindows, 0, 0},
{"SamsFunShop", "Pajama Sam's One-Stop Fun Shop", GID_HEGAME, 6, 99, 61, MDT_NONE,
GF_USE_KEY | GF_NEW_COSTUMES | GF_HE_LOCALIZED, Common::kPlatformWindows, 0, 0},
{"PuttsFunShop", "Putt-Putt's One-Stop Fun Shop", GID_HEGAME, 6, 99, 61, MDT_NONE,
@@ -587,6 +589,7 @@ static SubstResFileNames substResFileNameTable[] = {
{ "freddicove", "FreddiCove", kGenMac },
{ "freddicove", "FreddiCCC", kGenPC },
{ "freddicove", "FreddiDZZ", kGenPC },
+ { "FreddisFunShop", "Freddi's FunShop", kGenMac },
{ "ff5demo", "FFCoveDemo", kGenPC },
{ "kinddemo", "Kinddemo", kGenMac },
{ "kinddemo", "KindDemo", kGenMac },