Require rgbds 0.5.1
Use some new features: \<10> macro args, SECTION UNION, SIZEOF/STARTOF, and CHARLEN/CHARSUB
This commit is contained in:
@@ -224,12 +224,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"
|
||||
|
Reference in New Issue
Block a user