Skip to navigation


Drawing the screen: welcome

[Commodore 64 version]

Name: welcome [Show more] Type: Variable Category: Drawing the screen Summary: The background colour for the upper and lower parts of the screen, used by the energy bomb to flash the screen's background colour
Context: See this variable in context in the source code References: This variable is used as follows: * BOMBOFF uses welcome * COMIRQ1 uses welcome
.welcome EQUB 0 ; The background colour for the upper part of the screen EQUB 0 ; The background colour for the lower part of the screen