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/battle_tower.c | |
parent | aca50c87beaa88f66ca2a8602c23411fd20b0884 (diff) |
Document link contest connection
Diffstat (limited to 'src/battle_tower.c')
-rw-r--r-- | src/battle_tower.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/battle_tower.c b/src/battle_tower.c index 4695d9aa0..7377a6798 100644 --- a/src/battle_tower.c +++ b/src/battle_tower.c @@ -2627,7 +2627,7 @@ static void LoadLinkMultiOpponentsData(void) } break; case 4: - sub_800AC34(); + SetCloseLinkCallback(); gSpecialVar_Result = 5; break; case 5: @@ -2644,7 +2644,7 @@ static void LoadLinkMultiOpponentsData(void) static void sub_8164DCC(void) { if (gWirelessCommType != 0) - sub_800AC34(); + SetCloseLinkCallback(); } static void SetMultiPartnerGfx(void) |