diff options
Diffstat (limited to 'battle/core.asm')
-rw-r--r-- | battle/core.asm | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/battle/core.asm b/battle/core.asm index 18c06e848..9b644ca5b 100644 --- a/battle/core.asm +++ b/battle/core.asm @@ -8640,7 +8640,7 @@ ExitBattle: ; 3f69e call ShowLinkBattleParticipantsAfterEnd ld c, 150 call DelayFrames - call DetermineMobileBattleResult + call DisplayLinkBattleResult ret .not_linked @@ -8737,7 +8737,7 @@ ShowLinkBattleParticipantsAfterEnd: ; 3f759 ret ; 3f77c -DetermineMobileBattleResult: ; 3f77c +DisplayLinkBattleResult: ; 3f77c callba CheckMobileBattleError jp c, .Mobile_InvalidBattle call IsMobileBattle2 |