SHERLOCK: Further cleanup of detection entries and added Rose Tattoo English
This commit is contained in:
parent
281d44706b
commit
7107789c47
1 changed files with 19 additions and 6 deletions
|
@ -31,7 +31,7 @@ static const SherlockGameDescription gameDescriptions[] = {
|
||||||
AD_ENTRY1s("talk.lib", "ad0c4d6865edf15da4e9204c08815875", 238928),
|
AD_ENTRY1s("talk.lib", "ad0c4d6865edf15da4e9204c08815875", 238928),
|
||||||
Common::EN_ANY,
|
Common::EN_ANY,
|
||||||
Common::kPlatformDOS,
|
Common::kPlatformDOS,
|
||||||
ADGF_NO_FLAGS,
|
ADGF_UNSTABLE | ADGF_NO_FLAGS,
|
||||||
GUIO1(GUIO_NOSPEECH)
|
GUIO1(GUIO_NOSPEECH)
|
||||||
},
|
},
|
||||||
GType_SerratedScalpel,
|
GType_SerratedScalpel,
|
||||||
|
@ -46,7 +46,7 @@ static const SherlockGameDescription gameDescriptions[] = {
|
||||||
AD_ENTRY1s("talk.lib", "dbdc8a20c96900aa7e4d02f3fe8a274c", 121102),
|
AD_ENTRY1s("talk.lib", "dbdc8a20c96900aa7e4d02f3fe8a274c", 121102),
|
||||||
Common::EN_ANY,
|
Common::EN_ANY,
|
||||||
Common::kPlatformDOS,
|
Common::kPlatformDOS,
|
||||||
ADGF_DEMO,
|
ADGF_UNSTABLE | ADGF_DEMO,
|
||||||
GUIO1(GUIO_NOSPEECH)
|
GUIO1(GUIO_NOSPEECH)
|
||||||
},
|
},
|
||||||
GType_SerratedScalpel,
|
GType_SerratedScalpel,
|
||||||
|
@ -61,7 +61,7 @@ static const SherlockGameDescription gameDescriptions[] = {
|
||||||
AD_ENTRY1s("music.lib", "ec19a09b7fef6fd90b1ab812ce6e9739", 38563),
|
AD_ENTRY1s("music.lib", "ec19a09b7fef6fd90b1ab812ce6e9739", 38563),
|
||||||
Common::EN_ANY,
|
Common::EN_ANY,
|
||||||
Common::kPlatformDOS,
|
Common::kPlatformDOS,
|
||||||
ADGF_DEMO,
|
ADGF_UNSTABLE | ADGF_DEMO,
|
||||||
GUIO1(GUIO_NOSPEECH)
|
GUIO1(GUIO_NOSPEECH)
|
||||||
},
|
},
|
||||||
GType_SerratedScalpel,
|
GType_SerratedScalpel,
|
||||||
|
@ -72,12 +72,25 @@ static const SherlockGameDescription gameDescriptions[] = {
|
||||||
// Provided by Strangerke
|
// Provided by Strangerke
|
||||||
{
|
{
|
||||||
"rosetattoo",
|
"rosetattoo",
|
||||||
0,
|
"CD",
|
||||||
AD_ENTRY1s("talk.lib", "22e8e6406dd2fbbb238c9898928df42e", 770756),
|
AD_ENTRY1s("talk.lib", "22e8e6406dd2fbbb238c9898928df42e", 770756),
|
||||||
Common::EN_ANY,
|
Common::EN_ANY,
|
||||||
Common::kPlatformDOS,
|
Common::kPlatformDOS,
|
||||||
ADGF_NO_FLAGS,
|
ADGF_UNSTABLE,
|
||||||
GUIO1(GUIO_NONE)
|
GUIO0()
|
||||||
|
}
|
||||||
|
},
|
||||||
|
|
||||||
|
{
|
||||||
|
// Case of the Rose Tattoo - English CD
|
||||||
|
{
|
||||||
|
"rosetattoo",
|
||||||
|
"CD",
|
||||||
|
AD_ENTRY1s("talk.lib", "9639a756b0993ebd71cb5f4d8b78b2dc", 765134),
|
||||||
|
Common::EN_ANY,
|
||||||
|
Common::kPlatformDOS,
|
||||||
|
ADGF_UNSTABLE,
|
||||||
|
GUIO0()
|
||||||
},
|
},
|
||||||
GType_RoseTattoo,
|
GType_RoseTattoo,
|
||||||
},
|
},
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue