summaryrefslogtreecommitdiff
path: root/engine/games/unown_puzzle.asm
diff options
context:
space:
mode:
Diffstat (limited to 'engine/games/unown_puzzle.asm')
-rw-r--r--engine/games/unown_puzzle.asm4
1 files changed, 2 insertions, 2 deletions
diff --git a/engine/games/unown_puzzle.asm b/engine/games/unown_puzzle.asm
index c5db774b..daf98738 100644
--- a/engine/games/unown_puzzle.asm
+++ b/engine/games/unown_puzzle.asm
@@ -97,7 +97,7 @@ InitUnownPuzzlePiecePositions:
and $f
ld hl, .PuzzlePieceInitialPositions
ld e, a
- ld d, $0
+ ld d, 0
add hl, de
ld e, [hl]
ld hl, wPuzzlePieces
@@ -449,7 +449,7 @@ UnownPuzzle_CheckCurrentTileOccupancy:
ld hl, wPuzzlePieces
ld a, [wUnownPuzzleCursorPosition]
ld e, a
- ld d, $0
+ ld d, 0
add hl, de
ld a, [hl]
ret