From b3d779fd0d04df5a53e7615d776f12670a030946 Mon Sep 17 00:00:00 2001 From: cbt6 <91667135+cbt6@users.noreply.github.com> Date: Wed, 27 Oct 2021 01:27:20 +0800 Subject: Document field player functions --- src/apprentice.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/apprentice.c') diff --git a/src/apprentice.c b/src/apprentice.c index f881c3bef..5d1c4287b 100644 --- a/src/apprentice.c +++ b/src/apprentice.c @@ -911,7 +911,7 @@ static void Script_PrintApprenticeMessage(void) ScriptContext2_Enable(); FreezeObjectEvents(); PlayerFreeze(); - sub_808BCF4(); + StopPlayerAvatar(); DrawDialogueFrame(0, 1); PrintApprenticeMessage(); } -- cgit v1.2.3