summaryrefslogtreecommitdiff
path: root/home/serial.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/serial.asm
parent52605b764a6ecfb781ca9e70d51dad909dabe7c3 (diff)
Move battle start animation functions to its own file
Diffstat (limited to 'home/serial.asm')
-rw-r--r--home/serial.asm4
1 files changed, 2 insertions, 2 deletions
diff --git a/home/serial.asm b/home/serial.asm
index 302630cc7..ab97d6b2e 100644
--- a/home/serial.asm
+++ b/home/serial.asm
@@ -334,7 +334,7 @@ Function87d:: ; 87d
Function8c1:: ; 8c1
push bc
ld b, $60
- ld a, [InLinkBattle]
+ ld a, [wLinkMode]
cp $1
jr z, .asm_8d7
ld b, $60
@@ -391,7 +391,7 @@ Function908:: ; 908
; 919
Function919:: ; 919
- ld a, [InLinkBattle]
+ ld a, [wLinkMode]
and a
ret nz
ld a, $2