diff options
author | Remy Oukaour <remy.oukaour@gmail.com> | 2018-01-15 00:21:41 -0500 |
---|---|---|
committer | Remy Oukaour <remy.oukaour@gmail.com> | 2018-01-15 00:21:41 -0500 |
commit | 07b8fe2983b0815ac3183ffa9ecd5d55b7f201a5 (patch) | |
tree | f7f3c350fe6f173a6bdfddbe83bc9c4ddfa98892 /constants/sprite_anim_constants.asm | |
parent | f2dde1f4caf82622fe43cf6763ab8e0e9a40afa8 (diff) |
G/S does use this OAM data: https://i.imgur.com/KdIhKKk.png
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 5692c6efc..f1cf6a6c4 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_UNUSED_0D ; 0d + const SPRITE_ANIM_OAMSET_GS_INTRO_SMALL_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 |