This resource stores a simple bitmap describing the shape and texture of the mouse pointer. All information stored herein is little endian in byte order.
X coordinate of the mouse cursor hot spot as a 16 bit integer. This variable is not used in SCI0.
Y coordinate of the mouse cursor hot spot as a 16 bit integer. Only 0x03 is used in SCI0; here, if set, the hot spot is at (8,8), if not set, it is located at (0,0).
This is a list of 16 unsigned 16 bit integers constituting bitmasks for the mouse cursor's transparency map, with the MSB representing the leftmost pixel.
This is another list of 16 unsigned 16 bit integers. Each of them represents another bitmask, determining whether the mouse cursor pixel should be drawn in black (not set) or white (set).
Since this method of doing things wastes one combination, the table was changed for SCI01 and SCI1: