Skip to content

Commit

Permalink
SCUMM: Add MD5s for Hebrew translations of ft, dir, maniac and samnmax.
Browse files Browse the repository at this point in the history
  • Loading branch information
phcoder committed May 20, 2023
1 parent 67c29a0 commit 48bcf5d
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions engines/scumm/scumm-md5.h
Original file line number Diff line number Diff line change
Expand Up @@ -174,7 +174,9 @@ static const MD5Table md5table[] = {
{ "30d1903b0715759af064be2127381cd0", "freddi", "HE 100", "", 34837, Common::DE_DEU, Common::kPlatformWii },
{ "319a4dde52c7960b5aae8a1ec348d918", "monkey", "VGA", "", 8347, Common::DE_DEU, Common::kPlatformAmiga },
{ "31aa57f460a3d12429f0552a46a90b39", "puttputt", "Demo", "Demo", 6150, Common::EN_ANY, Common::kPlatformDOS },
{ "31b614ab9a637f771f39405f0500da86", "samnmax", "", "CD", 9080, Common::HE_ISR, Common::kPlatformUnknown },
{ "31b8fda4c8c7413fa6b39997e776eba4", "loom", "FM-TOWNS", "", -1, Common::JA_JPN, Common::kPlatformFMTowns },
{ "3221ab85c833fbc0e6cf54ad55b4c082", "dig", "", "", 16304, Common::HE_ISR, Common::kPlatformUnknown },
{ "32709cbeeb3044b34129950860a83f14", "pajama2", "HE 99", "Russobit", -1, Common::RU_RUS, Common::kPlatformWindows },
{ "32765851cd5ed099f8da36a4a6144c7e", "atlantis", "", "CD", -1, Common::KO_KOR, Common::kPlatformDOS },
{ "32a433dea56b86a55b59e4ff7d755711", "ft", "Demo", "Demo", 7885, Common::EN_ANY, Common::kPlatformDOS },
Expand Down Expand Up @@ -403,6 +405,7 @@ static const MD5Table md5table[] = {
{ "7b4ee071eecadc2d8cd0c3509110825c", "puttzoo", "HE 100", "Remastered", -1, Common::EN_ANY, Common::kPlatformWindows },
{ "7bad72e332a59f9fcc1d437f4edad32a", "puttcircus", "", "", -1, Common::RU_RUS, Common::kPlatformUnknown },
{ "7c2e76087027eeee9c8f8985f93a1cc5", "freddi4", "", "Demo", 13584, Common::EN_ANY, Common::kPlatformUnknown },
{ "7c731228dc1cdc33ed426313d89d07e7", "maniac", "V2", "V2", 1988, Common::HE_ISR, Common::kPlatformDOS },
{ "7c8100e360e8ef05f88069d4cfa0afd1", "puttrace", "HE 99", "Demo", 13108, Common::EN_GRB, Common::kPlatformWindows },
{ "7c980a1b1596a93f26917318884f48f7", "PuttTime", "HE 99", "Updated", -1, Common::DE_DEU, Common::kPlatformUnknown },
{ "7ddeaf52c8b9a50551ce0aa2ac811d07", "BluesABCTime", "", "Demo", 12204, Common::EN_ANY, Common::kPlatformUnknown },
Expand Down Expand Up @@ -452,6 +455,7 @@ static const MD5Table md5table[] = {
{ "8e4ee4db46954bfe2912e259a16fad82", "monkey2", "", "", 11135, Common::FR_FRA, Common::kPlatformDOS },
{ "8e9417564f33790815445b2136efa667", "atlantis", "", "CD", 11915, Common::JA_JPN, Common::kPlatformMacintosh },
{ "8e9830a6f2702be5b22c8fa0a6aaf977", "freddi2", "HE 80", "", 65305, Common::NL_NLD, Common::kPlatformUnknown },
{ "8ead2c01c48c2e3d15d6a89b86cd84ab", "ft", "", "", 19697, Common::HE_ISR, Common::kPlatformUnknown },
{ "8eb84cee9b429314c7f0bdcf560723eb", "monkey", "FM-TOWNS", "", 9925, Common::EN_ANY, Common::kPlatformFMTowns },
{ "8ee63cafb1fe9d62aa0d5a23117e70e7", "freddi2", "HE 100", "Updated", -1, Common::EN_ANY, Common::kPlatformUnknown },
{ "8f345db2f3f5a25ed6305001957e6f72", "freddicove", "HE 100", "", 41182, Common::NL_NLD, Common::kPlatformUnknown },
Expand Down

1 comment on commit 48bcf5d

@tag2015
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

You should add the entries to devtools/scumm-md5.txt and recreate the file using md5table.
Otherwise these entries will be lost the next time the file is recreated

Please sign in to comment.