Skip to navigation


Graphics: ClearCanopy

Name: ClearCanopy [Show more] Type: Subroutine Category: Graphics Summary: Clear the canopy to black, leaving the canopy edges alone
Context: See this subroutine in context in the source code References: This subroutine is called as follows: * Crash calls ClearCanopy * NewGame calls ClearCanopy
.ClearCanopy LDX #0 \ Set X = 0 so we clear the canopy to black \ Fall through into FillCanopy to fill the canopy with \ black, leaving the top and side edges alone