diff options
author | mid-kid <esteve.varela@gmail.com> | 2017-11-19 11:54:34 +0100 |
---|---|---|
committer | mid-kid <esteve.varela@gmail.com> | 2017-11-19 11:54:34 +0100 |
commit | 35a8e9da5de14aaf1ce407fdb47e33127f05ce20 (patch) | |
tree | 694575047e3abb963b884f3c42f9e6e975b03aff /misc | |
parent | 671341a0fbcbdcbe41331a19f7863fef923c19c1 (diff) |
DetermineMobileBattleResult -> DisplayLinkBattleResult
Changed this function's name, because it confusingly only calls
DetermineLinkBattleResult when linked through mobile.
It does absolutely nothing with determining the battle result in a
regular link battle, and is only responsible for displaying the battle
result and counting stats.
Diffstat (limited to 'misc')
-rw-r--r-- | misc/mobile_40.asm | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/misc/mobile_40.asm b/misc/mobile_40.asm index 9bece8265..33dbdb091 100644 --- a/misc/mobile_40.asm +++ b/misc/mobile_40.asm @@ -4084,7 +4084,7 @@ StartMobileBattle: ; 101a21 Function101a4f: ; 101a4f ld a, 1 ld [wDisableTextAcceleration], a - callba DetermineMobileBattleResult + callba DisplayLinkBattleResult xor a ld [wDisableTextAcceleration], a callba CleanUpBattleRAM |