summaryrefslogtreecommitdiff
path: root/engine/items/items.asm
diff options
context:
space:
mode:
authorYamaArashi <shadow962@live.com>2015-07-24 14:39:45 -0700
committerYamaArashi <shadow962@live.com>2015-07-24 14:39:45 -0700
commit82512e449115aa9d004e24a3d1526dd32570c56d (patch)
tree7e391804d1cae21509101795de3384c30122628b /engine/items/items.asm
parente6d02b4b7b69701f223fe9100ccc21ad2089afc4 (diff)
named animation functions/variables
Diffstat (limited to 'engine/items/items.asm')
-rwxr-xr-xengine/items/items.asm2
1 files changed, 1 insertions, 1 deletions
diff --git a/engine/items/items.asm b/engine/items/items.asm
index a60d765a..b0013b46 100755
--- a/engine/items/items.asm
+++ b/engine/items/items.asm
@@ -319,7 +319,7 @@ ItemUseBall: ; d687 (3:5687)
ld a,TOSS_ANIM
ld [W_ANIMATIONID],a
xor a
- ld [$fff3],a
+ ld [H_WHOSETURN],a
ld [wAnimationType],a
ld [wDamageMultipliers],a
ld a,[wWhichPokemon]