[Scummvm-cvs-logs] SF.net SVN: scummvm:[43468] scummvm/trunk/engines/tinsel/pcode.cpp
dreammaster at users.sourceforge.net
dreammaster at users.sourceforge.net
Mon Aug 17 13:36:09 CEST 2009
Revision: 43468
http://scummvm.svn.sourceforge.net/scummvm/?rev=43468&view=rev
Author: dreammaster
Date: 2009-08-17 11:36:09 +0000 (Mon, 17 Aug 2009)
Log Message:
-----------
Fix for some more !!HIGH STRINGS!! when talking to the palace guards
Modified Paths:
--------------
scummvm/trunk/engines/tinsel/pcode.cpp
Modified: scummvm/trunk/engines/tinsel/pcode.cpp
===================================================================
--- scummvm/trunk/engines/tinsel/pcode.cpp 2009-08-17 11:11:38 UTC (rev 43467)
+++ scummvm/trunk/engines/tinsel/pcode.cpp 2009-08-17 11:36:09 UTC (rev 43468)
@@ -126,6 +126,10 @@
const int fragment5_size = 6;
const byte fragment6[] = {OP_IMM | OPSIZE16, 903 % 256, 903 / 256, OP_JUMP, 516 % 256, 516 / 256};
const int fragment6_size = 6;
+const byte fragment7[] = {OP_IMM | OPSIZE16, 908 % 256, 908 / 256, OP_JUMP, 616 % 256, 616 / 256};
+const int fragment7_size = 6;
+const byte fragment8[] = {OP_IMM | OPSIZE16, 910 % 256, 910 / 256, OP_JUMP, 644 % 256, 644 / 256};
+const int fragment8_size = 6;
const WorkaroundEntry workaroundList[] = {
// DW1-SCN: Global 206 is whether Rincewind is trying to take the book back to the present.
@@ -146,6 +150,8 @@
{TINSEL_V1, false, 310506872, 463, fragment4_size, fragment4},
{TINSEL_V1, false, 310506872, 485, fragment5_size, fragment5},
{TINSEL_V1, false, 310506872, 513, fragment6_size, fragment6},
+ {TINSEL_V1, false, 310506872, 613, fragment7_size, fragment7},
+ {TINSEL_V1, false, 310506872, 641, fragment8_size, fragment8},
// DW2: In the garden, global #490 is set when the bees begin their 'out of hive' animation, and reset when done.
// But if the game is saved/restored during it, the animation sequence is reset without the global being cleared.
@@ -158,7 +164,7 @@
{TINSEL_V0, false, 0, 0, 0, NULL}
};
-
+//310505453, x
//----------------- LOCAL GLOBAL DATA --------------------
/**
This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.
More information about the Scummvm-git-logs
mailing list