aboutsummaryrefslogtreecommitdiff
path: root/engines/simon/game.cpp
diff options
context:
space:
mode:
authorTravis Howell2006-09-29 05:33:22 +0000
committerTravis Howell2006-09-29 05:33:22 +0000
commit8d0d856bd85b11998655608a3ca4d1e52e129c96 (patch)
treec1f11afc810763a5929cb23566264f8bbeefbebf /engines/simon/game.cpp
parent5a8f3df4e8b131c3d393ebd0bea1b4ed08bd815e (diff)
downloadscummvm-rg350-8d0d856bd85b11998655608a3ca4d1e52e129c96.tar.gz
scummvm-rg350-8d0d856bd85b11998655608a3ca4d1e52e129c96.tar.bz2
scummvm-rg350-8d0d856bd85b11998655608a3ca4d1e52e129c96.zip
Add last game (dimp) of PP
svn-id: r24002
Diffstat (limited to 'engines/simon/game.cpp')
-rw-r--r--engines/simon/game.cpp24
1 files changed, 21 insertions, 3 deletions
diff --git a/engines/simon/game.cpp b/engines/simon/game.cpp
index d574a7a16b..65754e104d 100644
--- a/engines/simon/game.cpp
+++ b/engines/simon/game.cpp
@@ -73,6 +73,7 @@ static const PlainGameDescriptor simonGames[] = {
{"simon1", "Simon the Sorcerer 1"},
{"simon2", "Simon the Sorcerer 2"},
{"feeble", "The Feeble Files"},
+ {"dimp", "Demon in my Pocket"},
{"jumble", "Jumble"},
{"puzzle", "NoPatience"},
{"swampy", "Swampy Adventures"},
@@ -614,6 +615,10 @@ static GameFileDescription ELVIRA_GameFiles[] = {
{ "tbllist", GAME_TBLFILE, "319f6b227c7822a551f57d24e70f8149"},
};
+static GameFileDescription DIMP_GameFiles[] = {
+ { "Gdimp", GAME_BASEFILE, "0b1e89ae1dc2e012b7fa7a987b4ac42a"},
+};
+
static GameFileDescription JUMBLE_GameFiles[] = {
{ "Gjumble", GAME_BASEFILE, "d54cce46d339038d1a6b74ea213655bc"},
};
@@ -1436,7 +1441,20 @@ static GameDescription gameDescriptions[] = {
Common::kPlatformWindows,
},
- // Jumble
+ // Simon the Sorcerer's Puzzle Pack - Demon in my Pocket
+ {
+ "dimp",
+ GType_PP,
+ GID_DIMP,
+ "CD",
+ ARRAYSIZE(DIMP_GameFiles),
+ DIMP_GameFiles,
+ GF_OLD_BUNDLE | GF_TALKIE,
+ Common::EN_ANY,
+ Common::kPlatformWindows,
+ },
+
+ // Simon the Sorcerer's Puzzle Pack - Jumble
{
"jumble",
GType_PP,
@@ -1449,7 +1467,7 @@ static GameDescription gameDescriptions[] = {
Common::kPlatformWindows,
},
- // Puzzle
+ // Simon the Sorcerer's Puzzle Pack - NoPatience
{
"puzzle",
GType_PP,
@@ -1462,7 +1480,7 @@ static GameDescription gameDescriptions[] = {
Common::kPlatformWindows,
},
- // Swampy Adventures
+ // Simon the Sorcerer's Puzzle Pack - Swampy Adventures
{
"swampy",
GType_PP,