diff options
| author | dannye <33dannye@gmail.com> | 2022-07-04 03:12:18 -0500 |
|---|---|---|
| committer | dannye <33dannye@gmail.com> | 2022-07-04 03:12:18 -0500 |
| commit | 19814a48940fb5f1950df88c76ccc8d198802f5f (patch) | |
| tree | a46a24ea4000698dc0f2c3561ae92bb163e2c9ab /data/moves | |
| parent | Identify the rest of the hardware constants (#371) (diff) | |
| download | pokeyellow-19814a48940fb5f1950df88c76ccc8d198802f5f.tar.gz pokeyellow-19814a48940fb5f1950df88c76ccc8d198802f5f.tar.xz pokeyellow-19814a48940fb5f1950df88c76ccc8d198802f5f.zip | |
Fix typo: HeatButt -> HeadButt
Diffstat (limited to 'data/moves')
| -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 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 |
