mirror of
https://gitlab.com/xCrystal/pokecrystal-board.git
synced 2024-11-16 11:27:33 -08:00
Changed some label according to Rangi's comment
I changed things from GitHub, so I hope this still works
This commit is contained in:
parent
5d9cbfec53
commit
1aa569b329
@ -44,11 +44,11 @@ MeetMomScript:
|
|||||||
setscene SCENE_FINISHED
|
setscene SCENE_FINISHED
|
||||||
setevent EVENT_PLAYERS_HOUSE_MOM_1
|
setevent EVENT_PLAYERS_HOUSE_MOM_1
|
||||||
clearevent EVENT_PLAYERS_HOUSE_MOM_2
|
clearevent EVENT_PLAYERS_HOUSE_MOM_2
|
||||||
writetext Text_Pokegear
|
writetext Text_MomGivePokegear
|
||||||
buttonsound
|
buttonsound
|
||||||
special SetDayOfWeek
|
special SetDayOfWeek
|
||||||
.SetDayOfWeek:
|
.SetDayOfWeek:
|
||||||
writetext Text_DST
|
writetext Text_IsItDSTNow
|
||||||
yesorno
|
yesorno
|
||||||
iffalse .WrongDay
|
iffalse .WrongDay
|
||||||
special InitialSetDSTFlag
|
special InitialSetDSTFlag
|
||||||
@ -67,17 +67,17 @@ MeetMomScript:
|
|||||||
jump .KnowPhone
|
jump .KnowPhone
|
||||||
|
|
||||||
.KnowPhone:
|
.KnowPhone:
|
||||||
writetext Text_KnowTheInstructions
|
writetext Text_KnowThePhoneInstructions
|
||||||
buttonsound
|
buttonsound
|
||||||
jump .FinishPhone
|
jump .FinishPhone
|
||||||
|
|
||||||
.ExplainPhone:
|
.ExplainPhone:
|
||||||
writetext Text_DontKnowTheInstructions
|
writetext Text_DontKnowThePhoneInstructions
|
||||||
buttonsound
|
buttonsound
|
||||||
jump .FinishPhone
|
jump .FinishPhone
|
||||||
|
|
||||||
.FinishPhone:
|
.FinishPhone:
|
||||||
writetext Text_InstructionsNext
|
writetext Text_PhoneInstructionsNext
|
||||||
waitbutton
|
waitbutton
|
||||||
closetext
|
closetext
|
||||||
checkevent EVENT_TEMPORARY_UNTIL_MAP_RELOAD_1
|
checkevent EVENT_TEMPORARY_UNTIL_MAP_RELOAD_1
|
||||||
@ -230,7 +230,7 @@ Text_ElmsLookingForYou:
|
|||||||
para "Here you go!"
|
para "Here you go!"
|
||||||
done
|
done
|
||||||
|
|
||||||
Text_Pokegear:
|
Text_MomGivePokegear:
|
||||||
text "#MON GEAR, or"
|
text "#MON GEAR, or"
|
||||||
line "just #GEAR."
|
line "just #GEAR."
|
||||||
|
|
||||||
@ -245,7 +245,7 @@ Text_Pokegear:
|
|||||||
line "that!"
|
line "that!"
|
||||||
done
|
done
|
||||||
|
|
||||||
Text_DST:
|
Text_IsItDSTNow:
|
||||||
text "Is it Daylight"
|
text "Is it Daylight"
|
||||||
line "Saving Time now?"
|
line "Saving Time now?"
|
||||||
done
|
done
|
||||||
@ -262,7 +262,7 @@ Text_ComeHomeForDST:
|
|||||||
cont "the PHONE?"
|
cont "the PHONE?"
|
||||||
done
|
done
|
||||||
|
|
||||||
Text_KnowTheInstructions:
|
Text_KnowThePhoneInstructions:
|
||||||
text "Don't you just"
|
text "Don't you just"
|
||||||
line "turn the #GEAR"
|
line "turn the #GEAR"
|
||||||
|
|
||||||
@ -270,7 +270,7 @@ Text_KnowTheInstructions:
|
|||||||
line "PHONE icon?"
|
line "PHONE icon?"
|
||||||
done
|
done
|
||||||
|
|
||||||
Text_DontKnowTheInstructions:
|
Text_DontKnowThePhoneInstructions:
|
||||||
text "I'll read the"
|
text "I'll read the"
|
||||||
line "instructions."
|
line "instructions."
|
||||||
|
|
||||||
@ -279,7 +279,7 @@ Text_DontKnowTheInstructions:
|
|||||||
cont "PHONE icon."
|
cont "PHONE icon."
|
||||||
done
|
done
|
||||||
|
|
||||||
Text_InstructionsNext:
|
Text_PhoneInstructionsNext:
|
||||||
text "Phone numbers are"
|
text "Phone numbers are"
|
||||||
line "stored in memory."
|
line "stored in memory."
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user