Rename "dummy game" to "memory game"

This commit is contained in:
Rangi
2020-11-08 19:32:57 -05:00
parent 7254c10093
commit 62b756c46e
12 changed files with 129 additions and 129 deletions

View File

@@ -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