You've already forked pokecrystal-board
mirror of
https://gitlab.com/xCrystal/pokecrystal-board.git
synced 2025-09-08 08:13:02 -07:00
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