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
1 changed files with 3 additions and 3 deletions

View File

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