From 576cbf5b3e4ae7cd377dfeb0d75dca54b44518bc Mon Sep 17 00:00:00 2001 From: Rangi Date: Sat, 18 Apr 2020 17:31:51 -0400 Subject: =?UTF-8?q?Miscellaneous=20fixes,=20including=20one=20for=20the=20?= =?UTF-8?q?Pok=C3=A9dex=20design=20flaw=20by=20ax6?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- engine/games/unown_puzzle.asm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'engine/games') 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 -- cgit v1.2.3