begin event flag names, add temporary hidden item macro

This commit is contained in:
garak
2018-10-17 22:07:23 -04:00
parent 7d88b9647f
commit d1b7f32b0a
108 changed files with 398 additions and 368 deletions

View File

@@ -68,6 +68,10 @@
bg_event \x, \y, \height, 7, \item, \flag, 0
.endm
.macro bg_hidden_item_event_new x, y, height, item, flag
bg_event \x, \y, \height, 7, \item, ((\flag) - FLAG_HIDDEN_ITEMS_START), 0
.endm
.macro bg_secret_base_event x, y, height, secret_base_id
bg_event \x, \y, \height, 8, \secret_base_id, 0, 0
.endm