diff options
author | YamaArashi <shadow962@live.com> | 2016-01-28 14:20:03 -0800 |
---|---|---|
committer | YamaArashi <shadow962@live.com> | 2016-01-28 14:20:03 -0800 |
commit | 4028e7e7bdb82f27b57f613e41dac69fc60ab3e8 (patch) | |
tree | 0caa9bd5c0475265e1ba067530ecf0f54b6c8e3d /asm/macros.s | |
parent | b73bb80befe72f96c30a23b1f019229c5966080b (diff) |
region map locations
Diffstat (limited to 'asm/macros.s')
-rw-r--r-- | asm/macros.s | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/asm/macros.s b/asm/macros.s index 590df5a20..8faccc42a 100644 --- a/asm/macros.s +++ b/asm/macros.s @@ -5,7 +5,7 @@ .include "asm/macros/map.s" .include "asm/macros/field_effect_script.s" - .macro region_map_entry x, y, width, height, name + .macro region_map_location x, y, width, height, name .byte \x .byte \y .byte \width |