summaryrefslogtreecommitdiff
path: root/engine/battle
diff options
context:
space:
mode:
authormid-kid <esteve.varela@gmail.com>2020-08-03 22:56:11 +0200
committermid-kid <esteve.varela@gmail.com>2020-08-03 23:35:18 +0200
commit2d2a7dec7d8bea0c456e4598f73c24e4b5635c24 (patch)
treeefb295948df97b7af2c86f1334b895f8ff305d7b /engine/battle
parent58b45443e8fa22d027d14e6c991da9ee4c30d3f3 (diff)
Label some mobile battle screen functions
Diffstat (limited to 'engine/battle')
-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