[Scummvm-cvs-logs] CVS: tools descumm6.cpp,1.162,1.163

Max Horn fingolfin at users.sourceforge.net
Sun Aug 1 03:14:14 CEST 2004


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

Modified Files:
	descumm6.cpp 
Log Message:
slightly more useful naming for array opcodes

Index: descumm6.cpp
===================================================================
RCS file: /cvsroot/scummvm/tools/descumm6.cpp,v
retrieving revision 1.162
retrieving revision 1.163
diff -u -d -r1.162 -r1.163
--- descumm6.cpp	26 Jul 2004 03:24:58 -0000	1.162
+++ descumm6.cpp	1 Aug 2004 10:13:01 -0000	1.163
@@ -2527,19 +2527,19 @@
 		if (HumongousFlag)
 			ext(output, "x" "dimArray\0"
 					"\x5pw|dimTypeUnk,"
-					"\xC7pw|dimType5,"
-					"\xC8pw|dimType1,"
-					"\xC9pw|dimType2,"
-					"\xCApw|dimType3,"
-					"\xCBpw|dimType4,"
+					"\xC7pw|int,"
+					"\xC8pw|bit,"
+					"\xC9pw|nibble,"
+					"\xCApw|byte,"
+					"\xCBpw|string,"
 					"\xCCw|nukeArray");
 		else
 			ext(output, "x" "dimArray\0"
-					"\xC7pw|dimType5,"
-					"\xC8pw|dimType1,"
-					"\xC9pw|dimType2,"
-					"\xCApw|dimType3,"
-					"\xCBpw|dimType4,"
+					"\xC7pw|int,"
+					"\xC8pw|bit,"
+					"\xC9pw|nibble,"
+					"\xCApw|byte,"
+					"\xCBpw|string,"
 					"\xCCw|nukeArray");
 
 		break;
@@ -2563,11 +2563,11 @@
 		break;
 	case 0xC0:
 		ext(output, "x" "dim2dimArray\0"
-				"\xC7ppw|dim2Type5,"
-				"\xC8ppw|dim2Type1,"
-				"\xC9ppw|dim2Type2,"
-				"\xCAppw|dim2Type3,"
-				"\xCBppw|dim2Type4");
+				"\xC7ppw|int,"
+				"\xC8ppw|bit,"
+				"\xC9ppw|nibble,"
+				"\xCAppw|byte,"
+				"\xCBppw|string");
 		break;
 	case 0xC4:
 		ext(output, "rp|abs");
@@ -2738,8 +2738,8 @@
 	case 0xEA:
 		if (HumongousFlag)
 			ext(output, "x" "redimArray\0"
-					"\xC7ppw|to3,"
-					"\xCAppw|to5");
+					"\xC7ppw|int,"
+					"\xCAppw|byte");
 		else
 			invalidop(NULL, code);
 		break;





More information about the Scummvm-git-logs mailing list