summaryrefslogtreecommitdiff
path: root/engine/battle/move_effects/selfdestruct.asm
diff options
context:
space:
mode:
Diffstat (limited to 'engine/battle/move_effects/selfdestruct.asm')
-rw-r--r--engine/battle/move_effects/selfdestruct.asm2
1 files changed, 1 insertions, 1 deletions
diff --git a/engine/battle/move_effects/selfdestruct.asm b/engine/battle/move_effects/selfdestruct.asm
index d6eeac484..ef5e2e8f9 100644
--- a/engine/battle/move_effects/selfdestruct.asm
+++ b/engine/battle/move_effects/selfdestruct.asm
@@ -12,7 +12,7 @@ BattleCommand_Selfdestruct:
ld [hli], a
ld [hl], a
ld a, $1
- ld [wKickCounter], a
+ ld [wBattleAnimParam], a
call BattleCommand_LowerSub
call LoadMoveAnim
ld a, BATTLE_VARS_SUBSTATUS4