diff options
-rw-r--r-- | home/copy.asm | 2 |
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 |