summaryrefslogtreecommitdiff
path: root/battle/effects
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 /battle/effects
parent52605b764a6ecfb781ca9e70d51dad909dabe7c3 (diff)
Move battle start animation functions to its own file
Diffstat (limited to 'battle/effects')
-rw-r--r--battle/effects/thief.asm4
1 files changed, 2 insertions, 2 deletions
diff --git a/battle/effects/thief.asm b/battle/effects/thief.asm
index dbbe0396b..730fcd66c 100644
--- a/battle/effects/thief.asm
+++ b/battle/effects/thief.asm
@@ -30,11 +30,11 @@ BattleCommand50: ; 37492
and a
ret nz
- ld a, [InLinkBattle]
+ ld a, [wLinkMode]
and a
jr z, .stealenemyitem
- ld a, [IsInBattle]
+ ld a, [wBattleMode]
dec a
ret z