comments
This commit is contained in:
@@ -482,7 +482,8 @@ LCDStatInterruptHandler:
|
|||||||
; copy one byte
|
; copy one byte
|
||||||
ld a, [hl+]
|
ld a, [hl+]
|
||||||
ld [de], a
|
ld [de], a
|
||||||
inc e
|
inc e ; it will never overflow since it only increments
|
||||||
|
; up to 20 bytes starting on 32 byte boundaries
|
||||||
|
|
||||||
; loop while there are tiles to render
|
; loop while there are tiles to render
|
||||||
dec c
|
dec c
|
||||||
|
|||||||
Reference in New Issue
Block a user