diff options
Diffstat (limited to 'constants/sprite_anim_constants.asm')
-rw-r--r-- | 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 a00303c0..2f14d813 100644 --- a/constants/sprite_anim_constants.asm +++ b/constants/sprite_anim_constants.asm @@ -30,6 +30,7 @@ NUM_SPRITE_ANIM_STRUCTS EQU 10 ; see wSpriteAnimationStructs const SPRITE_ANIM_DICT_GS_SPLASH ; 6 const SPRITE_ANIM_DICT_SLOTS ; 7 const SPRITE_ANIM_DICT_ARROW_CURSOR ; 8 +NUM_SPRITE_ANIM_GFX EQU const_value ; wSpriteAnimDict size (see wram.asm) NUM_SPRITEANIMDICT_ENTRIES EQU 10 |