summaryrefslogtreecommitdiff
path: root/engine/scripting.asm
diff options
context:
space:
mode:
authorPikalaxALT <PikalaxALT@gmail.com>2016-01-05 08:46:37 -0500
committerPikalaxALT <PikalaxALT@gmail.com>2016-01-05 08:46:37 -0500
commit80aba7fc13c89d8799776ed479aa13ca69c718fe (patch)
tree7b1865f968f72a289829879e44d5db0fa062260e /engine/scripting.asm
parent27be0bfe05d161d60f977d19bee5b2812f0b5e16 (diff)
maptrigger macro
Diffstat (limited to 'engine/scripting.asm')
-rw-r--r--engine/scripting.asm2
1 files changed, 1 insertions, 1 deletions
diff --git a/engine/scripting.asm b/engine/scripting.asm
index d271d5192..6198bf417 100644
--- a/engine/scripting.asm
+++ b/engine/scripting.asm
@@ -1203,7 +1203,7 @@ ApplyPersonFacing: ; 9728b
jr c, .not_visible ; STILL_SPRITE
ld hl, OBJECT_FLAGS1
add hl, bc
- bit 2, [hl]
+ bit FIXED_FACING, [hl]
jr nz, .not_visible
pop de
ld a, e