Fix some constants around wLinkMode

This commit is contained in:
mid-kid
2019-11-08 22:03:08 +01:00
parent 176257ea6f
commit 77803f571f
6 changed files with 6 additions and 6 deletions

View File

@@ -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