Add check to bind SCBs in the render function

This commit is contained in:
Lucas Scharenbroich 2022-06-27 00:41:30 -05:00
parent a51c973865
commit b0affa1b72

View File

@ -74,9 +74,9 @@ _Render
ldy ScreenHeight ldy ScreenHeight
jsr _BltRange jsr _BltRange
; ldx #0 ldx #0
; ldy ScreenHeight ldy ScreenHeight
; jsr _BltSCB jsr _BltSCB
lda StartYMod208 ; Restore the fields back to their original state lda StartYMod208 ; Restore the fields back to their original state
ldx ScreenHeight ldx ScreenHeight