diff options
author | Deokishisu <edsaletto@gmail.com> | 2018-12-19 12:28:37 -0500 |
---|---|---|
committer | GitHub <noreply@github.com> | 2018-12-19 12:28:37 -0500 |
commit | e15c7fc7cf770231548de57ef55f0747e6d63fd7 (patch) | |
tree | 0f5dd6f2d65f78ec4ff496ff48745694837ddae7 /asm/macros/map.inc | |
parent | 8edbad78e5787ffd5632a30cb8d38f5bf88dce5e (diff) |
Fix deleted line
Diffstat (limited to 'asm/macros/map.inc')
-rw-r--r-- | asm/macros/map.inc | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/asm/macros/map.inc b/asm/macros/map.inc index aabcc1bd5..94caeb697 100644 --- a/asm/macros/map.inc +++ b/asm/macros/map.inc @@ -15,6 +15,7 @@ .endm .macro object_event index:req, gfx:req, replacement:req, x:req, y:req, elevation:req, movement_type:req, x_radius:req, y_radius:req, trainer_type:req, sight_radius_tree_etc:req, script:req, event_flag:req + .byte \index, \gfx, \replacement, 0 .2byte \x .2byte \y .byte \elevation, \movement_type, ((\y_radius << 4) | \x_radius), 0 |