From 3e8122122e64be55a09db2e1b8e7b9858fe72616 Mon Sep 17 00:00:00 2001 From: luckytyphlosion Date: Mon, 11 May 2015 16:06:19 -0400 Subject: Update copy2.asm --- home/copy2.asm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/home/copy2.asm b/home/copy2.asm index 1ba941e6..5f66fec8 100644 --- a/home/copy2.asm +++ b/home/copy2.asm @@ -110,7 +110,7 @@ CopyVideoDataLCDEnabled:: ld c, a jr .loop -CopyVideoDataDouble:: +CopyVideoDataDoubleLCDEnabled:: ; Wait for the next VBlank, then copy c 1bpp ; tiles from b:de to hl, 8 tiles at a time. ; This takes c/8 frames. -- cgit v1.3.1-sl0p