diff options
author | Rangi <remy.oukaour+rangi42@gmail.com> | 2020-07-16 22:14:39 -0400 |
---|---|---|
committer | Rangi <remy.oukaour+rangi42@gmail.com> | 2020-07-16 22:14:39 -0400 |
commit | 6f7337bbb1a65e95ad59d3a738c47faf1e96027a (patch) | |
tree | 30230608e610ffd1faad819165bfc07c6cfbb2a7 /constants | |
parent | 41a9e30268a4505c758980dd112aea632a2ab51a (diff) |
Define constants for subanimation transform types
Diffstat (limited to 'constants')
-rw-r--r-- | constants/move_animation_constants.asm | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/constants/move_animation_constants.asm b/constants/move_animation_constants.asm index 11bd07cc..fba92204 100644 --- a/constants/move_animation_constants.asm +++ b/constants/move_animation_constants.asm @@ -131,6 +131,15 @@ FIRST_SE_ID EQU const_value const SUBANIM_54 const SUBANIM_55 +; types of subanimations + const_def + const SUBANIMTYPE_NORMAL + const SUBANIMTYPE_HVFLIP + const SUBANIMTYPE_HFLIP + const SUBANIMTYPE_COORDFLIP + const SUBANIMTYPE_REVERSE + const SUBANIMTYPE_ENEMY + ; frame blocks that are part of subanimations const_def const FRAMEBLOCK_00 |