diff options
author | YamaArashi <shadow962@live.com> | 2016-10-25 21:17:10 -0700 |
---|---|---|
committer | YamaArashi <shadow962@live.com> | 2016-10-25 21:17:10 -0700 |
commit | 7507ee8f98305d7a3fd37272201c95096b2989e6 (patch) | |
tree | 4fa1e121649116e03b71f9b16f40fc7b053e353d /asm/macros | |
parent | b0c9dfeca44698e7d19570e912cc1ff458180a6c (diff) |
heal location data
Diffstat (limited to 'asm/macros')
-rw-r--r-- | asm/macros/map.s | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/asm/macros/map.s b/asm/macros/map.s index b51f4f434..41844b5cd 100644 --- a/asm/macros/map.s +++ b/asm/macros/map.s @@ -19,6 +19,14 @@ .byte GROUP_\map_name .endm + .macro heal_location map_name, x, y + .byte GROUP_\map_name + .byte MAP_\map_name + .2byte \x + .2byte \y + .space 2 + .endm + .equiv GROUP_NONE, 0x7f .equiv MAP_NONE, 0x7f |