diff options
Diffstat (limited to 'constants/sprite_anim_constants.asm')
-rw-r--r-- | constants/sprite_anim_constants.asm | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/constants/sprite_anim_constants.asm b/constants/sprite_anim_constants.asm index f1cf6a6c4..2aeb5027a 100644 --- a/constants/sprite_anim_constants.asm +++ b/constants/sprite_anim_constants.asm @@ -189,7 +189,7 @@ NUM_SPRITE_ANIM_STRUCTS EQU 10 ; see wSpriteAnimationStructs const SPRITE_ANIM_OAMSET_GS_INTRO_LAPRAS_3 ; 0a const SPRITE_ANIM_OAMSET_GS_INTRO_LAPRAS_4 ; 0b const SPRITE_ANIM_OAMSET_GS_INTRO_NOTE ; 0c - const SPRITE_ANIM_OAMSET_GS_INTRO_SMALL_NOTE ; 0d + const SPRITE_ANIM_OAMSET_GS_INTRO_INVISIBLE_NOTE ; 0d const SPRITE_ANIM_OAMSET_GS_INTRO_JIGGLYPUFF_1 ; 0e const SPRITE_ANIM_OAMSET_GS_INTRO_JIGGLYPUFF_2 ; 0f const SPRITE_ANIM_OAMSET_GS_INTRO_JIGGLYPUFF_3 ; 10 |