[Scummvm-cvs-logs] CVS: tools descumm6.cpp,1.165,1.166

Travis Howell kirben at users.sourceforge.net
Wed Aug 11 07:54:22 CEST 2004


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

Modified Files:
	descumm6.cpp 
Log Message:

Update cases


Index: descumm6.cpp
===================================================================
RCS file: /cvsroot/scummvm/tools/descumm6.cpp,v
retrieving revision 1.165
retrieving revision 1.166
diff -u -d -r1.165 -r1.166
--- descumm6.cpp	11 Aug 2004 14:16:47 -0000	1.165
+++ descumm6.cpp	11 Aug 2004 14:51:23 -0000	1.166
@@ -2607,7 +2607,9 @@
 					"\xCE|getRGBSlot"
 					);
 			else 
-				ext(output, "l|kernelGetFunctions");
+				ext(output, "ry" "kernelGetFunctions\0"
+					"\x71|virtMouseCoordinates"
+					);
 		}
 		break;
 	case 0xC9:
@@ -2636,8 +2638,28 @@
 					"\xD7|setSubtitles,"
 					);
 		else 
-			// TODO - add subopcodes
-			ext(output, "l|kernelSetFunctions");
+			ext(output, "y" "kernelSetFunctions\0"
+					"\x3|dummy,"
+					"\x4|grabCursor,"
+					"\x5|fadeOut,"
+					"\x6|redrawScreen,"
+					"\x8|startManiac,"
+					"\x9|killAllScriptsExceptCurrent,"
+					"\x68|nukeFlObjects,"
+					"\x6B|setActorScale,"
+					"\x6C|setupShadowPalette,"
+					"\x6D|setupShadowPalette,"
+					"\x6E|clearCharsetMask,"
+					"\x6F|setActorShadowMode,"
+					"\x70|shiftShadowPalette,"
+					"\x72|noirMode,"
+					"\x75|freezeScripts,"
+					"\x77|superBlastObject,"
+					"\x78|swapPalColors,"
+					"\x7A|setSoundResult,"
+					"\x7B|copyPalColor,"
+					"\x7C|setSaveSound,"
+					);
 		break;
 	case 0xCA:
 		ext(output, "p|breakXTimes");





More information about the Scummvm-git-logs mailing list