diff options
author | Rangi <remy.oukaour+rangi42@gmail.com> | 2020-04-04 14:42:31 -0400 |
---|---|---|
committer | Rangi <remy.oukaour+rangi42@gmail.com> | 2020-04-04 15:15:02 -0400 |
commit | 0ee9d7a48baed7e9388e7e377b5eab5b4f795688 (patch) | |
tree | 749cbc7e9407feb2253573f5264f7006c03e7d52 /engine | |
parent | a325db0f14ca3c48bd9057627f7306b207544700 (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.asm | 3 |
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 |