summaryrefslogtreecommitdiff
path: root/items
diff options
context:
space:
mode:
authorRemy Oukaour <remy.oukaour@gmail.com>2017-12-09 19:41:03 -0500
committerRemy Oukaour <remy.oukaour@gmail.com>2017-12-09 22:00:36 -0500
commitcd2a7481283beec7ba37451deeb841ebc37073ba (patch)
tree00026b5962503f36101d5f73fa62d2f532b4bcc7 /items
parent880fb511e19eb6aa413af1519731074c7ec8d852 (diff)
More WRAM cleanup
Diffstat (limited to 'items')
-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