diff options
Diffstat (limited to 'constants/sprite_anim_constants.asm')
-rw-r--r-- | constants/sprite_anim_constants.asm | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/constants/sprite_anim_constants.asm b/constants/sprite_anim_constants.asm index 034baa76f..7c11bc51a 100644 --- a/constants/sprite_anim_constants.asm +++ b/constants/sprite_anim_constants.asm @@ -198,16 +198,16 @@ const SPRITE_ANIM_OAMSET_UNUSED_15 ; 15 const SPRITE_ANIM_OAMSET_UNUSED_16 ; 16 const SPRITE_ANIM_OAMSET_UNUSED_17 ; 17 - const SPRITE_ANIM_OAMSET_UNUSED_18 ; 18 - const SPRITE_ANIM_OAMSET_UNUSED_19 ; 19 - const SPRITE_ANIM_OAMSET_UNUSED_1A ; 1a + const SPRITE_ANIM_OAMSET_GS_INTRO_SMALL_FIREBALL ; 18 + const SPRITE_ANIM_OAMSET_GS_INTRO_MED_FIREBALL ; 19 + const SPRITE_ANIM_OAMSET_GS_INTRO_BIG_FIREBALL ; 1a const SPRITE_ANIM_OAMSET_GS_INTRO_CHIKORITA ; 1b const SPRITE_ANIM_OAMSET_GS_INTRO_CYNDAQUIL ; 1c const SPRITE_ANIM_OAMSET_GS_INTRO_TOTODILE ; 1d const SPRITE_ANIM_OAMSET_GS_TITLE_TRAIL_1 ; 1e const SPRITE_ANIM_OAMSET_GS_TITLE_TRAIL_2 ; 1f const SPRITE_ANIM_OAMSET_TEXT_ENTRY_CURSOR ; 20 - const SPRITE_ANIM_OAMSET_FOR_UNUSED_09 ; 21 + const SPRITE_ANIM_OAMSET_FOR_UNUSED_FRAMESET_09 ; 21 const SPRITE_ANIM_OAMSET_UNUSED_22 ; 22 const SPRITE_ANIM_OAMSET_GS_INTRO_STAR ; 23 const SPRITE_ANIM_OAMSET_GS_INTRO_SPARKLE_1 ; 24 |