summaryrefslogtreecommitdiff
path: root/constants/sprite_anim_constants.asm
diff options
context:
space:
mode:
Diffstat (limited to 'constants/sprite_anim_constants.asm')
-rwxr-xr-xconstants/sprite_anim_constants.asm12
1 files changed, 3 insertions, 9 deletions
diff --git a/constants/sprite_anim_constants.asm b/constants/sprite_anim_constants.asm
index 928b601..af60e02 100755
--- a/constants/sprite_anim_constants.asm
+++ b/constants/sprite_anim_constants.asm
@@ -19,15 +19,9 @@
SPRITEANIMSTRUCT_LENGTH EQU const_value
; wSpriteAnimDict keys
- const_def
- const SPRITE_ANIM_DICT_DEFAULT ; 0
- const SPRITE_ANIM_DICT_GS_INTRO ; 1
- const SPRITE_ANIM_DICT_GS_INTRO_2 ; 2
- const_skip 2 ; unused
- const SPRITE_ANIM_DICT_TEXT_CURSOR ; 5
- const SPRITE_ANIM_DICT_GS_SPLASH ; 6
- const SPRITE_ANIM_DICT_SLOTS ; 7
- const SPRITE_ANIM_DICT_ARROW_CURSOR ; 8
+SPRITE_ANIM_DICT_DEFAULT EQU $00
+SPRITE_ANIM_DICT_GS_SPLASH EQU $27
+
; wSpriteAnimDict size (see ram/wram.asm)
NUM_SPRITEANIMDICT_ENTRIES EQU 10