Skip to content

Commit

Permalink
Fix typo: HeatButt -> HeadButt
Browse files Browse the repository at this point in the history
  • Loading branch information
dannye committed Jul 4, 2022
1 parent a24a397 commit 19814a4
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions data/moves/animations.asm
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ AttackAnimationPointers:
dw JumpKickAnim
dw RollingKickAnim
dw SandAttackAnim
dw HeatButtAnim
dw HeadButtAnim
dw HornAttackAnim
dw FuryAttackAnim
dw HornDrillAnim
Expand Down Expand Up @@ -360,7 +360,7 @@ SandAttackAnim:
battle_anim SAND_ATTACK, SUBANIM_28, 1, 6
db -1 ; end

HeatButtAnim:
HeadButtAnim:
battle_anim HEADBUTT, SUBANIM_05, 1, 6
db -1 ; end

Expand Down

0 comments on commit 19814a4

Please sign in to comment.