summaryrefslogtreecommitdiff
path: root/home/copy.asm
diff options
context:
space:
mode:
authormid-kid <esteve.varela@gmail.com>2019-11-08 22:03:08 +0100
committermid-kid <esteve.varela@gmail.com>2019-11-18 18:21:57 +0100
commit77803f571fed52bfce19b60ddafd98019c113e99 (patch)
treea6bcf7adacb1c0ea69eb9bb6dc6011641e3fd8a6 /home/copy.asm
parent176257ea6f49597203887e610b03807901ba586e (diff)
Fix some constants around wLinkMode
Diffstat (limited to 'home/copy.asm')
-rw-r--r--home/copy.asm2
1 files changed, 1 insertions, 1 deletions
diff --git a/home/copy.asm b/home/copy.asm
index 803432dc5..5780beb95 100644
--- a/home/copy.asm
+++ b/home/copy.asm
@@ -272,9 +272,9 @@ Request1bpp::
ldh a, [hTilesPerCycle]
push af
-
ld a, $8
ldh [hTilesPerCycle], a
+
ld a, [wLinkMode]
cp LINK_MOBILE
jr nz, .NotMobile