.pixelByteColour1 EQUB %00001000 \ Pixel byte with pixel 0 set to colour 1 EQUB %00000100 \ Pixel byte with pixel 1 set to colour 1 EQUB %00000010 \ Pixel byte with pixel 2 set to colour 1 EQUB %00000001 \ Pixel byte with pixel 3 set to colour 1Name: pixelByteColour1 [Show more] Type: Variable Category: Sights Summary: A table for converting a pixel number in the range 0 to 3 into a screen mode 5 pixel byte with that pixel set to colour 1 (%01)Context: See this variable in context in the source code References: This variable is used as follows: * DrawRandomDots uses pixelByteColour1 * DrawSights uses pixelByteColour1