diff options
author | yenatch <yenatch@gmail.com> | 2018-06-04 00:47:16 -0400 |
---|---|---|
committer | GitHub <noreply@github.com> | 2018-06-04 00:47:16 -0400 |
commit | d596a0c83bfbb97bff5cdb5b3bba925d3f798fa1 (patch) | |
tree | 5bc4cbdd09186fbdf2f7e2294fdde443ff8900bd /constants/map_constants.asm | |
parent | 53bcd8f46ca4f78381af70f55d03f3180be277de (diff) | |
parent | c7bb2d15cfb32a5e965933b90e0acb497c7bf7b2 (diff) |
Merge pull request #514 from Rangi42/master
[Ready to merge] Named constants for sprite movement data bit flags + other minor fixes
Diffstat (limited to 'constants/map_constants.asm')
-rw-r--r-- | constants/map_constants.asm | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/constants/map_constants.asm b/constants/map_constants.asm index 3efc8e30b..7c07c9e9e 100644 --- a/constants/map_constants.asm +++ b/constants/map_constants.asm @@ -5,8 +5,8 @@ ENDM map_const: MACRO ;\1: map id -;\2: height: in blocks -;\3: width: in blocks +;\2: width: in blocks +;\3: height: in blocks GROUP_\1 EQU const_value enum MAP_\1 \1_WIDTH EQU \2 |