[Scummvm-cvs-logs] SF.net SVN: scummvm:[55165] scummvm/trunk/engines/sci/engine/kernel_tables. h

thebluegr at users.sourceforge.net thebluegr at users.sourceforge.net
Sat Jan 8 13:44:11 CET 2011


Revision: 55165
          http://scummvm.svn.sourceforge.net/scummvm/?rev=55165&view=rev
Author:   thebluegr
Date:     2011-01-08 12:44:11 +0000 (Sat, 08 Jan 2011)

Log Message:
-----------
SCI2.1: Added some information about kSetPalStyleRange, kNewRoom and kMorphOn

Modified Paths:
--------------
    scummvm/trunk/engines/sci/engine/kernel_tables.h

Modified: scummvm/trunk/engines/sci/engine/kernel_tables.h
===================================================================
--- scummvm/trunk/engines/sci/engine/kernel_tables.h	2011-01-08 12:34:41 UTC (rev 55164)
+++ scummvm/trunk/engines/sci/engine/kernel_tables.h	2011-01-08 12:44:11 UTC (rev 55165)
@@ -586,15 +586,17 @@
 	{ MAP_DUMMY(GetSierraProfileString), SIG_EVERYWHERE,      "(.*)",                 NULL,            NULL },
 
 	// SCI2.1 unmapped functions - TODO!
+
 	// Bitmap
 	// MovePlaneItems - used by SQ6 to scroll through the inventory via the up/down buttons
 	// Font
 	// AddLine - used by Torin's Passage to highlight the chapter buttons
 	// DeleteLine - used by Torin's Passage to delete the highlight from the chapter buttons
-	// UpdateLine = used by LSL6
-	// SetPalStyleRange
-	// NewRoom
-	// MorphOn - used by SQ6
+	// UpdateLine - used by LSL6
+	// SetPalStyleRange - 2 integer parameters, start and end. All styles from start-end
+	//   (inclusive) are set to 0
+	// NewRoom - 1 integer parameter, the current room number
+	// MorphOn - used by SQ6, script 900, the datacorder reprogramming puzzle (from room 270)
 	// SetHotRectangles - used by Phantasmagoria 1
 #endif
 


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