summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorluckytyphlosion <alan.rj.huang@gmail.com>2015-06-03 17:40:03 -0400
committerluckytyphlosion <alan.rj.huang@gmail.com>2015-06-03 17:40:03 -0400
commit1c1e718955b4d2fd03b75d043264c972410a841b (patch)
tree6684c4a181c8f570dffefcef73165398b213298b
parent1424ad1b78d567a96d65b790735286e73152fe8e (diff)
Fix comment.
-rw-r--r--home/copy.asm2
1 files changed, 1 insertions, 1 deletions
diff --git a/home/copy.asm b/home/copy.asm
index 9c089f48..074c1556 100644
--- a/home/copy.asm
+++ b/home/copy.asm
@@ -33,7 +33,7 @@ CopyData:: ; 00b1 (0:00b1)
jr nz, .copybytes
ret
-CopyVideoData:: ; note: fix other CopyVideoData function
+CopyVideoData:: ; 00c8 (0:00c8)
ld a, [rLCDC]
bit 7,a ; LCD enabled?
jp nz, CopyVideoDataLCDEnabled ; if yes, then copy video data