summaryrefslogtreecommitdiff
path: root/battle/anim_commands.asm
diff options
context:
space:
mode:
authorPikalaxALT <PikalaxALT@gmail.com>2015-11-06 20:55:16 -0500
committerPikalaxALT <PikalaxALT@gmail.com>2015-11-06 20:55:16 -0500
commitd8aa438644e86fe7421ad8721fa9b9275ed62023 (patch)
tree7ac8d718fabd943298ee9bb5edbfd44ad89e3671 /battle/anim_commands.asm
parentae2970d73bf97e1a99037b25214354330a727f0a (diff)
More battle command labels
Diffstat (limited to 'battle/anim_commands.asm')
-rw-r--r--battle/anim_commands.asm8
1 files changed, 4 insertions, 4 deletions
diff --git a/battle/anim_commands.asm b/battle/anim_commands.asm
index b6dff896c..96bd1c45b 100644
--- a/battle/anim_commands.asm
+++ b/battle/anim_commands.asm
@@ -498,7 +498,7 @@ endr
ret
BattleAnimCmd_EF: ; cc383 (33:4383)
- ld hl, wc689
+ ld hl, wKickCounter
ld a, [hl]
and a
jr z, .asm_cc39a
@@ -568,7 +568,7 @@ endr
BattleAnimCmd_F8: ; cc3d6 (33:43d6)
call GetBattleAnimByte
- ld hl, wc689
+ ld hl, wKickCounter
cp [hl]
jr z, .jump
@@ -598,7 +598,7 @@ endr
BattleAnimCmd_EE: ; cc3fa (33:43fa)
call GetBattleAnimByte
ld e, a
- ld a, [wc689]
+ ld a, [wKickCounter]
and e
jr nz, .jump
@@ -1150,7 +1150,7 @@ BattleAnimCmd_E6: ; cc776 (33:4776)
ld a, [CurPartySpecies] ; CurPartySpecies
push af
- ld a, [wc689]
+ ld a, [wKickCounter]
ld [CurPartySpecies], a ; CurPartySpecies
ld a, [hBattleTurn] ; $ff00+$e4