aboutsummaryrefslogtreecommitdiffstats
path: root/data
diff options
context:
space:
mode:
authordannye <33dannye@gmail.com>2022-07-04 03:15:48 -0500
committerdannye <33dannye@gmail.com>2022-07-04 03:15:48 -0500
commit05d4510927f3c48e20666cb5d08599d84ba33912 (patch)
treed5930d342b60621c165b070552ad75104d31bf39 /data
parentIdentify the rest of the hardware constants (#96) (diff)
downloadpokeyellow-05d4510927f3c48e20666cb5d08599d84ba33912.tar.gz
pokeyellow-05d4510927f3c48e20666cb5d08599d84ba33912.tar.xz
pokeyellow-05d4510927f3c48e20666cb5d08599d84ba33912.zip
Fix typo: HeatButt -> HeadButt
Diffstat (limited to 'data')
-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 1cc44fe7..e92ba557 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
@@ -355,7 +355,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