Skip to content

Commit

Permalink
Small change to Substitute animation
Browse files Browse the repository at this point in the history
  • Loading branch information
SoupPotato committed Jan 24, 2024
1 parent 4218308 commit d7d50a4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion data/moves/animations.asm
Original file line number Diff line number Diff line change
Expand Up @@ -2626,7 +2626,7 @@ BattleAnim_Substitute:
anim_wait 32
anim_raisesub
anim_sound 0, 0, SFX_THROW_BALL
anim_obj BATTLE_ANIM_OBJ_BALL_POOF, 48, 96, $0
anim_obj BATTLE_ANIM_OBJ_BALL_POOF, 50, 96, $0
anim_bgeffect BATTLE_BG_EFFECT_ENTER_MON, $0, BG_EFFECT_USER, $0
anim_wait 32
anim_ret
Expand Down

0 comments on commit d7d50a4

Please sign in to comment.