Skip to navigation


Drawing the screen: santana

[Commodore 64 version]

Name: santana [Show more] Type: Variable Category: Drawing the screen Summary: Controls whether sprite 1 (the explosion sprite) is drawn in single colour or multicolour mode
Context: See this variable in context in the source code References: This variable is used as follows: * COMIRQ1 uses santana
.santana EQUB %11111110 ; Multicolour mode for the upper part of the screen EQUB %11111100 ; Single colour mode for the lower part of the screen