diff options
author | garak <garakmon@gmail.com> | 2018-10-19 14:59:18 -0400 |
---|---|---|
committer | garak <garakmon@gmail.com> | 2018-10-19 14:59:18 -0400 |
commit | 113a8d1efd45ed387a0ede7b7aa8744b622c662f (patch) | |
tree | 7f9ef65240bb0bfb9f9e7610c3a043e48bfea02d /asm/macros | |
parent | 1441ee6bc3731387f7a3cb31f0058d81a38a8db5 (diff) |
clean flags and remove temp macro
Diffstat (limited to 'asm/macros')
-rw-r--r-- | asm/macros/map.inc | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/asm/macros/map.inc b/asm/macros/map.inc index aa54c9001..9a028b2e5 100644 --- a/asm/macros/map.inc +++ b/asm/macros/map.inc @@ -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 |