Simplify clock reset procedures

Taken from this tutorial. Makes it like GS, but down Down + B instead of Down + B + Select.

Used this tutorial: https://github.com/pret/pokecrystal/wiki/simplify-the-clock-reset-procedure
This commit is contained in:
Llinos Evans 2023-10-20 04:26:05 +01:00
parent d419bf77d6
commit 26bb9fbc7b
3 changed files with 221 additions and 217 deletions

View file

@ -899,23 +899,22 @@ _SpaceSpaceColonText:: ; unreferenced
done
_PasswordAskResetText::
text "Password OK."
line "Select CONTINUE &"
cont "reset settings."
text "Select CONTINUE &"
line "reset settings."
prompt
_PasswordWrongText::
text "Wrong password!"
prompt
;_PasswordWrongText::
; text "Wrong password!"
; prompt
_PasswordAskResetClockText::
text "Reset the clock?"
done
_PasswordAskEnterText::
text "Please enter the"
line "password."
done
;_PasswordAskEnterText::
; text "Please enter the"
; line "password."
; done
_ClearAllSaveDataText::
text "Clear all save"