diff options
Diffstat (limited to 'engine/scripting.asm')
-rw-r--r-- | engine/scripting.asm | 2 |
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 |