diff options
Diffstat (limited to 'asm')
-rw-r--r-- | asm/macros/event.inc | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/asm/macros/event.inc b/asm/macros/event.inc index e00bdb600..15889b1c6 100644 --- a/asm/macros/event.inc +++ b/asm/macros/event.inc @@ -765,7 +765,8 @@ .2byte \y .endm - .macro moveobjectoffscreen index:req + @ 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. + .macro copyobjectxytoperm index:req .byte 0x64 .2byte \index .endm |