[Scummvm-cvs-logs] CVS: tools descumm6.cpp,1.65,1.66

Max Horn fingolfin at users.sourceforge.net
Wed Dec 25 18:14:03 CET 2002


Update of /cvsroot/scummvm/tools
In directory sc8-pr-cvs1:/tmp/cvs-serv7289

Modified Files:
	descumm6.cpp 
Log Message:
added more opcodes (script 119 disassmbles now)

Index: descumm6.cpp
===================================================================
RCS file: /cvsroot/scummvm/tools/descumm6.cpp,v
retrieving revision 1.65
retrieving revision 1.66
diff -u -d -r1.65 -r1.66
--- descumm6.cpp	26 Dec 2002 01:54:32 -0000	1.65
+++ descumm6.cpp	26 Dec 2002 02:13:25 -0000	1.66
@@ -1462,7 +1462,12 @@
 	case 0x83:
 		ext("p|freezeUnfreeze");
 		break;
-
+	case 0x84:
+		ext("|beginOverride");
+		break;
+	case 0x85:
+		ext("|endOverride");
+		break;
 	case 0x86:
 		ext("|stopSentence");
 		break;
@@ -1735,6 +1740,9 @@
 				"\x29|quit");
 		break;
 
+	case 0xB9:
+		ext("s|startVideo");
+		break;
 	case 0xBA:
 		ext("y" "kludge\0"
 				"\xB|lockObject,"





More information about the Scummvm-git-logs mailing list