Skip to navigation

Elite on the BBC Micro and NES

Drawing the screen: SetDrawingPlaneTo0

[NES version, Bank 7]

Name: SetDrawingPlaneTo0 [Show more] Type: Subroutine Category: Drawing the screen Summary: Set the drawing bitplane to 0
Context: See this subroutine in context in the source code References: This subroutine is called as follows: * ResetVariables calls SetDrawingPlaneTo0
.SetDrawingPlaneTo0 LDX #0 ; Set the drawing bitplane to 0 JSR SetDrawingBitplane RTS ; Return from the subroutine