diff options
author | yenatch <yenatch@gmail.com> | 2018-05-11 00:45:00 -0400 |
---|---|---|
committer | GitHub <noreply@github.com> | 2018-05-11 00:45:00 -0400 |
commit | 9b0ca7b8c2a6ef6e3b6ef1f591f0ec875432b03a (patch) | |
tree | 802e2f9d77c263fa501d9c6330033ecc27055d9e /macros/coords.asm | |
parent | 59c4d824e65409f6de211d6e0fd354ca4ef6c61e (diff) | |
parent | 6e91c3a293d94990695e6b002a8c031873aefdf9 (diff) |
Merge pull request #510 from Rangi42/master
Use explicit HELD_NONE and NO_LIMITS, not 0s; also fix #511
Diffstat (limited to 'macros/coords.asm')
-rw-r--r-- | macros/coords.asm | 4 |
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 |