diff options
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 |