Skip to content
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions home/copy2.asm
Original file line number Diff line number Diff line change
Expand Up @@ -161,8 +161,8 @@ CopyVideoDataDouble::

ClearScreenArea::
; Clear tilemap area cxb at hl.
ld a, " " ; blank tile
ld de, 20 ; screen width
ld a, " "
ld de, SCREEN_WIDTH
.y
push hl
push bc
Expand Down