diff options
author | Rangi <remy.oukaour+rangi42@gmail.com> | 2020-11-08 19:32:57 -0500 |
---|---|---|
committer | Rangi <remy.oukaour+rangi42@gmail.com> | 2020-11-08 19:32:57 -0500 |
commit | 62b756c46e5c527a3a3fe2fea0ac99d96bb8cf3e (patch) | |
tree | 8f10222e37506eaaa51c29e11a1b7c5db79ff48a /constants/sprite_anim_constants.asm | |
parent | 7254c100931d6c96c877ca7a2db3dc03076d138a (diff) |
Rename "dummy game" to "memory game"
Diffstat (limited to 'constants/sprite_anim_constants.asm')
-rw-r--r-- | constants/sprite_anim_constants.asm | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/constants/sprite_anim_constants.asm b/constants/sprite_anim_constants.asm index 26c82d979..474f2a23f 100644 --- a/constants/sprite_anim_constants.asm +++ b/constants/sprite_anim_constants.asm @@ -46,7 +46,7 @@ NUM_SPRITEANIMDICT_ENTRIES EQU 10 const SPRITE_ANIM_INDEX_COMPOSE_MAIL_CURSOR ; 09 const SPRITE_ANIM_INDEX_RED_WALK ; 0a const SPRITE_ANIM_INDEX_UNUSED_CURSOR ; 0b - const SPRITE_ANIM_INDEX_DUMMY_GAME ; 0c + const SPRITE_ANIM_INDEX_MEMORY_GAME_CURSOR ; 0c const SPRITE_ANIM_INDEX_POKEGEAR_ARROW ; 0d const SPRITE_ANIM_INDEX_TRADE_POKE_BALL ; 0e const SPRITE_ANIM_INDEX_TRADE_POOF ; 0f @@ -96,7 +96,7 @@ NUM_SPRITEANIMDICT_ENTRIES EQU 10 const SPRITE_ANIM_SEQ_SLOTS_EGG ; 0b const SPRITE_ANIM_SEQ_MAIL_CURSOR ; 0c const SPRITE_ANIM_SEQ_UNUSED_CURSOR ; 0d - const SPRITE_ANIM_SEQ_DUMMY_GAME_CURSOR ; 0e + const SPRITE_ANIM_SEQ_MEMORY_GAME_CURSOR ; 0e const SPRITE_ANIM_SEQ_POKEGEAR_ARROW ; 0f const SPRITE_ANIM_SEQ_TRADE_POKE_BALL ; 10 const SPRITE_ANIM_SEQ_TRADE_TUBE_BULGE ; 11 |