diff options
author | Rangi <35663410+Rangi42@users.noreply.github.com> | 2020-12-17 14:56:00 -0500 |
---|---|---|
committer | GitHub <noreply@github.com> | 2020-12-17 14:56:00 -0500 |
commit | 37e60a9457643720dae714f8d2df0cf5ad31d919 (patch) | |
tree | c6c477ec88244fdbcfc69c1d1e83e1d4b5dd853a | |
parent | 7850d38cc01b5a025f7117587c485932b3fc95c7 (diff) |
Define NUM_SPRITE_ANIM_STRUCTS
-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 |