summaryrefslogtreecommitdiff
path: root/engine/games
diff options
context:
space:
mode:
authorRangi <remy.oukaour+rangi42@gmail.com>2020-04-18 17:31:51 -0400
committerRangi <remy.oukaour+rangi42@gmail.com>2020-04-18 17:31:51 -0400
commit576cbf5b3e4ae7cd377dfeb0d75dca54b44518bc (patch)
tree3ba8cb1bc06c9cb26b35f7ddde9ac1b2c51a7f6c /engine/games
parentceb747c622cd90e9796515e917f2a0e00ebd7764 (diff)
Miscellaneous fixes, including one for the Pokédex design flaw by ax6
Diffstat (limited to 'engine/games')
-rw-r--r--engine/games/unown_puzzle.asm2
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