mirror of
https://gitlab.com/xCrystal/pokecrystal-board.git
synced 2024-09-09 09:51:34 -07:00
Label some mobile battle screen functions
This commit is contained in:
parent
58b45443e8
commit
2d2a7dec7d
@ -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
|
||||
|
@ -1689,7 +1689,7 @@ Unknown_100b0a:
|
||||
|
||||
popc
|
||||
|
||||
Function100b12:
|
||||
Mobile_LoadBattleMenu:
|
||||
call Function100dd8
|
||||
ret c
|
||||
ld hl, BattleMenuHeader
|
||||
@ -1747,7 +1747,7 @@ Function100b7a:
|
||||
set 7, [hl]
|
||||
ret
|
||||
|
||||
MobileMoveSelectionScreen:
|
||||
Mobile_MoveSelectionScreen:
|
||||
xor a
|
||||
ld [wMoveSwapBuffer], a
|
||||
farcall CheckPlayerHasUsableMoves
|
||||
|
Loading…
Reference in New Issue
Block a user