diff options
Diffstat (limited to 'engine/games')
-rw-r--r-- | engine/games/unown_puzzle.asm | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/engine/games/unown_puzzle.asm b/engine/games/unown_puzzle.asm index 8a631159f..93305dab9 100644 --- a/engine/games/unown_puzzle.asm +++ b/engine/games/unown_puzzle.asm @@ -90,7 +90,7 @@ _UnownPuzzle: ret InitUnownPuzzlePiecePositions: - ld c, 1 + ld c, 1 ld b, 16 .load_loop call Random |