diff options
author | GriffinR <griffin.g.richards@gmail.com> | 2020-12-25 00:19:24 -0500 |
---|---|---|
committer | GitHub <noreply@github.com> | 2020-12-25 00:19:24 -0500 |
commit | d74f739e05c4ed9646a9e42b4400243474dd9fa8 (patch) | |
tree | 9cf853edcef2e12e56a73574198b0ce94ada6de3 /include/constants | |
parent | 4ec5c888b486fdce7e9c355148b1af14cacec929 (diff) | |
parent | 769ddf22c266c2bf41d3353c5972bca8fa49c085 (diff) |
Merge pull request #1277 from GriffinRichards/doc-tower
Label remaining subs in battle_tower.c
Diffstat (limited to 'include/constants')
-rw-r--r-- | include/constants/battle_tower.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/include/constants/battle_tower.h b/include/constants/battle_tower.h index b372c3ad5..f661ddc0b 100644 --- a/include/constants/battle_tower.h +++ b/include/constants/battle_tower.h @@ -14,7 +14,7 @@ #define BATTLE_TOWER_FUNC_LOAD_PARTNERS 10 #define BATTLE_TOWER_FUNC_PARTNER_MSG 11 #define BATTLE_TOWER_FUNC_LOAD_LINK_OPPONENTS 12 -#define BATTLE_TOWER_FUNC_13 13 +#define BATTLE_TOWER_FUNC_TRY_CLOSE_LINK 13 #define BATTLE_TOWER_FUNC_SET_PARTNER_GFX 14 #define BATTLE_TOWER_FUNC_SET_INTERVIEW_DATA 15 |