summaryrefslogtreecommitdiff
path: root/engine
diff options
context:
space:
mode:
authorRangi <remy.oukaour+rangi42@gmail.com>2020-04-04 14:42:31 -0400
committerRangi <remy.oukaour+rangi42@gmail.com>2020-04-04 15:15:02 -0400
commit0ee9d7a48baed7e9388e7e377b5eab5b4f795688 (patch)
tree749cbc7e9407feb2253573f5264f7006c03e7d52 /engine
parenta325db0f14ca3c48bd9057627f7306b207544700 (diff)
Upgrade to rgbds 0.4.0
- fail for rgbds < 0.4.0 - `rst <Label>` - `ds <count>, <byte>` - `shift <N>` - ASCII "\r" - Sorted .sym file
Diffstat (limited to 'engine')
-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