diff options
author | GriffinR <griffin.g.richards@gmail.com> | 2020-08-13 03:09:47 -0400 |
---|---|---|
committer | GriffinR <griffin.g.richards@gmail.com> | 2020-08-13 16:27:40 -0400 |
commit | 4911849723195b1b7228a28bb294072070376b2e (patch) | |
tree | dccaea194d86b3145b2a8b1ad5b80b50bfd1e1a3 /src/union_room_chat.c | |
parent | aca50c87beaa88f66ca2a8602c23411fd20b0884 (diff) |
Document link contest connection
Diffstat (limited to 'src/union_room_chat.c')
-rwxr-xr-x | src/union_room_chat.c | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/src/union_room_chat.c b/src/union_room_chat.c index fefb285a8..0e7cacf31 100755 --- a/src/union_room_chat.c +++ b/src/union_room_chat.c @@ -1267,7 +1267,7 @@ static void Chat_Exit(void) case 5: if (IsLinkTaskFinished() && !sub_8011A9C()) { - sub_800AC34(); + SetCloseLinkCallback(); sChat->exitDelayTimer = 0; sChat->funcState++; } @@ -1302,7 +1302,7 @@ static void Chat_Drop(void) case 1: if (!IsDisplaySubtaskActive(0) && IsLinkTaskFinished() && !sub_8011A9C()) { - sub_800AC34(); + SetCloseLinkCallback(); sChat->exitDelayTimer = 0; sChat->funcState++; } @@ -1348,7 +1348,7 @@ static void Chat_Disbanded(void) case 2: if (IsDisplaySubtaskActive(0) != TRUE && IsLinkTaskFinished() && !sub_8011A9C()) { - sub_800AC34(); + SetCloseLinkCallback(); sChat->exitDelayTimer = 0; sChat->funcState++; } |