You've already forked pokecrystal-board
mirror of
https://gitlab.com/xCrystal/pokecrystal-board.git
synced 2025-04-09 05:44:44 -07:00
Rename "dummy game" to "memory game"
This commit is contained in:
@@ -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
|
||||
|
||||
|
Reference in New Issue
Block a user