mirror of
https://github.com/libretro/scummvm.git
synced 2025-02-12 14:09:28 +00:00
GRIM: Add Spanish Windows demo of Escape from Monkey Island.
This commit is contained in:
parent
15654d99a7
commit
3c08924136
@ -531,6 +531,24 @@ static const GrimGameDescription gameDescriptions[] = {
|
||||
},
|
||||
GType_MONKEY4
|
||||
},
|
||||
|
||||
{
|
||||
// Escape from Monkey Island demo (Spanish)
|
||||
{
|
||||
"monkey4",
|
||||
"Demo",
|
||||
{
|
||||
{"magdemo.lab", 0, "9e7eaa1b9317ff47d5deeda0b2c42ce3", 19826116},
|
||||
{"i9n.lab", 0, "53b20d930f6e8c2e0880ed7e336eeebc", 1740761},
|
||||
AD_LISTEND
|
||||
},
|
||||
Common::ES_ESP,
|
||||
Common::kPlatformWindows,
|
||||
ADGF_DEMO,
|
||||
GUIO1(GAMEOPTION_LOAD_DATAUSR)
|
||||
},
|
||||
GType_MONKEY4
|
||||
},
|
||||
#endif // ENABLE_MONKEY4
|
||||
|
||||
{ AD_TABLE_END_MARKER, GType_GRIM }
|
||||
|
@ -341,6 +341,7 @@ const char *emid_i9n[] = {
|
||||
"d913504ec3a2fe52ee02a20a154a2b17", // english patched
|
||||
"1cd0547b7cb26082274624b146dab3f1", // french
|
||||
"0e011c72372acc4baeac259b46ae30f4", // german
|
||||
"25523ee7687096382cbd3f3b6d30b84c", // spanish
|
||||
};
|
||||
const char *emid_lip[] = {
|
||||
"0a145aa7acc1a68a738c7a6f27d23283", // english patched
|
||||
|
Loading…
x
Reference in New Issue
Block a user