summaryrefslogtreecommitdiff
path: root/asm/macros
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 /asm/macros
parent4ec5c888b486fdce7e9c355148b1af14cacec929 (diff)
parent769ddf22c266c2bf41d3353c5972bca8fa49c085 (diff)
Merge pull request #1277 from GriffinRichards/doc-tower
Label remaining subs in battle_tower.c
Diffstat (limited to 'asm/macros')
-rw-r--r--asm/macros/battle_frontier/battle_tower.inc6
1 files changed, 3 insertions, 3 deletions
diff --git a/asm/macros/battle_frontier/battle_tower.inc b/asm/macros/battle_frontier/battle_tower.inc
index 71e795b1d..ccc777c50 100644
--- a/asm/macros/battle_frontier/battle_tower.inc
+++ b/asm/macros/battle_frontier/battle_tower.inc
@@ -72,9 +72,9 @@
special CallBattleTowerFunc
.endm
- @ Unknown. Destroys some link task if using wireless link. Wait for link?
- .macro tower_unklink
- setvar VAR_0x8004, BATTLE_TOWER_FUNC_13
+ @ Attempts to close link connection. Used when finishing a link multi challenge.
+ .macro tower_closelink
+ setvar VAR_0x8004, BATTLE_TOWER_FUNC_TRY_CLOSE_LINK
special CallBattleTowerFunc
.endm