diff options
author | huderlem <huderlem@gmail.com> | 2019-03-01 08:43:55 -0600 |
---|---|---|
committer | GitHub <noreply@github.com> | 2019-03-01 08:43:55 -0600 |
commit | 3b04cfa437b093a21cdc5021843b5f52a124861e (patch) | |
tree | 1e1e832d7852953a68d0d949dcb9fba61164e37c /src/easy_chat.c | |
parent | da0687987d8d4f6cb9a331f30553ffb806e74165 (diff) | |
parent | 459fd93b59795c0c9c888584d38e82577e07c056 (diff) |
Merge pull request #551 from Phlosioneer/multiplayer-stuff
Document overworld.c and link stuff in general
Diffstat (limited to 'src/easy_chat.c')
-rw-r--r-- | src/easy_chat.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/easy_chat.c b/src/easy_chat.c index aa681eeba..a8fb12eb5 100644 --- a/src/easy_chat.c +++ b/src/easy_chat.c @@ -1114,7 +1114,7 @@ static void sub_811A2A4(u8 taskId, TaskFunc taskFunc) static void sub_811A2C0(u8 taskId) { - if (!is_c1_link_related_active()) + if (!IsUpdateLinkStateCBActive()) { while (sub_811A428(taskId)); } |