only check for lines left, not tiles, when starting render
This commit is contained in:
@@ -446,9 +446,7 @@ LCDStatInterruptHandler:
|
|||||||
|
|
||||||
; check there are tiles to render
|
; check there are tiles to render
|
||||||
ldh a, [LinesLeft]
|
ldh a, [LinesLeft]
|
||||||
ld b, a
|
or a
|
||||||
ldh a, [TilesLeft]
|
|
||||||
or b
|
|
||||||
jr z, .exit
|
jr z, .exit
|
||||||
|
|
||||||
push de
|
push de
|
||||||
|
|||||||
Reference in New Issue
Block a user