diff options
author | GriffinR <griffin.richards@comcast.net> | 2019-11-20 22:55:44 -0500 |
---|---|---|
committer | GriffinR <griffin.richards@comcast.net> | 2019-11-20 22:55:44 -0500 |
commit | ec3e86f1d2f78bb9fece0956e246862cea3c07b9 (patch) | |
tree | fdeca5705cf68b2a355bba9fa90f9f3c16e3c69e /asm | |
parent | 215bb31d67398386d3554d31f55dbe495e7f6b6f (diff) |
Standardize Event Object to Object Event
Diffstat (limited to 'asm')
-rw-r--r-- | asm/macros/event.inc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/asm/macros/event.inc b/asm/macros/event.inc index 9db57daf1..cef18bc8d 100644 --- a/asm/macros/event.inc +++ b/asm/macros/event.inc @@ -765,7 +765,7 @@ .2byte \y .endm - @ Copies a live event object's xy position to its template, so that if the sprite goes off screen, it'll still be there when it comes back on screen. + @ Copies a live object event's xy position to its template, so that if the sprite goes off screen, it'll still be there when it comes back on screen. .macro copyobjectxytoperm index:req .byte 0x64 .2byte \index |