diff options
Diffstat (limited to 'home/copy2.asm')
-rw-r--r-- | home/copy2.asm | 2 |
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. |