diff options
author | PikalaxALT <pikalaxalt@gmail.com> | 2021-03-15 14:27:50 -0400 |
---|---|---|
committer | PikalaxALT <pikalaxalt@gmail.com> | 2021-03-15 14:27:50 -0400 |
commit | 2f4f63afdb6a7b77a8161f0cd42ae64cc5f1515c (patch) | |
tree | c1e9b848a7f6832a4f206075c33a2d66376208af /src/union_room_chat.c | |
parent | 67cdab24f8539aaacc1919b67764aae26ef7922f (diff) |
Document old man batttle controller
Diffstat (limited to 'src/union_room_chat.c')
-rw-r--r-- | 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 5d19dc9cd..85df5cd39 100644 --- a/src/union_room_chat.c +++ b/src/union_room_chat.c @@ -587,7 +587,7 @@ static void ChatEntryRoutine_ExitChat(void) case 5: if (IsLinkTaskFinished() && !GetRfuUnkCE8()) { - Link_TryStartSend5FFF(); + SetCloseLinkCallback(); sWork->exitDelayTimer = 0; sWork->routineState++; } @@ -622,7 +622,7 @@ static void ChatEntryRoutine_Drop(void) case 1: if (!RunDisplaySubtask(0) && IsLinkTaskFinished() && !GetRfuUnkCE8()) { - Link_TryStartSend5FFF(); + SetCloseLinkCallback(); sWork->exitDelayTimer = 0; sWork->routineState++; } @@ -668,7 +668,7 @@ static void ChatEntryRoutine_Disbanded(void) case 2: if (RunDisplaySubtask(0) != TRUE && IsLinkTaskFinished() && !GetRfuUnkCE8()) { - Link_TryStartSend5FFF(); + SetCloseLinkCallback(); sWork->exitDelayTimer = 0; sWork->routineState++; } |