diff options
author | PikalaxALT <pikalaxalt@gmail.com> | 2019-10-21 13:34:31 -0400 |
---|---|---|
committer | PikalaxALT <pikalaxalt@gmail.com> | 2019-10-21 13:34:31 -0400 |
commit | c5db70322987a977f5b15d7a04a5a3e8cc080724 (patch) | |
tree | 56f4e9874b9a67fcf70661688747aabc8be4124f /asm/macros/map.inc | |
parent | 62eec64e404a4795afb1fe46ca571bed342c5c10 (diff) |
Update hidden item json fields
Diffstat (limited to 'asm/macros/map.inc')
-rw-r--r-- | asm/macros/map.inc | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/asm/macros/map.inc b/asm/macros/map.inc index 075993fd3..d903899fe 100644 --- a/asm/macros/map.inc +++ b/asm/macros/map.inc @@ -55,8 +55,8 @@ inc _num_signs .endm - .macro bg_hidden_item_event x, y, height, item, flag, unknown - bg_event \x, \y, \height, 7, 0, \item, \flag, \unknown + .macro bg_hidden_item_event x, y, height, item, flag, quantity, underfoot + bg_event \x, \y, \height, 7, 0, \item, \flag, \quantity | (\underfoot << 7) .endm .macro map_events npcs, warps, traps, signs |