hiddenitem, like itemball and object_event, puts the item first and the event last
This commit is contained in:
@@ -99,9 +99,9 @@ endc
|
||||
ENDM
|
||||
|
||||
hiddenitem: MACRO
|
||||
;\1: flag: an EVENT_* constant
|
||||
;\2: item: from constants/item_constants.asm
|
||||
dwb \1, \2
|
||||
;\1: item: from constants/item_constants.asm
|
||||
;\2: flag: an EVENT_* constant
|
||||
dwb \2, \1
|
||||
ENDM
|
||||
|
||||
elevfloor: MACRO
|
||||
|
Reference in New Issue
Block a user