From 94dc6955431171d4dba5833e5784e102dd045b49 Mon Sep 17 00:00:00 2001 From: yenatch Date: Mon, 16 Jun 2014 13:05:16 -0700 Subject: 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. --- home/vcopy.asm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/home/vcopy.asm b/home/vcopy.asm index 9f152841..71487cf1 100644 --- a/home/vcopy.asm +++ b/home/vcopy.asm @@ -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 -- cgit v1.2.3