diff options
author | cbt6 <91667135+cbt6@users.noreply.github.com> | 2021-10-27 01:27:20 +0800 |
---|---|---|
committer | cbt6 <91667135+cbt6@users.noreply.github.com> | 2021-10-27 01:39:00 +0800 |
commit | b3d779fd0d04df5a53e7615d776f12670a030946 (patch) | |
tree | 739ad970f8a900db0b357939027b901d0c17a44e /src/match_call.c | |
parent | 4f7f6c1082ff759967b42741050534dfbc175361 (diff) |
Document field player functions
Diffstat (limited to 'src/match_call.c')
-rw-r--r-- | src/match_call.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/match_call.c b/src/match_call.c index b71fc8322..d6bc5126e 100644 --- a/src/match_call.c +++ b/src/match_call.c @@ -1180,7 +1180,7 @@ static void StartMatchCall(void) ScriptContext2_Enable(); FreezeObjectEvents(); PlayerFreeze(); - sub_808BCF4(); + StopPlayerAvatar(); } PlaySE(SE_POKENAV_CALL); |