summaryrefslogtreecommitdiff
path: root/engine/events
diff options
context:
space:
mode:
authorRangi <remy.oukaour+rangi42@gmail.com>2020-11-08 19:32:57 -0500
committerRangi <remy.oukaour+rangi42@gmail.com>2020-11-08 19:32:57 -0500
commit62b756c46e5c527a3a3fe2fea0ac99d96bb8cf3e (patch)
tree8f10222e37506eaaa51c29e11a1b7c5db79ff48a /engine/events
parent7254c100931d6c96c877ca7a2db3dc03076d138a (diff)
Rename "dummy game" to "memory game"
Diffstat (limited to 'engine/events')
-rw-r--r--engine/events/specials.asm6
1 files changed, 3 insertions, 3 deletions
diff --git a/engine/events/specials.asm b/engine/events/specials.asm
index f49d358f4..1d6648973 100644
--- a/engine/events/specials.asm
+++ b/engine/events/specials.asm
@@ -206,11 +206,11 @@ CardFlip:
call StartGameCornerGame
ret
-UnusedDummyGame:
+UnusedMemoryGame:
call CheckCoinsAndCoinCase
ret c
- ld a, BANK(_DummyGame)
- ld hl, _DummyGame
+ ld a, BANK(_MemoryGame)
+ ld hl, _MemoryGame
call StartGameCornerGame
ret