2022-05-19 19:14:13 +02:00
|
|
|
SootopolisCity_House2_MapScripts::
|
|
|
|
.byte 0
|
|
|
|
|
|
|
|
SootopolisCity_House2_EventScript_ExpertF::
|
|
|
|
lock
|
|
|
|
faceplayer
|
|
|
|
msgbox SootopolisCity_House2_Text_DidYouKnowAboutMtPyreOrbs, MSGBOX_YESNO
|
|
|
|
call_if_eq VAR_RESULT, YES, SootopolisCity_House2_EventScript_KnowAboutOrbs
|
|
|
|
call_if_eq VAR_RESULT, NO, SootopolisCity_House2_EventScript_DontKnowAboutOrbs
|
|
|
|
release
|
|
|
|
end
|
|
|
|
|
|
|
|
SootopolisCity_House2_EventScript_KnowAboutOrbs::
|
|
|
|
msgbox SootopolisCity_House2_Text_YesTwoOrbsSideBySide, MSGBOX_DEFAULT
|
|
|
|
return
|
|
|
|
|
|
|
|
SootopolisCity_House2_EventScript_DontKnowAboutOrbs::
|
|
|
|
msgbox SootopolisCity_House2_Text_OughtToVisitAndSee, MSGBOX_DEFAULT
|
|
|
|
return
|
|
|
|
|
|
|
|
SootopolisCity_House2_Text_DidYouKnowAboutMtPyreOrbs:
|
2022-08-21 22:56:26 +02:00
|
|
|
.string "Mt. Pyre…\p"
|
2022-05-19 19:14:13 +02:00
|
|
|
.string "At its peak are two orbs placed side\n"
|
|
|
|
.string "by side. Did you know?$"
|
|
|
|
|
|
|
|
SootopolisCity_House2_Text_YesTwoOrbsSideBySide:
|
|
|
|
.string "Yes, two orbs side by side…\p"
|
|
|
|
.string "The sight of them together…\n"
|
|
|
|
.string "It is somehow soothing…$"
|
|
|
|
|
|
|
|
SootopolisCity_House2_Text_OughtToVisitAndSee:
|
|
|
|
.string "Is that so?\n"
|
|
|
|
.string "Perhaps you ought to visit and see…$"
|
|
|
|
|