summaryrefslogtreecommitdiff
path: root/items/item_effects.asm
diff options
context:
space:
mode:
authorsurskitty <surskitty@gmail.com>2017-12-11 17:37:34 -0500
committersurskitty <surskitty@gmail.com>2017-12-11 17:37:34 -0500
commit98128cd4d8457948e7136a16e08bacff0bc3529d (patch)
tree171c67509afba62571266bd6bebbfdb829d2a876 /items/item_effects.asm
parent069ae7e2f3bc4f3939a4b97d6200a3fcdacc904b (diff)
parent94c7def4883fbdbcd3987a067443a2069b8bb610 (diff)
Merge branch 'master' of github.com:pret/pokecrystal
Diffstat (limited to 'items/item_effects.asm')
-rw-r--r--items/item_effects.asm8
1 files changed, 4 insertions, 4 deletions
diff --git a/items/item_effects.asm b/items/item_effects.asm
index c13568a5d..f830cd22b 100644
--- a/items/item_effects.asm
+++ b/items/item_effects.asm
@@ -407,9 +407,9 @@ ParkBall: ; e8a2
ld de, ANIM_THROW_POKE_BALL
ld a, e
- ld [FXAnimIDLo], a
+ ld [FXAnimID], a
ld a, d
- ld [FXAnimIDHi], a
+ ld [FXAnimID + 1], a
xor a
ld [hBattleTurn], a
ld [Buffer2], a
@@ -2945,9 +2945,9 @@ UseBallInTrainerBattle: ; f7a0
call ReturnToBattle_UseBall
ld de, ANIM_THROW_POKE_BALL
ld a, e
- ld [FXAnimIDLo], a
+ ld [FXAnimID], a
ld a, d
- ld [FXAnimIDHi], a
+ ld [FXAnimID + 1], a
xor a
ld [wBattleAnimParam], a
ld [hBattleTurn], a