summaryrefslogtreecommitdiff
path: root/home/joypad.asm
diff options
context:
space:
mode:
Diffstat (limited to 'home/joypad.asm')
-rw-r--r--home/joypad.asm5
1 files changed, 3 insertions, 2 deletions
diff --git a/home/joypad.asm b/home/joypad.asm
index 79129ecc4..05868d8b3 100644
--- a/home/joypad.asm
+++ b/home/joypad.asm
@@ -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