[Scummvm-cvs-logs] scummvm master -> 1948dce9a56dcea78d2bcec70040e1f0efe910a5
m-kiewitz
m_kiewitz at users.sourceforge.net
Tue Feb 9 02:23:25 CET 2016
This automated email contains information about 1 new commit which have been
pushed to the 'scummvm' repo located at https://github.com/scummvm/scummvm .
Summary:
1948dce9a5 SCI: Additional info about Mother Goose patches
Commit: 1948dce9a56dcea78d2bcec70040e1f0efe910a5
https://github.com/scummvm/scummvm/commit/1948dce9a56dcea78d2bcec70040e1f0efe910a5
Author: Martin Kiewitz (m_kiewitz at users.sourceforge.net)
Date: 2016-02-09T02:22:50+01:00
Commit Message:
SCI: Additional info about Mother Goose patches
comments only
Changed paths:
engines/sci/engine/script_patches.cpp
diff --git a/engines/sci/engine/script_patches.cpp b/engines/sci/engine/script_patches.cpp
index dac5c17..2fe22ca 100644
--- a/engines/sci/engine/script_patches.cpp
+++ b/engines/sci/engine/script_patches.cpp
@@ -1846,6 +1846,9 @@ static const SciScriptPatcherEntry laurabow2Signatures[] = {
// This Mixed Up Mother Goose draws the background picture before restoring,
// instead of doing it properly in MG::replay. This fixes graphic issues,
// when restoring from GMM.
+//
+// Applies to at least: English SCI1 CD, English SCI1.1 floppy, Japanese FM-Towns
+// Responsible method: MG::replay (script 0)
static const uint16 mothergoose256SignatureReplay[] = {
0x7a, // push2
0x78, // push1
@@ -1943,6 +1946,9 @@ static const uint16 mothergoose256PatchReplay[] = {
// when saving, it also checks if the savegame ID is below 13.
// we change this to check if below 113 instead
+//
+// Applies to at least: English SCI1 CD, English SCI1.1 floppy, Japanese FM-Towns
+// Responsible method: Game::save (script 994 for SCI1), MG::save (script 0 for SCI1.1)
static const uint16 mothergoose256SignatureSaveLimit[] = {
0x89, SIG_MAGICDWORD, 0xb3, // lsg global[b3]
0x35, 0x0d, // ldi 0d
More information about the Scummvm-git-logs
mailing list