aboutsummaryrefslogtreecommitdiffstats
path: root/home/copy.asm
diff options
context:
space:
mode:
authorpikalaxalt <PikalaxALT@gmail.com>2016-06-08 00:35:33 -0400
committerpikalaxalt <PikalaxALT@gmail.com>2016-06-08 00:35:33 -0400
commit5da4ad3d5c62292f062d4f7b4382e6c09b7faaea (patch)
tree97319f45578efa0901fb1986678c16bbdeda6bcc /home/copy.asm
parentIs this an OAM printer? (diff)
parentClean up main.asm (diff)
downloadpokeyellow-5da4ad3d5c62292f062d4f7b4382e6c09b7faaea.tar.gz
pokeyellow-5da4ad3d5c62292f062d4f7b4382e6c09b7faaea.tar.xz
pokeyellow-5da4ad3d5c62292f062d4f7b4382e6c09b7faaea.zip
Merge branch 'master' of github.com:pret/pokeyellow
Diffstat (limited to 'home/copy.asm')
-rw-r--r--home/copy.asm4
1 files changed, 2 insertions, 2 deletions
diff --git a/home/copy.asm b/home/copy.asm
index 8dc2acea..d073f54c 100644
--- a/home/copy.asm
+++ b/home/copy.asm
@@ -24,7 +24,7 @@ CopyData:: ; 00b1 (0:00b1)
dec b
jr nz,.loop
ret
-
+
.copybytes ; 00c1
ld a, [hli]
ld [de], a
@@ -52,7 +52,7 @@ CopyVideoDataAlternate:: ; 00c8 (0:00c8)
ld c,a
pop af
jp FarCopyData
-
+
CopyVideoDataDoubleAlternate:: ; 00e3 (0:00e3)
ld a, [rLCDC]
bit 7,a ; LCD enabled?