clean flags and remove temp macro

This commit is contained in:
garak
2018-10-19 14:59:18 -04:00
parent 1441ee6bc3
commit 113a8d1efd
50 changed files with 667 additions and 907 deletions
-4
View File
@@ -65,10 +65,6 @@
.endm
.macro bg_hidden_item_event x, y, height, item, flag
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