You've already forked pokecrystal-board
mirror of
https://gitlab.com/xCrystal/pokecrystal-board.git
synced 2025-04-09 05:44:44 -07:00
Label some mobile battle screen functions
This commit is contained in:
@@ -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
|
||||
|
Reference in New Issue
Block a user