diff options
| author | SatoMew <SatoMew@users.noreply.github.com> | 2023-12-19 00:30:37 +0000 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2023-12-18 18:30:37 -0600 |
| commit | 07cefd462fbd4ddb7a5d2e874aedf3bddaf090e2 (patch) | |
| tree | 69e6a6f311685ee9810996ba0754153ed8f35279 /data | |
| parent | Correct StarterDex function comment (#440) (diff) | |
| download | pokeyellow-07cefd462fbd4ddb7a5d2e874aedf3bddaf090e2.tar.gz pokeyellow-07cefd462fbd4ddb7a5d2e874aedf3bddaf090e2.tar.xz pokeyellow-07cefd462fbd4ddb7a5d2e874aedf3bddaf090e2.zip | |
Clean up item comments (#443)
Diffstat (limited to 'data')
| -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 29a78477..e9fdc34c 100644 --- a/data/moves/animations.asm +++ b/data/moves/animations.asm @@ -28,7 +28,7 @@ AttackAnimationPointers: dw JumpKickAnim dw RollingKickAnim dw SandAttackAnim - dw HeadButtAnim + dw HeadbuttAnim dw HornAttackAnim dw FuryAttackAnim dw HornDrillAnim @@ -363,7 +363,7 @@ SandAttackAnim: battle_anim SAND_ATTACK, SUBANIM_1_SAND, 1, 6 db -1 ; end -HeadButtAnim: +HeadbuttAnim: battle_anim HEADBUTT, SUBANIM_1_STAR_BIG, 1, 6 db -1 ; end |
