summaryrefslogtreecommitdiff
path: root/src/battle_main.c
diff options
context:
space:
mode:
authorPhlosioneer <mattmdrr2@gmail.com>2019-04-03 17:24:32 -0400
committerPhlosioneer <mattmdrr2@gmail.com>2019-04-03 17:24:32 -0400
commit3a2ea401882d9ce47709d048f57a6d18f890b5f4 (patch)
treeb2f046f579bda3851c36311309a934000261443e /src/battle_main.c
parentf82bdb332af669681fdc7edda689753c97ebeede (diff)
Rename and document more contest setup functions
Also properly label the link contest flags variable, and label the contest window ID's.
Diffstat (limited to 'src/battle_main.c')
-rw-r--r--src/battle_main.c6
1 files changed, 3 insertions, 3 deletions
diff --git a/src/battle_main.c b/src/battle_main.c
index 19fd01e3c..7a215384e 100644
--- a/src/battle_main.c
+++ b/src/battle_main.c
@@ -981,7 +981,7 @@ static void CB2_HandleStartBattle(void)
gBattleCommunication[MULTIUSE_STATE] = 1;
}
if (gWirelessCommType)
- sub_800E0E8();
+ LoadWirelessStatusIndicatorSprite();
break;
case 1:
if (gBattleTypeFlags & BATTLE_TYPE_LINK)
@@ -1176,7 +1176,7 @@ static void CB2_HandleStartMultiPartnerBattle(void)
gBattleCommunication[MULTIUSE_STATE] = 1;
}
if (gWirelessCommType)
- sub_800E0E8();
+ LoadWirelessStatusIndicatorSprite();
// fall through
case 1:
if (gBattleTypeFlags & BATTLE_TYPE_LINK)
@@ -1576,7 +1576,7 @@ static void CB2_HandleStartMultiBattle(void)
gBattleCommunication[MULTIUSE_STATE] = 1;
}
if (gWirelessCommType)
- sub_800E0E8();
+ LoadWirelessStatusIndicatorSprite();
break;
case 1:
if (gBattleTypeFlags & BATTLE_TYPE_LINK)