diff options
author | luckytyphlosion <alan.rj.huang@gmail.com> | 2015-12-31 15:04:19 -0500 |
---|---|---|
committer | luckytyphlosion <alan.rj.huang@gmail.com> | 2015-12-31 15:04:19 -0500 |
commit | d3cd6e1e1a64a0093128918f9e02a79dc6d510cb (patch) | |
tree | 212ced67fff5042b40b2225d30087e41e83abf0a /engine/items/items.asm | |
parent | f0915e2b664f3c045cdea710aeced219396db8bb (diff) |
BankF documentation from HasMonFainted to Func_3d536
Diffstat (limited to 'engine/items/items.asm')
-rwxr-xr-x | engine/items/items.asm | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/engine/items/items.asm b/engine/items/items.asm index bda01e27..e0cccf01 100755 --- a/engine/items/items.asm +++ b/engine/items/items.asm @@ -332,7 +332,7 @@ ItemUseBall: ; d3ad (3:53ad) ld c,20 call DelayFrames ld a,TOSS_ANIM - ld [W_ANIMATIONID],a + ld [wAnimationID],a xor a ld [H_WHOSETURN],a ld [wAnimationType],a @@ -1441,7 +1441,7 @@ ItemUseRock: ; dd87 (3:5d87) ld de,wSafariBaitFactor ; bait factor BaitRockCommon: ; dd9f (3:5d9f) - ld [W_ANIMATIONID],a + ld [wAnimationID],a xor a ld [wAnimationType],a ld [H_WHOSETURN],a @@ -2446,7 +2446,7 @@ ThrowBallAtTrainerMon: ; e4ca (3:64ca) call LoadScreenTilesFromBuffer1 ; restore saved screen call Delay3 ld a,TOSS_ANIM - ld [W_ANIMATIONID],a + ld [wAnimationID],a predef MoveAnimation ; do animation ld hl,ThrowBallAtTrainerMonText1 call PrintText |