[Scummvm-git-logs] scummvm master -> cc4e9eca485fb310808411b79878a67987d9cf26
trembyle
54326852+trembyle at users.noreply.github.com
Mon Nov 8 14:19:45 UTC 2021
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:
cc4e9eca48 DIRECTOR: Add patches to get "Silly Noisy House" in-game
Commit: cc4e9eca485fb310808411b79878a67987d9cf26
https://github.com/scummvm/scummvm/commit/cc4e9eca485fb310808411b79878a67987d9cf26
Author: eientei (log.butt at gmail.com)
Date: 2021-11-08T09:19:42-05:00
Commit Message:
DIRECTOR: Add patches to get "Silly Noisy House" in-game
Changed paths:
engines/director/lingo/lingo-patcher.cpp
diff --git a/engines/director/lingo/lingo-patcher.cpp b/engines/director/lingo/lingo-patcher.cpp
index a8a9b5cded..9bffeeb62c 100644
--- a/engines/director/lingo/lingo-patcher.cpp
+++ b/engines/director/lingo/lingo-patcher.cpp
@@ -155,15 +155,22 @@ struct ScriptPatch {
{"jman", "", kPlatformWindows, "MMM:Shared Cast B&W", kMovieScript, 323, 0,
187, "set the trails of sprite 19 to 0", "set the locH of sprite 19 to 408"},
{"jman", "", kPlatformWindows, "MMM:Shared Cast B&W", kMovieScript, 323, 0,
- 188, "set the locH of sprite 19 to 408", "set the locV of sprite 19 to 168"},
+ 188, "set the locH of sprite 19 to 408", "set the locV of sprite 19 to 168"},
{"jman", "", kPlatformWindows, "MMM:Shared Cast B&W", kMovieScript, 323, 0,
- 189, "set the locV of sprite 19 to 168", "set the text of field \"Description\" = description"},
+ 189, "set the locV of sprite 19 to 168", "set the text of field \"Description\" = description"},
{"jman", "", kPlatformWindows, "MMM:Shared Cast B&W", kMovieScript, 323, 0,
- 190, "set the text of field \"Description\" = description", "set the castnum of sprite 19 to the number of cast \"Description\""},
+ 190, "set the text of field \"Description\" = description", "set the castnum of sprite 19 to the number of cast \"Description\""},
{"jman", "", kPlatformWindows, "MMM:Shared Cast B&W", kMovieScript, 323, 0,
- 191, "set the castnum of sprite 19 to the number of cast \"Description\"", "updateStage"},
+ 191, "set the castnum of sprite 19 to the number of cast \"Description\"", "updateStage"},
{"jman", "", kPlatformWindows, "MMM:Shared Cast B&W", kMovieScript, 323, 0,
- 192, "updateStage", "set the trails of sprite 19 to 0"},
+ 192, "updateStage", "set the trails of sprite 19 to 0"},
+
+ {"snh", "", kPlatformWindows, "SNHstart", kMovieScript, 0, 0,
+ 3, "changedrive", ""}, // HACK: This macro inserts \x01 after the first character in myCD/myHD
+ {"snh", "", kPlatformWindows, "SNHstart", kMovieScript, 0, 0,
+ 6, "set mytest2 = FileIO(mnew, \"read\" mymovie)", "set mytest2 = FileIO(mnew, \"read\", mymovie)"},
+ {"snh", "", kPlatformWindows, "SNHstart", kMovieScript, 0, 0,
+ 14, "set mytest3 = FileIO(mnew, \"read\" mymovie)", "set mytest3 = FileIO(mnew, \"read\", mymovie)"},
{nullptr, nullptr, kPlatformUnknown, nullptr, kNoneScript, 0, 0, 0, nullptr, nullptr}
};
More information about the Scummvm-git-logs
mailing list