diff options
author | Remy Oukaour <remy.oukaour@gmail.com> | 2018-01-02 14:39:24 -0500 |
---|---|---|
committer | Remy Oukaour <remy.oukaour@gmail.com> | 2018-01-02 14:39:24 -0500 |
commit | 2dd9ac08a4d6ae7f26515dd99cd579b00a7d2b14 (patch) | |
tree | e3b3e59ca3a79d538768e91975ca4ce36262bcca /constants | |
parent | 7ad8ea13c95a6ddbde90de56e7d58bf0eb161dfc (diff) |
More sprite anim documentation
Diffstat (limited to 'constants')
-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 |