From 9f5112da37cce0a5fcd7777dd6a987a4a409d0a8 Mon Sep 17 00:00:00 2001 From: Eugene Sandulenko Date: Tue, 28 Sep 2021 21:41:12 +0200 Subject: [PATCH] SCUMM: Fix detection for Japanese Mac fbpack --- devtools/scumm-md5.txt | 2 +- engines/scumm/detection_tables.h | 2 +- engines/scumm/scumm-md5.h | 4 ++-- 3 files changed, 4 insertions(+), 4 deletions(-) diff --git a/devtools/scumm-md5.txt b/devtools/scumm-md5.txt index cab8fe6594a..53aa581b791 100644 --- a/devtools/scumm-md5.txt +++ b/devtools/scumm-md5.txt @@ -507,7 +507,7 @@ fbpack Fatty Bear's Fun Pack c9717ee6059f1e43b768b464493d2fba -1 jp 3DO - - - clone2727 4cfd3fda4a4e6e64a1fc488eba973b7a -1 en DOS - - - velocity37 f06e66fd45b2f8b0f4a2833ff4476050 -1 he DOS - - - sev - bd9c287382310426b8bca0ac19d7d4c9 5182 jp DOS - - - Retrodude + bd9c287382310426b8bca0ac19d7d4c9 5182 jp Mac - - - Retrodude freddi Freddi Fish 1: The Case of the Missing Kelp Seeds d4cccb5af88f3e77f370896e9ba8c5f9 26078 en Windows HE 71 - - sev diff --git a/engines/scumm/detection_tables.h b/engines/scumm/detection_tables.h index d2b7ee18fde..1f5886d430d 100644 --- a/engines/scumm/detection_tables.h +++ b/engines/scumm/detection_tables.h @@ -478,7 +478,7 @@ static const GameFilenamePattern gameFilenamesTable[] = { { "activity", "Putt & Fatty's Actpack", kGenHEMacNoParens, UNK_LANG, Common::kPlatformMacintosh, 0 }, { "fbpack", "fbpack", kGenHEPC, UNK_LANG, UNK, 0 }, - { "fbpack", "Fatty Bear's Fun Pack", kGenHEMacNoParens, UNK_LANG, Common::kPlatformMacintosh, 0 }, + { "fbpack", "Fatty Bear's Funpack", kGenHEMacNoParens, UNK_LANG, Common::kPlatformMacintosh, 0 }, { "funpack", "funpack", kGenHEPC, UNK_LANG, UNK, 0 }, { "brstorm", "brstorm", kGenHEPC, UNK_LANG, UNK, 0 }, diff --git a/engines/scumm/scumm-md5.h b/engines/scumm/scumm-md5.h index be2d02dbe36..59d30b6cbda 100644 --- a/engines/scumm/scumm-md5.h +++ b/engines/scumm/scumm-md5.h @@ -1,5 +1,5 @@ /* - This file was generated by the md5table tool on Tue Sep 28 19:12:24 2021 + This file was generated by the md5table tool on Tue Sep 28 19:43:40 2021 DO NOT EDIT MANUALLY! */ @@ -558,7 +558,7 @@ static const MD5Table md5table[] = { { "bc4700bc0e12879f6d25d14d6be6cfdd", "spyfox2", "", "", -1, Common::DE_DEU, Common::kPlatformUnknown }, { "bd126753de619a495f9f22adc951c8d5", "monkey2", "", "", -1, Common::IT_ITA, Common::kPlatformDOS }, { "bd5fd7835335dfce03064d5f77b7f0ae", "dog", "", "", 19681, Common::NL_NLD, Common::kPlatformWindows }, - { "bd9c287382310426b8bca0ac19d7d4c9", "fbpack", "", "", 5182, Common::JA_JPN, Common::kPlatformDOS }, + { "bd9c287382310426b8bca0ac19d7d4c9", "fbpack", "", "", 5182, Common::JA_JPN, Common::kPlatformMacintosh }, { "be2abe172f58db170de3a037daa1dd27", "puttputt", "HE 61", "", -1, Common::JA_JPN, Common::kPlatform3DO }, { "be39a5d4db60e8aa736b9086778cb45c", "spyozon", "", "", -1, Common::EN_GRB, Common::kPlatformWindows }, { "be83e882b44f2767bc08d4f766ebc347", "maniac", "V2", "V2", -1, Common::DE_DEU, Common::kPlatformAtariST },