From cf37abd3ecb69a9bb6f4bbf1e5ae4d77d37a4c68 Mon Sep 17 00:00:00 2001 From: Rangi Date: Sat, 29 Aug 2020 20:35:49 -0400 Subject: Remove wKickCounter and wPresentPower aliases for wBattleAnimParam --- engine/battle/move_effects/transform.asm | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'engine/battle/move_effects/transform.asm') diff --git a/engine/battle/move_effects/transform.asm b/engine/battle/move_effects/transform.asm index fe94c4f2c..92a13c540 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] @@ -130,7 +130,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 -- cgit v1.2.3