diff options
author | Remy Oukaour <remy.oukaour@gmail.com> | 2018-01-02 15:02:08 -0500 |
---|---|---|
committer | Remy Oukaour <remy.oukaour@gmail.com> | 2018-01-02 15:02:08 -0500 |
commit | 6a3045d759d7172c2687bf41f3ef4aa9065ee273 (patch) | |
tree | f9d2f756bef9285eebd5c421420c6dd04040cc24 /constants/sprite_anim_constants.asm | |
parent | 648e71832aa82d5e1c91ca9db329d23834e72603 (diff) |
1-based EZ Chat cursor data indexes
Diffstat (limited to 'constants/sprite_anim_constants.asm')
-rw-r--r-- | constants/sprite_anim_constants.asm | 14 |
1 files changed, 7 insertions, 7 deletions
diff --git a/constants/sprite_anim_constants.asm b/constants/sprite_anim_constants.asm index df281a75d..034baa76f 100644 --- a/constants/sprite_anim_constants.asm +++ b/constants/sprite_anim_constants.asm @@ -143,13 +143,13 @@ 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 - const SPRITE_ANIM_FRAMESET_EZCHAT_CURSOR_1 ; 27 - const SPRITE_ANIM_FRAMESET_EZCHAT_CURSOR_2 ; 28 - const SPRITE_ANIM_FRAMESET_EZCHAT_CURSOR_3 ; 29 - const SPRITE_ANIM_FRAMESET_EZCHAT_CURSOR_4 ; 2a - const SPRITE_ANIM_FRAMESET_EZCHAT_CURSOR_5 ; 2b - const SPRITE_ANIM_FRAMESET_EZCHAT_CURSOR_6 ; 2c + const SPRITE_ANIM_FRAMESET_EZCHAT_CURSOR_1 ; 26 + const SPRITE_ANIM_FRAMESET_EZCHAT_CURSOR_2 ; 27 + const SPRITE_ANIM_FRAMESET_EZCHAT_CURSOR_3 ; 28 + const SPRITE_ANIM_FRAMESET_EZCHAT_CURSOR_4 ; 29 + const SPRITE_ANIM_FRAMESET_EZCHAT_CURSOR_5 ; 2a + const SPRITE_ANIM_FRAMESET_EZCHAT_CURSOR_6 ; 2b + const SPRITE_ANIM_FRAMESET_EZCHAT_CURSOR_7 ; 2c const SPRITE_ANIM_FRAMESET_BLUE_WALK ; 2d const SPRITE_ANIM_FRAMESET_MAGNET_TRAIN_BLUE ; 2e const SPRITE_ANIM_FRAMESET_MOBILE_TRADE_SENT_BALL ; 2f |