[Scummvm-cvs-logs] scummvm-tools master -> 8b705dca1039016d3508426935677da734df09eb

Kirben kirben at optusnet.com.au
Fri Jun 15 16:03:41 CEST 2012


This automated email contains information about 1 new commit which have been
pushed to the 'scummvm-tools' repo located at https://github.com/scummvm/scummvm-tools .

Summary:
8b705dca10 TOOLS: Expand windowOps for FunShop series, and add mathOpsInArray for Backyard Football.


Commit: 8b705dca1039016d3508426935677da734df09eb
    https://github.com/scummvm/scummvm-tools/commit/8b705dca1039016d3508426935677da734df09eb
Author: Travis Howell (kirben at optusnet.com.au)
Date: 2012-06-15T07:03:17-07:00

Commit Message:
TOOLS: Expand windowOps for FunShop series, and add mathOpsInArray for Backyard Football.

Changed paths:
    engines/scumm/descumm6.cpp



diff --git a/engines/scumm/descumm6.cpp b/engines/scumm/descumm6.cpp
index 73ff9ff..a7c11b1 100644
--- a/engines/scumm/descumm6.cpp
+++ b/engines/scumm/descumm6.cpp
@@ -3216,12 +3216,15 @@ void next_line_HE_V72(char *output) {
 	case 0x69:
 		if (g_options.heVersion >= 80) {
 			ext(output, "x" "windowOps\0"
-					"\x39p|case25,"
-					"\x3Ap|case26,"
-					"\x3Fp|case31,"
-					"\xD9|case185,"
-					"\xF3h|case211,"
-					"\xFF|case223");
+					"\x2Cpp|case44,"
+					"\x39p|case57,"
+					"\x3Ap|case58,"
+					"\x3Bp|case59,"
+					"\x3Fp|case63,"
+					"\x41pp|case65,"
+					"\xD9|case217,"
+					"\xF3h|case243,"
+					"\xFF|case255");
 		} else {
 			ext(output, "|stopMusic");
 		}
@@ -3566,6 +3569,10 @@ void next_line_HE_V72(char *output) {
 			// TODO: Add support for writeRangeIntoArray
 			ext(output, "ppppppv|writeRangeIntoArray");
 			break;
+		case 138:
+			// TODO: Add support for math operations
+			ext(output, "pppppppppppppvvv|mathOpsInArray");
+			break;
 		case 194:
 			se_get_list();
 			pop();






More information about the Scummvm-git-logs mailing list