summaryrefslogtreecommitdiff
path: root/src/apprentice.c
diff options
context:
space:
mode:
authorGriffinR <griffin.g.richards@gmail.com>2021-02-01 21:04:00 -0500
committerGitHub <noreply@github.com>2021-02-01 21:04:00 -0500
commit7e26aa3d21f55e1375bfde6ffbc70210170fdc37 (patch)
tree8904e34e1c44fc10c413b2ba5a42d06b61ca1343 /src/apprentice.c
parent90513a9d726e6cda19a3f8fdc8988ee31d9f4ff1 (diff)
parent92bd6400b7ded57bde9a41206d10a5dcbd9f6383 (diff)
Merge pull request #1316 from GriffinRichards/doc-scrcmd
Label remaining script commands, document some scrcmd.c, event_object_lock, trainer_see, berry tree
Diffstat (limited to 'src/apprentice.c')
-rw-r--r--src/apprentice.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/apprentice.c b/src/apprentice.c
index ad157f301..20c0cb9e3 100644
--- a/src/apprentice.c
+++ b/src/apprentice.c
@@ -923,7 +923,7 @@ static void Script_PrintApprenticeMessage(void)
{
ScriptContext2_Enable();
FreezeObjectEvents();
- sub_808B864();
+ PlayerFreeze();
sub_808BCF4();
DrawDialogueFrame(0, 1);
PrintApprenticeMessage();