summaryrefslogtreecommitdiff
path: root/asm/macros/battle_frontier
diff options
context:
space:
mode:
authorluckytyphlosion <10688458+luckytyphlosion@users.noreply.github.com>2021-05-23 10:51:26 -0400
committerluckytyphlosion <10688458+luckytyphlosion@users.noreply.github.com>2021-05-23 10:51:26 -0400
commitc723d980e772f7e7ab82dbcb7ad07132c09ab5b4 (patch)
tree0bed002b2990b9e837220618a321f3b6517a1099 /asm/macros/battle_frontier
parentc50a21fba07db80ac44c6f09fd202ba4b2e2c7d3 (diff)
parentffbbc88801de3fc56d0bf5f0af1418ca7cfcfa4f (diff)
Merge branch 'master' of https://github.com/pret/pokeemerald
Diffstat (limited to 'asm/macros/battle_frontier')
-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