[Scummvm-cvs-logs] SF.net SVN: scummvm:[35598] scummvm/trunk/engines/groovie/script.cpp

scott_t at users.sourceforge.net scott_t at users.sourceforge.net
Mon Dec 29 07:23:52 CET 2008


Revision: 35598
          http://scummvm.svn.sourceforge.net/scummvm/?rev=35598&view=rev
Author:   scott_t
Date:     2008-12-29 06:23:52 +0000 (Mon, 29 Dec 2008)

Log Message:
-----------
T7G graphics enhancement: Add the unused skeleton graphics to the maze

Modified Paths:
--------------
    scummvm/trunk/engines/groovie/script.cpp

Modified: scummvm/trunk/engines/groovie/script.cpp
===================================================================
--- scummvm/trunk/engines/groovie/script.cpp	2008-12-29 00:11:47 UTC (rev 35597)
+++ scummvm/trunk/engines/groovie/script.cpp	2008-12-29 06:23:52 UTC (rev 35598)
@@ -133,6 +133,26 @@
 		// variable
 		assert(_codeSize == 5546);
 		_code[0x03C2] = 0x38;
+	} else if (filename.equals("maze.grv")) {
+		// GRAPHICS ENHANCEMENT - Leave a skeleton in the maze.
+		// Replaces one normal T intersection with the unused(?) 
+		// skeleton T intersection graphics.
+		assert(_codeSize == 3652);
+
+		// Terminating T branch
+		_code[0x0769] = 0x46;
+		_code[0x0774] = 0x3E;
+		_code[0x077A] = 0x42;
+		
+		// T with branch on right
+		_code[0x08E2] = 0x43;
+		_code[0x08D7] = 0x44;
+		_code[0x08E8] = 0x45;
+
+		// T with branch on left
+		_code[0x0795] = 0x41;
+		_code[0x078A] = 0x40;
+		_code[0x079B] = 0x3F;
 	}
 
 	// Initialize the script


This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.




More information about the Scummvm-git-logs mailing list