[Scummvm-cvs-logs] CVS: tools descumm5.cpp,1.8,1.9

Max Horn fingolfin at users.sourceforge.net
Sat Aug 24 06:57:01 CEST 2002


Update of /cvsroot/scummvm/tools
In directory usw-pr-cvs1:/tmp/cvs-serv16585

Modified Files:
	descumm5.cpp 
Log Message:
some more opcode corrections

Index: descumm5.cpp
===================================================================
RCS file: /cvsroot/scummvm/tools/descumm5.cpp,v
retrieving revision 1.8
retrieving revision 1.9
diff -u -d -r1.8 -r1.9
--- descumm5.cpp	24 Aug 2002 12:00:28 -0000	1.8
+++ descumm5.cpp	24 Aug 2002 13:56:15 -0000	1.9
@@ -1606,6 +1606,11 @@
 		do_tok(buf, "getActorFacing", AVARSTORE | ((opcode & 0x80) ? A1V : A1B));
 		break;
 
+	case 0x66:
+	case 0xE6:
+		do_tok(buf, "getClosestObjActor", AVARSTORE | ((opcode & 0x80) ? A1V : A1B));
+		break;
+
 	case 0x6C:
 	case 0xEC:
 		do_tok(buf, "getActorWidth", AVARSTORE | ((opcode & 0x80) ? A1V : A1B));
@@ -1987,7 +1992,7 @@
 		break;
 
 
-	case 0x2f:
+	case 0x2F:
 	case 0x45:
 	case 0x4F:
 	case 0x50:





More information about the Scummvm-git-logs mailing list