faster loading of lines left in render routine

This commit is contained in:
2019-01-03 19:26:44 +01:00
parent 1e207b5636
commit ea8f0df43d

View File

@@ -449,6 +449,9 @@ LCDStatInterruptHandler:
or a or a
jr z, .exit jr z, .exit
; move lines left to B
ld b, a
push de push de
push hl push hl
@@ -468,8 +471,6 @@ LCDStatInterruptHandler:
; load counters ; load counters
ldh a, [TilesLeft] ldh a, [TilesLeft]
ld c, a ld c, a
ldh a, [LinesLeft]
ld b, a
.loop .loop
; check we can still render ; check we can still render