aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorluckytyphlosion <alan.rj.huang@gmail.com>2015-05-11 12:25:16 -0400
committerluckytyphlosion <alan.rj.huang@gmail.com>2015-05-11 12:25:16 -0400
commit879bd05d88c3481a342ec7d6546b9cdebe548a90 (patch)
tree615d1abec2deb632c711c38e52aae221715c62f3
parentUpdate copy.asm (diff)
downloadpokeyellow-879bd05d88c3481a342ec7d6546b9cdebe548a90.tar.gz
pokeyellow-879bd05d88c3481a342ec7d6546b9cdebe548a90.tar.xz
pokeyellow-879bd05d88c3481a342ec7d6546b9cdebe548a90.zip
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 7b407cdc..1ba941e6 100644
--- a/home/copy2.asm
+++ b/home/copy2.asm
@@ -59,7 +59,7 @@ FarCopyDataDouble::
ld [MBC1RomBank],a
ret
-CopyVideoData::
+CopyVideoDataLCDEnabled::
; Wait for the next VBlank, then copy c 2bpp
; tiles from b:de to hl, 8 tiles at a time.
; This takes c/8 frames.