diff options
| author | dannye <33dannye@gmail.com> | 2022-07-04 03:15:48 -0500 |
|---|---|---|
| committer | dannye <33dannye@gmail.com> | 2022-07-04 03:15:48 -0500 |
| commit | 05d4510927f3c48e20666cb5d08599d84ba33912 (patch) | |
| tree | d5930d342b60621c165b070552ad75104d31bf39 | |
| parent | Identify the rest of the hardware constants (#96) (diff) | |
| download | pokeyellow-05d4510927f3c48e20666cb5d08599d84ba33912.tar.gz pokeyellow-05d4510927f3c48e20666cb5d08599d84ba33912.tar.xz pokeyellow-05d4510927f3c48e20666cb5d08599d84ba33912.zip | |
Fix typo: HeatButt -> HeadButt
| -rw-r--r-- | data/moves/animations.asm | 4 |
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 |
