summaryrefslogtreecommitdiff
path: root/macros/legacy.asm
diff options
context:
space:
mode:
Diffstat (limited to 'macros/legacy.asm')
-rw-r--r--macros/legacy.asm7
1 files changed, 1 insertions, 6 deletions
diff --git a/macros/legacy.asm b/macros/legacy.asm
index 1c0ec2ab..8058a7ac 100644
--- a/macros/legacy.asm
+++ b/macros/legacy.asm
@@ -223,12 +223,7 @@ signpost: MACRO
ENDM
person_event: MACRO
-_s = \1
-_y = \2
-_x = \3
-_m = \4
- shift 4
- object_event _x, _y, _s, _m, \1, \2, \3, \4, \5, \6, \7, \8, \9
+ object_event \3, \2, \1, \4, \5, \6, \7, \8, \9, \<10>, \<11>, \<12>, \<13>
ENDM
PERSONTYPE_SCRIPT EQUS "OBJECTTYPE_SCRIPT"