Fix a typo in home/vcopy.asm.

This must have happened when the file got split out of home.asm.
Since it was the first character on the line, it was interpreted as a label.
This commit is contained in:
yenatch 2014-06-16 13:05:16 -07:00
parent 35f2bb90d4
commit 94dc695543

View file

@ -182,7 +182,7 @@ TransferBgRows:: ; 1d9e (0:1d9e)
inc l inc l
ld [hl], d ld [hl], d
i ld a, 32 - (20 - 1) ld a, 32 - (20 - 1)
add l add l
ld l, a ld l, a
jr nc, .ok jr nc, .ok