From 3cadc7b012c3d11f227d71814f729952d0f56c21 Mon Sep 17 00:00:00 2001 From: PikalaxALT Date: Wed, 4 Nov 2015 20:20:14 -0500 Subject: give/takeitem *, 1: the 1 is optional --- engine/scripting.asm | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'engine/scripting.asm') diff --git a/engine/scripting.asm b/engine/scripting.asm index d502a94db..c37d82594 100644 --- a/engine/scripting.asm +++ b/engine/scripting.asm @@ -1197,9 +1197,9 @@ ApplyPersonFacing: ; 0x9728b add hl, bc ld a, [hl] push bc - call Function1836 + call DoesSpriteHaveFacings pop bc - jr c, .not_visible ; 0x9729c $1b + jr c, .not_visible ; STILL_SPRITE ld hl, OBJECT_FLAGS1 add hl, bc bit 2, [hl] -- cgit v1.2.3