You've already forked pokecrystal-board
mirror of
https://gitlab.com/xCrystal/pokecrystal-board.git
synced 2025-09-08 08:13:02 -07:00
Resolve issue #575: Rename text commands
This commit is contained in:
@@ -34,17 +34,17 @@ _ResetClock:
|
||||
.text_okay
|
||||
; Password OK. Select CONTINUE & reset settings.
|
||||
text_far UnknownText_0x1c55db
|
||||
db "@"
|
||||
text_end
|
||||
|
||||
.text_wrong
|
||||
; Wrong password!
|
||||
text_far UnknownText_0x1c560b
|
||||
db "@"
|
||||
text_end
|
||||
|
||||
.text_askreset
|
||||
; Reset the clock?
|
||||
text_far UnknownText_0x1c561c
|
||||
db "@"
|
||||
text_end
|
||||
|
||||
.NoYes_MenuHeader:
|
||||
db 0 ; flags
|
||||
@@ -104,7 +104,7 @@ ClockResetPassword:
|
||||
.pleaseenterpasswordtext
|
||||
; Please enter the password.
|
||||
text_far UnknownText_0x1c562e
|
||||
db "@"
|
||||
text_end
|
||||
|
||||
.updateIDdisplay
|
||||
hlcoord 14, 15
|
||||
|
||||
Reference in New Issue
Block a user