diff options
author | Rangi <remy.oukaour+rangi42@gmail.com> | 2020-08-29 20:35:49 -0400 |
---|---|---|
committer | Rangi <remy.oukaour+rangi42@gmail.com> | 2020-08-29 20:35:49 -0400 |
commit | cf37abd3ecb69a9bb6f4bbf1e5ae4d77d37a4c68 (patch) | |
tree | e5ec7b78924f47e800dfa47ffae6b5ba452f82b6 /engine/battle/move_effects/teleport.asm | |
parent | 49bbc993b76ef05d63ce6fa508a1ac2ee81f8241 (diff) |
Remove wKickCounter and wPresentPower aliases for wBattleAnimParam
Diffstat (limited to 'engine/battle/move_effects/teleport.asm')
-rw-r--r-- | engine/battle/move_effects/teleport.asm | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/engine/battle/move_effects/teleport.asm b/engine/battle/move_effects/teleport.asm index ba470798a..6b1d9275f 100644 --- a/engine/battle/move_effects/teleport.asm +++ b/engine/battle/move_effects/teleport.asm @@ -75,7 +75,7 @@ BattleCommand_Teleport: ld [wNumHits], a inc a ld [wForcedSwitch], a - ld [wKickCounter], a + ld [wBattleAnimParam], a call SetBattleDraw call BattleCommand_LowerSub call LoadMoveAnim |