From 6a3045d759d7172c2687bf41f3ef4aa9065ee273 Mon Sep 17 00:00:00 2001 From: Remy Oukaour Date: Tue, 2 Jan 2018 15:02:08 -0500 Subject: 1-based EZ Chat cursor data indexes --- constants/sprite_anim_constants.asm | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) (limited to 'constants') 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 -- cgit v1.2.3