[Scummvm-cvs-logs] CVS: tools descumm6.cpp,1.51,1.52

Max Horn fingolfin at users.sourceforge.net
Mon Dec 23 11:46:03 CET 2002


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

Modified Files:
	descumm6.cpp 
Log Message:
script 86 supported now

Index: descumm6.cpp
===================================================================
RCS file: /cvsroot/scummvm/tools/descumm6.cpp,v
retrieving revision 1.51
retrieving revision 1.52
diff -u -d -r1.51 -r1.52
--- descumm6.cpp	23 Dec 2002 18:44:59 -0000	1.51
+++ descumm6.cpp	23 Dec 2002 19:45:57 -0000	1.52
@@ -1584,8 +1584,13 @@
 				);
 		break;
 
+	case 0xB2:
+		ext("ppp|soundKludge");
+		break;
 	case 0xB3:
-		ext("x" "system\0" "\x28|restart," "\x29|quit");
+		ext("x" "system\0"
+				"\x28|restart,"
+				"\x29|quit");
 		break;
 
 	case 0xBA:
@@ -1600,6 +1605,8 @@
 
 				"\x1D|setKeyScript,"
 				
+				"\x20|writeRegistryValue,"
+				
 				"\x6C|buildPaletteShadow"
 				);
 		break;
@@ -1617,6 +1624,12 @@
 		break;
 	case 0xD6:
 		ext("rp|abs");
+		break;
+
+	case 0xD8:
+		ext("ry" "f-kludge\0"
+				"\xE0|readRegistryValue"
+				);
 		break;
 
 	default:





More information about the Scummvm-git-logs mailing list