Skip to navigation

Graphics: backgroundOdd

Name: backgroundOdd [Show more] Type: Variable Category: Graphics Summary: Pixel bytes for odd pixel rows in the screen background
Context: See this variable in context in the source code References: This variable is used as follows: * FillScreen uses backgroundOdd
.backgroundOdd EQUB %00001111 \ Background 0 = colour 0 (even) \ colour 1 (odd) EQUB %00000000 \ Background 1 = colour 0 (even) \ colour 0 (odd) EQUB %01010101 \ Background 2 = colour 3/0/3/0 (even) \ colour 0/3/0/3 (odd) EQUB %00001111 \ Background 3 = colour 1 (even) \ colour 1 (odd)