diff options
author | GriffinR <griffin.g.richards@gmail.com> | 2020-06-06 16:46:19 -0400 |
---|---|---|
committer | GriffinR <griffin.g.richards@gmail.com> | 2020-06-07 12:54:50 -0400 |
commit | e6f5c4f264520dde185691201df76830c2d2f1cb (patch) | |
tree | 3fd7869e29208ef73002f1f6d3c3cc3e6f3b6d30 /src/battle_controllers.c | |
parent | 3f97763181c486cf537ac187036b086e1f222cfc (diff) |
Sync link_rfu_2.c
Diffstat (limited to 'src/battle_controllers.c')
-rw-r--r-- | src/battle_controllers.c | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/src/battle_controllers.c b/src/battle_controllers.c index a0e9e4416..7f78c1ac9 100644 --- a/src/battle_controllers.c +++ b/src/battle_controllers.c @@ -6,6 +6,7 @@ #include "battle_message.h" #include "cable_club.h" #include "link.h" +#include "link_rfu.h" #include "party_menu.h" #include "pokemon.h" #include "recorded_battle.h" @@ -827,7 +828,7 @@ void sub_8033648(void) if (gReceivedRemoteLinkPlayers != 0 && (gBattleTypeFlags & BATTLE_TYPE_20)) { - sub_8011BD0(); + DestroyTask_RfuIdle(); for (i = 0; i < GetLinkPlayerCount(); i++) { if (GetBlockReceivedStatus() & gBitTable[i]) |