summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorluckytyphlosion <alan.rj.huang@gmail.com>2015-05-11 16:06:19 -0400
committerluckytyphlosion <alan.rj.huang@gmail.com>2015-05-11 16:06:19 -0400
commit3e8122122e64be55a09db2e1b8e7b9858fe72616 (patch)
treec9d883a74558295967bc5168c71461a4b1f08f43
parent4ebf18d1355a81e13879e58daf353aa939399ef0 (diff)
Update copy2.asm
-rw-r--r--home/copy2.asm2
1 files changed, 1 insertions, 1 deletions
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.