aboutsummaryrefslogtreecommitdiff
path: root/scumm/scumm.cpp
diff options
context:
space:
mode:
authorTravis Howell2005-06-14 03:06:56 +0000
committerTravis Howell2005-06-14 03:06:56 +0000
commitfc7d6c4e262feb98eab8fd9a2e75f9b6333763d9 (patch)
tree9da7353cf062d7f110a1d70e969dec667806f96c /scumm/scumm.cpp
parent01cf8f20ae1e6114b75c1d8ba78eb1f660422822 (diff)
downloadscummvm-rg350-fc7d6c4e262feb98eab8fd9a2e75f9b6333763d9.tar.gz
scummvm-rg350-fc7d6c4e262feb98eab8fd9a2e75f9b6333763d9.tar.bz2
scummvm-rg350-fc7d6c4e262feb98eab8fd9a2e75f9b6333763d9.zip
-Add more Backyard sports titles
-Add additional HE100 opcodes changes for basketball -Fix baseball asserts in VAR_WIZ_TCOLOR svn-id: r18385
Diffstat (limited to 'scumm/scumm.cpp')
-rw-r--r--scumm/scumm.cpp7
1 files changed, 7 insertions, 0 deletions
diff --git a/scumm/scumm.cpp b/scumm/scumm.cpp
index fec982de62..9be88af8ea 100644
--- a/scumm/scumm.cpp
+++ b/scumm/scumm.cpp
@@ -383,12 +383,16 @@ static const ScummGameSettings scumm_settings[] = {
{"bb2demo", "Backyard Baseball 2001 (Demo)", GID_HEGAME, 6, 99, MDT_NONE,
GF_USE_KEY | GF_NEW_COSTUMES | GF_16BIT_COLOR, Common::kPlatformWindows, 0, 0},
+ {"baseball2001", "Backyard Baseball 2001", GID_HEGAME, 6, 99, MDT_NONE,
+ GF_USE_KEY | GF_NEW_COSTUMES | GF_16BIT_COLOR, Common::kPlatformWindows, 0, 0},
{"footdemo", "Backyard Football (Demo)", GID_FOOTBALL, 6, 99, MDT_NONE,
GF_USE_KEY | GF_NEW_COSTUMES | GF_MULTIPLE_VERSIONS, Common::kPlatformWindows, 0, 0},
{"SoccerMLS", "Backyard Soccer MLS Edition", GID_HEGAME, 6, 99, MDT_NONE,
GF_USE_KEY | GF_NEW_COSTUMES, Common::kPlatformWindows, 0, 0},
// Humongous Entertainment Scumm Version ?
+ {"basketball", "Backyard Basketball", GID_HEGAME, 6, 100, MDT_NONE,
+ GF_USE_KEY | GF_NEW_COSTUMES, Common::kPlatformWindows, 0, 0},
{"ff5demo", "Freddi Fish 5: The Case of the Creature of Coral Cave (Demo)", GID_FREDDICOVE, 6, 100, MDT_NONE,
GF_USE_KEY | GF_NEW_COSTUMES | GF_HE_LOCALIZED | GF_16BIT_COLOR, Common::kPlatformWindows, 0, 0},
{"pjgames", "Pajama Sam: Games to Play On Any Day", GID_HEGAME, 6, 100, MDT_NONE,
@@ -586,6 +590,9 @@ static SubstResFileNames substResFileNameTable[] = {
{ "airdemo", "Airport Demo", kGenMac},
{ "balloon", "Balloon-O-Rama", kGenMac},
{ "baseball", "BaseBall", kGenMac},
+ { "baseball2001", "Baseball 2001", kGenMac},
+ { "baseball2001", "baseball 2001", kGenPC},
+ { "basketball", "Basketball", kGenMac},
{ "BluesABCTimeDemo", "BluesABCTimeDemo", kGenMac},
{ "chase", "Cheese Chase", kGenMac},
{ "circdemo", "Putt Circus Demo", kGenMac },