mirror of
https://github.com/thornAvery/kep-hack.git
synced 2025-09-16 18:30:50 +12:00
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:
parent
35f2bb90d4
commit
94dc695543
|
@ -182,7 +182,7 @@ TransferBgRows:: ; 1d9e (0:1d9e)
|
|||
inc l
|
||||
ld [hl], d
|
||||
|
||||
i ld a, 32 - (20 - 1)
|
||||
ld a, 32 - (20 - 1)
|
||||
add l
|
||||
ld l, a
|
||||
jr nc, .ok
|
||||
|
|
Loading…
Reference in a new issue