Made LINE plot single-point lines correctly.

This commit is contained in:
greg-king5
2018-06-21 08:18:53 -04:00
committed by GitHub
parent 6c320f7d65
commit 4980fade74

View File

@@ -541,8 +541,7 @@ STEPINY:
eor CHUNK eor CHUNK
sta CHUNK sta CHUNK
txa txa
bne @CONT ;If dy=0 it's just a point beq YCONT2 ;If dy=0, it's just a point
inx
@CONT: lsr ;Init counter to dy/2 @CONT: lsr ;Init counter to dy/2
; ;
; Main loop ; Main loop