[Scummvm-git-logs] scummvm master -> 95f876af3051678cd276b3a9966c16e6c9026dab

dreammaster noreply at scummvm.org
Sat Sep 12 02:07:15 UTC 2026


This automated email contains information about 1 new commit which have been
pushed to the 'scummvm' repo located at https://api.github.com/repos/scummvm/scummvm .

Summary:
95f876af30 MADS: PHANTOM: Added Spanish fan translation detection


Commit: 95f876af3051678cd276b3a9966c16e6c9026dab
    https://github.com/scummvm/scummvm/commit/95f876af3051678cd276b3a9966c16e6c9026dab
Author: Paul Gilbert (dreammaster at scummvm.org)
Date: 2026-09-12T12:07:07+10:00

Commit Message:
MADS: PHANTOM: Added Spanish fan translation detection

Changed paths:
    engines/mads/detection_tables.h


diff --git a/engines/mads/detection_tables.h b/engines/mads/detection_tables.h
index 17919e022ab..d9cbb94ed82 100644
--- a/engines/mads/detection_tables.h
+++ b/engines/mads/detection_tables.h
@@ -229,6 +229,21 @@ static const MADSGameDescription gameDescriptions[] = {
 		0
 	},
 
+	{
+		// Return of the Phantom Spanish Fan Patch
+		{
+			"phantom",
+			"CD",
+			AD_ENTRY2s("section1.hag", "76e2d47a7aebafe48edc9884b3d91782", 1130939, "speech.idx", "1522ade02e7969187eab1acfa78b367c", 634),
+			Common::ES_ESP,
+			Common::kPlatformDOS,
+			ADGF_TESTING | ADGF_CD,
+			GUIO7(GUIO_MIDIADLIB, GUIO_MIDIMT32, GUIO_MIDIPCSPK, GAMEOPTION_EASY_MOUSE, GAMEOPTION_ORIGINAL_SAVELOAD, GAMEOPTION_PAS, GAMEOPTION_RESTORE_PHANTOM_MAIN_MENU_CONTENT)
+		},
+		GType_Phantom,
+		0
+	},
+
 	{
 		// Return of the Phantom DOS English Demo
 		{




More information about the Scummvm-git-logs mailing list