diff options
-rwxr-xr-x | constants/sprite_anim_constants.asm | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/constants/sprite_anim_constants.asm b/constants/sprite_anim_constants.asm index af60e02..08f6d69 100755 --- a/constants/sprite_anim_constants.asm +++ b/constants/sprite_anim_constants.asm @@ -17,6 +17,7 @@ const SPRITEANIMSTRUCT_0E ; e const SPRITEANIMSTRUCT_0F ; f SPRITEANIMSTRUCT_LENGTH EQU const_value +NUM_SPRITE_ANIM_STRUCTS EQU 10 ; see wSpriteAnimationStructs ; wSpriteAnimDict keys SPRITE_ANIM_DICT_DEFAULT EQU $00 |