summaryrefslogtreecommitdiff
path: root/engine/battle/move_effects/teleport.asm
diff options
context:
space:
mode:
Diffstat (limited to 'engine/battle/move_effects/teleport.asm')
-rw-r--r--engine/battle/move_effects/teleport.asm2
1 files changed, 1 insertions, 1 deletions
diff --git a/engine/battle/move_effects/teleport.asm b/engine/battle/move_effects/teleport.asm
index 7d866ccf..406eea51 100644
--- a/engine/battle/move_effects/teleport.asm
+++ b/engine/battle/move_effects/teleport.asm
@@ -75,7 +75,7 @@ BattleCommand_Teleport:
inc a
ld [wBattleResult], a
ld a, 1
- ld [wKickCounter], a
+ ld [wBattleAnimParam], a
call BattleCommand_LowerSub
call LoadMoveAnim
ld c, 20