mirror of
https://github.com/pret/pokeemerald.git
synced 2026-08-24 03:00:31 -05:00
Animation documentation (#7052)
This commit is contained in:
File diff suppressed because it is too large
Load Diff
@@ -525,7 +525,7 @@ void AnimBasicFistOrFoot(struct Sprite *sprite)
|
||||
{
|
||||
StartSpriteAnim(sprite, gBattleAnimArgs[4]);
|
||||
|
||||
if (gBattleAnimArgs[3] == 0)
|
||||
if (gBattleAnimArgs[3] == ANIM_ATTACKER)
|
||||
InitSpritePosToAnimAttacker(sprite, TRUE);
|
||||
else
|
||||
InitSpritePosToAnimTarget(sprite, TRUE);
|
||||
|
||||
@@ -7976,7 +7976,7 @@ void SpriteCB_RandomCentredHits(struct Sprite *sprite)
|
||||
|
||||
StartSpriteAffineAnim(sprite, gBattleAnimArgs[1]);
|
||||
|
||||
if (gBattleAnimArgs[0] == 0)
|
||||
if (gBattleAnimArgs[0] == ANIM_ATTACKER)
|
||||
{
|
||||
if (IsDoubleBattle())
|
||||
InitSpritePosToAnimAttackersCentre(sprite, FALSE);
|
||||
|
||||
Reference in New Issue
Block a user