summaryrefslogtreecommitdiff
path: root/constants/sprite_anim_constants.asm
diff options
context:
space:
mode:
authorRangi <remy.oukaour+rangi42@gmail.com>2020-11-08 19:32:52 -0500
committerRangi <remy.oukaour+rangi42@gmail.com>2020-11-08 19:32:52 -0500
commitdbcab434fb44e6fb2ce5db45567847f3393c3903 (patch)
tree0ffe9a03258693c5329b814c32022a4a8c0651f6 /constants/sprite_anim_constants.asm
parent9281a44c68836e43cd06fac06ba6dfe87910bcee (diff)
Rename "dummy game" to "memory game"
Diffstat (limited to 'constants/sprite_anim_constants.asm')
-rw-r--r--constants/sprite_anim_constants.asm4
1 files changed, 2 insertions, 2 deletions
diff --git a/constants/sprite_anim_constants.asm b/constants/sprite_anim_constants.asm
index 2a0e356a..8c99ebfe 100644
--- a/constants/sprite_anim_constants.asm
+++ b/constants/sprite_anim_constants.asm
@@ -66,7 +66,7 @@ NUM_SPRITEANIMDICT_ENTRIES EQU 10
const SPRITE_ANIM_INDEX_COMPOSE_MAIL_CURSOR ; 1b
const SPRITE_ANIM_INDEX_RED_WALK ; 1c
const SPRITE_ANIM_INDEX_UNUSED_CURSOR ; 1d
- const SPRITE_ANIM_INDEX_DUMMY_GAME ; 1e
+ const SPRITE_ANIM_INDEX_MEMORY_GAME_CURSOR ; 1e
const SPRITE_ANIM_INDEX_POKEGEAR_ARROW ; 1f
const SPRITE_ANIM_INDEX_TRADE_POKE_BALL ; 20
const SPRITE_ANIM_INDEX_TRADE_POOF ; 21
@@ -116,7 +116,7 @@ NUM_SPRITEANIMDICT_ENTRIES EQU 10
const SPRITE_ANIM_SEQ_SLOTS_EGG ; 1b
const SPRITE_ANIM_SEQ_MAIL_CURSOR ; 1c
const SPRITE_ANIM_SEQ_UNUSED_CURSOR ; 1d
- const SPRITE_ANIM_SEQ_DUMMY_GAME_CURSOR ; 1e
+ const SPRITE_ANIM_SEQ_MEMORY_GAME_CURSOR ; 1e
const SPRITE_ANIM_SEQ_POKEGEAR_ARROW ; 1f
const SPRITE_ANIM_SEQ_TRADE_POKE_BALL ; 20
const SPRITE_ANIM_SEQ_TRADE_TUBE_BULGE ; 21