diff options
Diffstat (limited to 'items/item_effects.asm')
-rw-r--r-- | items/item_effects.asm | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/items/item_effects.asm b/items/item_effects.asm index 5ba74eb8c..aa6c8f795 100644 --- a/items/item_effects.asm +++ b/items/item_effects.asm @@ -403,7 +403,7 @@ endr jr c, .not_kurt_ball ld a, POKE_BALL .not_kurt_ball - ld [wKickCounter], a + ld [wBattleAnimParam], a ld de, ANIM_THROW_POKE_BALL ld a, e @@ -2955,7 +2955,7 @@ UseBallInTrainerBattle: ; f7a0 ld a, d ld [FXAnimIDHi], a xor a - ld [wKickCounter], a + ld [wBattleAnimParam], a ld [hBattleTurn], a ld [wNumHits], a predef PlayBattleAnim |