diff options
Diffstat (limited to 'engine/battle/move_effects/transform.asm')
-rw-r--r-- | engine/battle/move_effects/transform.asm | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/engine/battle/move_effects/transform.asm b/engine/battle/move_effects/transform.asm index 0247d8bb..8b3226f3 100644 --- a/engine/battle/move_effects/transform.asm +++ b/engine/battle/move_effects/transform.asm @@ -12,7 +12,7 @@ BattleCommand_Transform: ld [wNumHits], a ld [wFXAnimID + 1], a ld a, $1 - ld [wKickCounter], a + ld [wBattleAnimParam], a ld a, BATTLE_VARS_SUBSTATUS4 call GetBattleVarAddr bit SUBSTATUS_SUBSTITUTE, [hl] @@ -132,7 +132,7 @@ BattleCommand_Transform: ld [wNumHits], a ld [wFXAnimID + 1], a ld a, $2 - ld [wKickCounter], a + ld [wBattleAnimParam], a pop af ld a, SUBSTITUTE call nz, LoadAnim |