aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authordannye <33dannye@gmail.com>2022-07-04 03:12:18 -0500
committerdannye <33dannye@gmail.com>2022-07-04 03:12:18 -0500
commit19814a48940fb5f1950df88c76ccc8d198802f5f (patch)
treea46a24ea4000698dc0f2c3561ae92bb163e2c9ab
parentIdentify the rest of the hardware constants (#371) (diff)
downloadpokeyellow-19814a48940fb5f1950df88c76ccc8d198802f5f.tar.gz
pokeyellow-19814a48940fb5f1950df88c76ccc8d198802f5f.tar.xz
pokeyellow-19814a48940fb5f1950df88c76ccc8d198802f5f.zip
Fix typo: HeatButt -> HeadButt
-rw-r--r--data/moves/animations.asm4
1 files changed, 2 insertions, 2 deletions
diff --git a/data/moves/animations.asm b/data/moves/animations.asm
index 0049cf59..e30e4379 100644
--- a/data/moves/animations.asm
+++ b/data/moves/animations.asm
@@ -28,7 +28,7 @@ AttackAnimationPointers:
dw JumpKickAnim
dw RollingKickAnim
dw SandAttackAnim
- dw HeatButtAnim
+ dw HeadButtAnim
dw HornAttackAnim
dw FuryAttackAnim
dw HornDrillAnim
@@ -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