diff options
author | ElectroDeoxys <ElectroDeoxys@gmail.com> | 2021-02-02 16:01:10 +0000 |
---|---|---|
committer | ElectroDeoxys <ElectroDeoxys@gmail.com> | 2021-02-02 16:01:10 +0000 |
commit | e8b079962bdee30fc5a36994ef928cdf47609898 (patch) | |
tree | 6e38acfcbf70da44a6fe330dbfded7ec9f065290 /src/constants/animation_constants.asm | |
parent | 3dd204220082d85ce5f1c92250f7240e3dc92944 (diff) |
Document screen animations
Diffstat (limited to 'src/constants/animation_constants.asm')
-rw-r--r-- | src/constants/animation_constants.asm | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/src/constants/animation_constants.asm b/src/constants/animation_constants.asm index 78988ca..75c82d8 100644 --- a/src/constants/animation_constants.asm +++ b/src/constants/animation_constants.asm @@ -113,6 +113,13 @@ const DUEL_ANIM_DUEL_DRAW ; $5f const DUEL_ANIM_96 ; $60 + const DUEL_ANIM_SMALL_SHAKE_X ; $61 + const DUEL_ANIM_BIG_SHAKE_X ; $62 + const DUEL_ANIM_SMALL_SHAKE_Y ; $63 + const DUEL_ANIM_BIG_SHAKE_Y ; $64 + const DUEL_ANIM_FLASH ; $65 + const DUEL_ANIM_DISTORT ; $66 + ; Special animations const_def $fa const DUEL_ANIM_SHAKE1 ; $fa |