Identify more unnamed labels

This commit is contained in:
Rangi
2020-10-04 22:34:50 -04:00
parent e475ce6fda
commit d9603e3e33
9 changed files with 89 additions and 73 deletions

View File

@@ -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