[Scummvm-cvs-logs] CVS: tools descumm6.cpp,1.191,1.192

Gregory Montoir cyx at users.sourceforge.net
Fri Oct 21 10:46:46 CEST 2005


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

Modified Files:
	descumm6.cpp 
Log Message:
updated descumm opcode names with scummvm

Index: descumm6.cpp
===================================================================
RCS file: /cvsroot/scummvm/tools/descumm6.cpp,v
retrieving revision 1.191
retrieving revision 1.192
diff -u -d -r1.191 -r1.192
--- descumm6.cpp	18 Oct 2005 03:00:45 -0000	1.191
+++ descumm6.cpp	21 Oct 2005 17:45:10 -0000	1.192
@@ -1378,7 +1378,7 @@
 		push(se_var(get_word()));
 		break;
 	case 0x4:
-		ext(output, "s|addMessageToStack");
+		ext(output, "s|getScriptString");
 		break;
 	case 0x7:
 		push(se_array(get_word(), NULL, pop()));
@@ -1464,7 +1464,7 @@
 				"\x41ppp|unk3,");
 		break;
 	case 0x62:
-		ext(output, "ppp|drawObjectAt");
+		ext(output, "ppp|printWizImage");
 		break;
 	case 0x65:
 		ext(output, "|stopObjectCodeA");
@@ -1936,7 +1936,7 @@
 				);
 		break;
 	case 0xCA:
-		ext(output, "p|breakXTimes");
+		ext(output, "p|delayFrames");
 		break;
 	case 0xCB:
 		ext(output, "rlp|pickOneOf");
@@ -2142,7 +2142,7 @@
 		ext(output, "|breakHere");
 		break;
 	case 0x68:
-		ext(output, "p|breakHereVar");
+		ext(output, "p|delayFrames");
 		break;
 	case 0x69:
 		ext(output, "x" "wait\0"
@@ -2262,7 +2262,7 @@
 		ext(output, "p|debug");
 		break;
 	case 0x89:
-		ext(output, "lp|setClassOf?");
+		ext(output, "lp|setClass");
 		break;
 	case 0x8A:
 		ext(output, "pp|setState");
@@ -2270,7 +2270,6 @@
 	case 0x8B:
 		ext(output, "pp|setOwner");
 		break;
-
 	case 0x8C:
 		ext(output, "pp|panCameraTo");
 		break;
@@ -3331,7 +3330,7 @@
 			PRINT_V67("printSystem");
 		break;
 	case 0xB8:
-		// This is *almost* identical to the other print opcodes, only the 'begine' subop differs
+		// This is *almost* identical to the other print opcodes, only the 'begin' subop differs
 		ext(output, "x" "printActor\0"
 				"\x41pp|XY,"
 				"\x42p|color,"
@@ -3392,7 +3391,7 @@
 				"\xCBppv|string");
 		break;
 	case 0xC1:
-		ext(output, "ps|unknownOp");
+		ext(output, "ps|trace");
 		break;
 	case 0xC4:
 		ext(output, "rp|abs");
@@ -3482,7 +3481,7 @@
 					);
 		break;
 	case 0xCA:
-		ext(output, "p|breakXTimes");
+		ext(output, "p|delayFrames");
 		break;
 	case 0xCB:
 		ext(output, "rlp|pickOneOf");





More information about the Scummvm-git-logs mailing list