You've already forked pokecrystal-board
mirror of
https://gitlab.com/xCrystal/pokecrystal-board.git
synced 2025-04-09 05:44:44 -07:00
Identify more unnamed labels
This commit is contained in:
@@ -233,28 +233,28 @@ _PlayersPC:
|
||||
ld [wWhichIndexSet], a
|
||||
ld hl, PlayersPCAskWhatDoText
|
||||
call PC_DisplayTextWaitMenu
|
||||
call Function15715
|
||||
call .PlayersPC
|
||||
call ExitMenu
|
||||
ret
|
||||
|
||||
Function15715:
|
||||
.PlayersPC:
|
||||
xor a
|
||||
ld [wPCItemsCursor], a
|
||||
ld [wPCItemsScrollPosition], a
|
||||
ld hl, PlayersPCMenuData
|
||||
call LoadMenuHeader
|
||||
.asm_15722
|
||||
.loop
|
||||
call UpdateTimePals
|
||||
call DoNthMenu
|
||||
jr c, .asm_15731
|
||||
jr c, .turn_off
|
||||
call MenuJumptable
|
||||
jr nc, .asm_15722
|
||||
jr .asm_15732
|
||||
jr nc, .loop
|
||||
jr .done
|
||||
|
||||
.asm_15731
|
||||
.turn_off
|
||||
xor a
|
||||
|
||||
.asm_15732
|
||||
.done
|
||||
call ExitMenu
|
||||
ret
|
||||
|
||||
|
Reference in New Issue
Block a user