hiddenitem, like itemball and object_event, puts the item first and the event last

This commit is contained in:
Rangi
2018-01-23 12:59:21 -05:00
parent b88928e9aa
commit dea26c6639
63 changed files with 90 additions and 90 deletions

View File

@@ -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