diff options
Diffstat (limited to 'home/video.asm')
-rw-r--r-- | home/video.asm | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/home/video.asm b/home/video.asm index 7392d6e0f..440c90307 100644 --- a/home/video.asm +++ b/home/video.asm @@ -77,8 +77,9 @@ endr ; We've done 2 16x8 blocks ld a, [$ffdc] +rept 2 dec a - dec a +endr ld [$ffdc], a jr nz, .next |