diff options
author | PikalaxALT <PikalaxALT@gmail.com> | 2015-11-23 16:04:53 -0500 |
---|---|---|
committer | PikalaxALT <PikalaxALT@gmail.com> | 2015-11-23 16:04:53 -0500 |
commit | d972564175bcee324877f1e016fafd349c50e7d3 (patch) | |
tree | 7a4368ba654bd78ec2fd0b4456afa9fb2a88fead /battle/effect_commands.asm | |
parent | 0dc5ae04b82143b1cbff50a9d25ebe21326305ae (diff) |
link and seer labels
Diffstat (limited to 'battle/effect_commands.asm')
-rw-r--r-- | battle/effect_commands.asm | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/battle/effect_commands.asm b/battle/effect_commands.asm index 2ebe1f843..506dc9746 100644 --- a/battle/effect_commands.asm +++ b/battle/effect_commands.asm @@ -9028,7 +9028,7 @@ BatonPass_LinkPlayerSwitch: ; 37a67 ld [wd0ec], a call LoadStandardMenuDataHeader - ld hl, Function3e8e4 + ld hl, LinkBattleSendReceiveAction call CallBattleCore call WriteBackup @@ -9044,7 +9044,7 @@ BatonPass_LinkEnemySwitch: ; 37a82 ret z call LoadStandardMenuDataHeader - ld hl, Function3e8e4 + ld hl, LinkBattleSendReceiveAction call CallBattleCore ld a, [OTPartyCount] |