summaryrefslogtreecommitdiff
path: root/home/copy.asm
diff options
context:
space:
mode:
authorPikalaxALT <PikalaxALT@gmail.com>2015-10-19 10:23:58 -0400
committerPikalaxALT <PikalaxALT@gmail.com>2015-10-19 10:23:58 -0400
commit0a244e043c83dff064d7e3ec054a587c7f999d0d (patch)
treefa04984075ef0e37674a9d2025f2765d4764260f /home/copy.asm
parent52605b764a6ecfb781ca9e70d51dad909dabe7c3 (diff)
Move battle start animation functions to its own file
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 ed5f3cc64..d418030eb 100644
--- a/home/copy.asm
+++ b/home/copy.asm
@@ -227,7 +227,7 @@ Request2bpp:: ; eba
ld a, $8
ld [$ffd3], a
- ld a, [InLinkBattle]
+ ld a, [wLinkMode]
cp $4
jr nz, .okay
ld a, [$ffe9]
@@ -301,7 +301,7 @@ Request1bpp:: ; f1e
ld a, $8
ld [$ffd3], a
- ld a, [InLinkBattle]
+ ld a, [wLinkMode]
cp $4
jr nz, .NotMobile
ld a, [$ffe9]