diff options
author | Zumi <13794376+ZoomTen@users.noreply.github.com> | 2021-01-26 01:01:22 +0700 |
---|---|---|
committer | GitHub <noreply@github.com> | 2021-01-25 13:01:22 -0500 |
commit | 5251fe1ec15442de2605bd1c653e9dfd07b36adc (patch) | |
tree | c8d1277730fb11969e9e1b1ac75c99fba57dab81 /constants/sprite_anim_constants.asm | |
parent | 000e98b23502f7d1007efc769fce472ea6ac42d4 (diff) |
Split and label Trainer Gear code (#89)
Split and label Trainer Gear code
Diffstat (limited to 'constants/sprite_anim_constants.asm')
-rwxr-xr-x | constants/sprite_anim_constants.asm | 8 |
1 files changed, 5 insertions, 3 deletions
diff --git a/constants/sprite_anim_constants.asm b/constants/sprite_anim_constants.asm index 08f6d69..3f6644c 100755 --- a/constants/sprite_anim_constants.asm +++ b/constants/sprite_anim_constants.asm @@ -20,8 +20,9 @@ SPRITEANIMSTRUCT_LENGTH EQU const_value NUM_SPRITE_ANIM_STRUCTS EQU 10 ; see wSpriteAnimationStructs ; wSpriteAnimDict keys -SPRITE_ANIM_DICT_DEFAULT EQU $00 +SPRITE_ANIM_DICT_DEFAULT EQU $00 SPRITE_ANIM_DICT_GS_SPLASH EQU $27 +SPRITE_ANIM_DICT_29 EQU $29 ; wSpriteAnimDict size (see ram/wram.asm) NUM_SPRITEANIMDICT_ENTRIES EQU 10 @@ -56,5 +57,6 @@ SPRITE_ANIM_INDEX_GS_INTRO_STAR EQU $3b SPRITE_ANIM_INDEX_GS_INTRO_SPARKLE EQU $3c SPRITE_ANIM_INDEX_40 EQU $40 SPRITE_ANIM_INDEX_41 EQU $41 -SPRITE_ANIM_INDEX_44 EQU $44 -SPRITE_ANIM_INDEX_4B EQU $4b +SPRITE_ANIM_INDEX_TRAINERGEAR_POINTER EQU $44 +SPRITE_ANIM_INDEX_RADIO_TUNING_KNOB EQU $4b + |