diff options
| author | YamaArashi <shadow962@live.com> | 2015-07-24 14:39:45 -0700 | 
|---|---|---|
| committer | YamaArashi <shadow962@live.com> | 2015-07-24 14:39:45 -0700 | 
| commit | 82512e449115aa9d004e24a3d1526dd32570c56d (patch) | |
| tree | 7e391804d1cae21509101795de3384c30122628b /engine/items | |
| parent | e6d02b4b7b69701f223fe9100ccc21ad2089afc4 (diff) | |
named animation functions/variables
Diffstat (limited to 'engine/items')
| -rwxr-xr-x | engine/items/items.asm | 2 | 
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] | 
