[Scummvm-cvs-logs] CVS: scummvm/scumm script_v100he.cpp,2.7,2.8

Travis Howell kirben at users.sourceforge.net
Sat Oct 9 20:29:40 CEST 2004


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

Modified Files:
	script_v100he.cpp 
Log Message:

Update HE100 opcode table.


Index: script_v100he.cpp
===================================================================
RCS file: /cvsroot/scummvm/scummvm/scumm/script_v100he.cpp,v
retrieving revision 2.7
retrieving revision 2.8
diff -u -d -r2.7 -r2.8
--- script_v100he.cpp	10 Oct 2004 02:06:01 -0000	2.7
+++ script_v100he.cpp	10 Oct 2004 03:22:54 -0000	2.8
@@ -316,7 +316,7 @@
 		/* D8 */
 		OPCODE(o72_unknown5A),
 		OPCODE(o6_isSoundRunning),
-		OPCODE(o6_invalid),
+		OPCODE(o80_unknown49),
 		OPCODE(o100_unknown25),
 		/* DC */
 		OPCODE(o90_sqrt),
@@ -324,18 +324,18 @@
 		OPCODE(o6_startScriptQuick2),
 		OPCODE(o6_getState),
 		/* E0 */
-		OPCODE(o6_invalid),
-		OPCODE(o6_invalid),
-		OPCODE(o6_invalid),
-		OPCODE(o6_invalid),
+		OPCODE(o72_unknownF1),
+		OPCODE(o72_unknownEC),
+		OPCODE(o72_unknownEF),
+		OPCODE(o72_unknownF0),
 		/* E4 */
+		OPCODE(o70_stringLen),
+		OPCODE(o72_unknownF5),
 		OPCODE(o6_invalid),
-		OPCODE(o6_invalid),
-		OPCODE(o6_invalid),
-		OPCODE(o6_invalid),
+		OPCODE(o72_unknownF6),
 		/* E8 */
-		OPCODE(o6_invalid),
-		OPCODE(o6_invalid),
+		OPCODE(o72_unknownED),
+		OPCODE(o60_readFilePos),
 		OPCODE(o72_getTimer),
 		OPCODE(o6_getVerbEntrypoint),
 		/* EC */





More information about the Scummvm-git-logs mailing list