summaryrefslogtreecommitdiff
path: root/macros
diff options
context:
space:
mode:
authorRangi <remy.oukaour+rangi42@gmail.com>2018-05-06 12:16:57 -0400
committerRangi <remy.oukaour+rangi42@gmail.com>2018-05-06 12:16:57 -0400
commit1c92cb8b48b96d861ceb2d14dfbf775223006edf (patch)
tree0f7d73b4892d796fcaf8ca75079f23a19b4a4bc8 /macros
parentd31ba05aebed61b499e242f133cfbd4095eee09e (diff)
'rept' is not indented
Diffstat (limited to 'macros')
-rw-r--r--macros/coords.asm4
1 files changed, 2 insertions, 2 deletions
diff --git a/macros/coords.asm b/macros/coords.asm
index 95c4cb041..0833c242c 100644
--- a/macros/coords.asm
+++ b/macros/coords.asm
@@ -26,11 +26,11 @@ ENDM
dwcoord: MACRO
; x, y
- rept _NARG / 2
+rept _NARG / 2
dw (\2) * SCREEN_WIDTH + (\1) + wTileMap
shift
shift
- endr
+endr
ENDM
ldcoord_a: MACRO