Comment more ROM labels as unreferenced
(Some unreferenced labels are above code which is still used via fallthrough!)
This commit is contained in:
@@ -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
|
||||
|
Reference in New Issue
Block a user