Comment more ROM labels as unreferenced

(Some unreferenced labels are above code which is still used via fallthrough!)
This commit is contained in:
Rangi
2020-06-21 18:33:31 -04:00
parent 91774f206e
commit c3c18dd196
21 changed files with 50 additions and 53 deletions

View File

@@ -261,19 +261,20 @@ StopAutoInput::
ld [wInputType], a
ret
JoyTitleScreenInput::
JoyTitleScreenInput:: ; unreferenced
.loop
call DelayFrame
push bc
call JoyTextDelay
pop bc
; Save data can be deleted by pressing Up + B + Select.
ldh a, [hJoyDown]
cp D_UP | SELECT | B_BUTTON
jr z, .keycombo
; Press Start or A to start the game.
ldh a, [hJoyLast]
and START | A_BUTTON
jr nz, .keycombo