diff options
author | Diegoisawesome <Diegoisawesome@users.noreply.github.com> | 2018-10-19 14:24:34 -0500 |
---|---|---|
committer | GitHub <noreply@github.com> | 2018-10-19 14:24:34 -0500 |
commit | bf8fa23462990b36ff40ac4a863380a9d979bfdd (patch) | |
tree | 51f3a9e269bf974880dbae6ba5cbb1fd7949db0b /asm/macros | |
parent | 95d8815721321f08714b97c59a97de3a59f1e0c7 (diff) | |
parent | 113a8d1efd45ed387a0ede7b7aa8744b622c662f (diff) |
Merge pull request #365 from garakmon/event-flags
[WIP] Event flags
Diffstat (limited to 'asm/macros')
-rw-r--r-- | asm/macros/map.inc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/asm/macros/map.inc b/asm/macros/map.inc index 23806b4cc..9a028b2e5 100644 --- a/asm/macros/map.inc +++ b/asm/macros/map.inc @@ -65,7 +65,7 @@ .endm .macro bg_hidden_item_event x, y, height, item, flag - bg_event \x, \y, \height, 7, \item, \flag, 0 + 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 |