diff options
| author | Rangi <remy.oukaour+rangi42@gmail.com> | 2018-05-18 19:36:22 -0400 |
|---|---|---|
| committer | Rangi <remy.oukaour+rangi42@gmail.com> | 2018-05-18 19:36:22 -0400 |
| commit | e1fabcfbff78533cd1a5f75f4da3ede3b8a04d8f (patch) | |
| tree | 256b597af04c7f805065379522d5436c9c3cdfee /constants | |
| parent | 53bcd8f46ca4f78381af70f55d03f3180be277de (diff) | |
Fix comments
Diffstat (limited to 'constants')
| -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 |
