aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorFilippos Karapetis2011-01-08 12:44:11 +0000
committerFilippos Karapetis2011-01-08 12:44:11 +0000
commitdd6fd0ef27d0eb5617bc0f34054e3b1d2ded207e (patch)
treee85107f689f6173c58813cc119e1eae3593c0399
parent1a18e99e69962d3e7486571923d24e8fb6feb2c9 (diff)
downloadscummvm-rg350-dd6fd0ef27d0eb5617bc0f34054e3b1d2ded207e.tar.gz
scummvm-rg350-dd6fd0ef27d0eb5617bc0f34054e3b1d2ded207e.tar.bz2
scummvm-rg350-dd6fd0ef27d0eb5617bc0f34054e3b1d2ded207e.zip
SCI2.1: Added some information about kSetPalStyleRange, kNewRoom and kMorphOn
svn-id: r55165
-rw-r--r--engines/sci/engine/kernel_tables.h10
1 files changed, 6 insertions, 4 deletions
diff --git a/engines/sci/engine/kernel_tables.h b/engines/sci/engine/kernel_tables.h
index 558b94dc66..aa7b9f01fe 100644
--- a/engines/sci/engine/kernel_tables.h
+++ b/engines/sci/engine/kernel_tables.h
@@ -586,15 +586,17 @@ static SciKernelMapEntry s_kernelMap[] = {
{ 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