summaryrefslogtreecommitdiff
path: root/macros/coords.asm
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 /macros/coords.asm
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 'macros/coords.asm')
-rw-r--r--macros/coords.asm3
1 files changed, 1 insertions, 2 deletions
diff --git a/macros/coords.asm b/macros/coords.asm
index 0fbf96ccd..3ea6e4154 100644
--- a/macros/coords.asm
+++ b/macros/coords.asm
@@ -28,8 +28,7 @@ dwcoord: MACRO
; x, y
rept _NARG / 2
dw (\2) * SCREEN_WIDTH + (\1) + wTilemap
- shift
- shift
+ shift 2
endr
ENDM