From b272c0c3754012f83129c23c2c546013cd1e80ef Mon Sep 17 00:00:00 2001 From: PikalaxALT Date: Wed, 27 Jan 2016 12:25:12 -0500 Subject: Fix marts using hard-coded bank number --- items/item_effects.asm | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'items') 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 -- cgit v1.2.3