aboutsummaryrefslogtreecommitdiff
path: root/engines/sci/engine
diff options
context:
space:
mode:
authorMartin Kiewitz2013-12-24 23:31:17 +0100
committerMartin Kiewitz2013-12-24 23:31:17 +0100
commita4bde6dade3f107e194d49766643eda38976b631 (patch)
treedcc5db66de8a5a246b0984d10f93e95a3ce8a51a /engines/sci/engine
parenta72d7d3932eb2c1f98be87c7d387da6c3bb5ebd8 (diff)
downloadscummvm-rg350-a4bde6dade3f107e194d49766643eda38976b631.tar.gz
scummvm-rg350-a4bde6dade3f107e194d49766643eda38976b631.tar.bz2
scummvm-rg350-a4bde6dade3f107e194d49766643eda38976b631.zip
SCI: injecting "dual" view into King's Quest 6 CD
for dual mode (text+speech at the same time)
Diffstat (limited to 'engines/sci/engine')
-rw-r--r--engines/sci/engine/script_patches.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/engines/sci/engine/script_patches.cpp b/engines/sci/engine/script_patches.cpp
index 9200e1f77b..8f05cc1453 100644
--- a/engines/sci/engine/script_patches.cpp
+++ b/engines/sci/engine/script_patches.cpp
@@ -1281,7 +1281,7 @@ static const uint16 kq6CDPatchAudioTextMenuSupport[] = {
0x31, 0x04, // bnt [dual mode]
0x35, 0x09, // ldi 09
0x33, 0x02, // jmp [skip over dual mode]
- 0x35, 0x08, // ldi 08 (-> insert dual mode view here)
+ 0x35, 0x0c, // ldi 0c (view 947, loop 12, cel 0+1 is our "dual" view, injected by view.cpp)
0x65, 0x14, // aTop loop
0x32, PATCH_UINT16(0xff75), // jmp [back to iconTextSwitch::show]
PATCH_END