diff options
Diffstat (limited to 'home/copy.asm')
-rw-r--r-- | home/copy.asm | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/home/copy.asm b/home/copy.asm index 08eb5c10d..d4e3e2da7 100644 --- a/home/copy.asm +++ b/home/copy.asm @@ -246,7 +246,7 @@ Request2bpp:: ; eba ld a, $6 ld [hTilesPerCycle], a -.NotMobile +.NotMobile: ld a, e ld [Requested2bppSource], a ld a, d @@ -322,7 +322,7 @@ Request1bpp:: ; f1e ld a, $6 ld [hTilesPerCycle], a -.NotMobile +.NotMobile: ld a, e ld [Requested1bppSource], a ld a, d |