summaryrefslogtreecommitdiff
path: root/home/copy.asm
diff options
context:
space:
mode:
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