mirror of
https://github.com/lscharen/iigs-game-engine.git
synced 2024-11-22 11:34:14 +00:00
Add check to bind SCBs in the render function
This commit is contained in:
parent
a51c973865
commit
b0affa1b72
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user