diff options
author | PikalaxALT <PikalaxALT@gmail.com> | 2015-07-15 15:48:44 -0400 |
---|---|---|
committer | PikalaxALT <PikalaxALT@gmail.com> | 2015-07-15 15:48:44 -0400 |
commit | 39524cdb766660a7bf6d60379040349652cecc04 (patch) | |
tree | e0657f37fbd8cbd7bf724025a4bb19e68e1e0254 /macros/map.asm | |
parent | 67e56102ef56e91e9563a32f6fc68827219d2037 (diff) |
More enumeration of constants, more annotations of scripts.
Diffstat (limited to 'macros/map.asm')
-rw-r--r-- | macros/map.asm | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/macros/map.asm b/macros/map.asm index 54b543c6d..570205517 100644 --- a/macros/map.asm +++ b/macros/map.asm @@ -164,6 +164,7 @@ endc ENDM mapgroup: MACRO +; map id, height, width \1\@ EQUS "GROUP_\1" \1\@2 EQUS "MAP_\1" \1\@ EQU const_value |