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 b687a3462..df281a75d 100644 --- a/constants/sprite_anim_constants.asm +++ b/constants/sprite_anim_constants.asm @@ -137,10 +137,10 @@ const SPRITE_ANIM_FRAMESET_LEAF ; 1d const SPRITE_ANIM_FRAMESET_CUT_TREE ; 1e const SPRITE_ANIM_FRAMESET_EGG_CRACK ; 1f - const SPRITE_ANIM_FRAMESET_EGG_HATCH ; 20 - const SPRITE_ANIM_FRAMESET_UNUSED_21 ; 21 - const SPRITE_ANIM_FRAMESET_UNUSED_22 ; 22 - const SPRITE_ANIM_FRAMESET_UNUSED_23 ; 23 + const SPRITE_ANIM_FRAMESET_EGG_HATCH_1 ; 20 + const SPRITE_ANIM_FRAMESET_EGG_HATCH_2 ; 21 + const SPRITE_ANIM_FRAMESET_EGG_HATCH_3 ; 22 + const SPRITE_ANIM_FRAMESET_EGG_HATCH_4 ; 23 const SPRITE_ANIM_FRAMESET_GS_INTRO_HO_OH ; 24 const SPRITE_ANIM_FRAMESET_HEADBUTT ; 25 const SPRITE_ANIM_FRAMESET_EZCHAT_CURSOR_0 ; 26 |