diff options
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] |