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.asm3
1 files changed, 1 insertions, 2 deletions
diff --git a/engine/games/unown_puzzle.asm b/engine/games/unown_puzzle.asm
index 98100629e..15f0b2153 100644
--- a/engine/games/unown_puzzle.asm
+++ b/engine/games/unown_puzzle.asm
@@ -115,8 +115,7 @@ InitUnownPuzzlePiecePositions:
initpuzcoord: MACRO
rept _NARG / 2
db \1 puzcoord \2
- shift
- shift
+ shift 2
endr
ENDM
initpuzcoord 0,0, 0,1, 0,2, 0,3, 0,4, 0,5