summaryrefslogtreecommitdiff
path: root/include/battle_tower.h
diff options
context:
space:
mode:
authorGriffinR <griffin.g.richards@gmail.com>2020-12-25 00:19:24 -0500
committerGitHub <noreply@github.com>2020-12-25 00:19:24 -0500
commitd74f739e05c4ed9646a9e42b4400243474dd9fa8 (patch)
tree9cf853edcef2e12e56a73574198b0ce94ada6de3 /include/battle_tower.h
parent4ec5c888b486fdce7e9c355148b1af14cacec929 (diff)
parent769ddf22c266c2bf41d3353c5972bca8fa49c085 (diff)
Merge pull request #1277 from GriffinRichards/doc-tower
Label remaining subs in battle_tower.c
Diffstat (limited to 'include/battle_tower.h')
-rw-r--r--include/battle_tower.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/battle_tower.h b/include/battle_tower.h
index 30649719b..a80314592 100644
--- a/include/battle_tower.h
+++ b/include/battle_tower.h
@@ -83,6 +83,6 @@ u8 GetFrontierEnemyMonLevel(u8 lvlMode);
s32 GetHighestLevelInPlayerParty(void);
u8 FacilityClassToGraphicsId(u8 facilityClass);
bool32 ValidateBattleTowerRecord(u8 recordId); // unused
-void sub_8166188(void);
+void TrySetLinkBattleTowerEnemyPartyLevel(void);
#endif //GUARD_BATTLE_TOWER_H