summaryrefslogtreecommitdiff
path: root/engine/games/memory_game.asm
diff options
context:
space:
mode:
Diffstat (limited to 'engine/games/memory_game.asm')
-rw-r--r--engine/games/memory_game.asm4
1 files changed, 2 insertions, 2 deletions
diff --git a/engine/games/memory_game.asm b/engine/games/memory_game.asm
index 10a0b24ed..8be4e51c4 100644
--- a/engine/games/memory_game.asm
+++ b/engine/games/memory_game.asm
@@ -216,7 +216,7 @@ endr
pop af
push hl
ld e, a
- ld d, $0
+ ld d, 0
ld hl, wMemoryGameCards
add hl, de
ld a, [hl]
@@ -259,7 +259,7 @@ MemoryGame_CheckMatch:
ld a, [wMemoryGameCard1Location]
ld e, a
- ld d, $0
+ ld d, 0
ld hl, wMemoryGameCards
add hl, de
ld [hl], -1