[Scummvm-cvs-logs] CVS: tools descumm6.cpp,1.138,1.139

Eugene Sandulenko sev at users.sourceforge.net
Fri Feb 20 21:47:04 CET 2004


Update of /cvsroot/scummvm/tools
In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv3729

Modified Files:
	descumm6.cpp 
Log Message:
HE games require some deep rewrite of the core functionality. Comment on
that


Index: descumm6.cpp
===================================================================
RCS file: /cvsroot/scummvm/tools/descumm6.cpp,v
retrieving revision 1.138
retrieving revision 1.139
diff -u -d -r1.138 -r1.139
--- descumm6.cpp	21 Feb 2004 02:41:02 -0000	1.138
+++ descumm6.cpp	21 Feb 2004 05:34:56 -0000	1.139
@@ -2424,6 +2424,10 @@
 			invalidop(NULL, code);
 		break;
 	case 0xBE:
+		// TODO: this loads another script which does something like
+		// stack altering and then finishes (usually with opcode 0xBD).
+		// When stack is changed, further disassembly is wrong.
+		// This is widely used in HE games
 		ext(output, "lpp|startObjectQuick");
 		break;
 	case 0xBF:





More information about the Scummvm-git-logs mailing list