diff options
| author | Vortyne <104168801+Vortyne@users.noreply.github.com> | 2023-03-25 23:31:59 -0400 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2023-03-25 23:31:59 -0400 |
| commit | 17eaf761e38cea827320f984cfaaa1527276ab15 (patch) | |
| tree | 69aa1864f8e8a23a5234cf3fab767374a8183b18 /data | |
| parent | Dex weights are in tenths of a pound (diff) | |
| download | pokeyellow-17eaf761e38cea827320f984cfaaa1527276ab15.tar.gz pokeyellow-17eaf761e38cea827320f984cfaaa1527276ab15.tar.xz pokeyellow-17eaf761e38cea827320f984cfaaa1527276ab15.zip | |
Name some unnamed animation constants (#396)
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 0a8db8f5..29a78477 100644 --- a/data/moves/animations.asm +++ b/data/moves/animations.asm @@ -192,7 +192,7 @@ AttackAnimationPointers: dw SleepEnemyAnim dw ConfusedPlayerAnim dw ConfusedEnemyAnim - dw FaintAnim + dw SlideDownAnim dw BallTossAnim dw BallShakeAnim dw BallPoofAnim @@ -1263,7 +1263,7 @@ BallBlockAnim: battle_anim NO_MOVE, SUBANIM_0_BALL_BLOCK, 0, 3 db -1 ; end -FaintAnim: +SlideDownAnim: battle_anim DIG, SE_SLIDE_MON_DOWN db -1 ; end |
