summaryrefslogtreecommitdiff
path: root/engine/battle/core.asm
diff options
context:
space:
mode:
Diffstat (limited to 'engine/battle/core.asm')
-rw-r--r--engine/battle/core.asm4
1 files changed, 2 insertions, 2 deletions
diff --git a/engine/battle/core.asm b/engine/battle/core.asm
index 0cbdd66fe..cc7ef2e37 100644
--- a/engine/battle/core.asm
+++ b/engine/battle/core.asm
@@ -4920,7 +4920,7 @@ LoadBattleMenu2:
ret
.mobile
- farcall Function100b12
+ farcall Mobile_LoadBattleMenu
ld a, [wcd2b]
and a
ret z
@@ -5311,7 +5311,7 @@ CheckAmuletCoin:
MoveSelectionScreen:
call IsMobileBattle
jr nz, .not_mobile
- farcall MobileMoveSelectionScreen
+ farcall Mobile_MoveSelectionScreen
ret
.not_mobile