[Scummvm-cvs-logs] CVS: tools descumm6.cpp,1.43,1.44

Max Horn fingolfin at users.sourceforge.net
Mon Dec 23 06:31:08 CET 2002


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

Modified Files:
	descumm6.cpp 
Log Message:
and more...

Index: descumm6.cpp
===================================================================
RCS file: /cvsroot/scummvm/tools/descumm6.cpp,v
retrieving revision 1.43
retrieving revision 1.44
diff -u -d -r1.43 -r1.44
--- descumm6.cpp	23 Dec 2002 14:15:48 -0000	1.43
+++ descumm6.cpp	23 Dec 2002 14:30:49 -0000	1.44
@@ -1427,6 +1427,15 @@
 	case 0xA2:
 		ext("ppp|putActorAtObject");
 		break;
+	case 0xA3:
+		ext("pp|faceActor");
+		break;
+	case 0xA4:
+		ext("pp|animateActor");
+		break;
+	case 0xA5:
+		ext("pppp|doSentence");
+		break;
 
 	case 0xAA:
 		ext("x" "resourceRoutines\0"
@@ -1542,8 +1551,14 @@
 				"\xC|unlockObject,"
 				"\xD|remapCostume,"
 				"\xE|remapCostumeInsert,"
-				"\xF|setVideoFrameRate"
+				"\xF|setVideoFrameRate,"
+
+				"\x6C|buildPaletteShadow"
 				);
+		break;
+
+	case 0xCD:
+		ext("rlp|isAnyOf");
 		break;
 
 	case 0xD3:





More information about the Scummvm-git-logs mailing list