pokeemerald/data/maps/SootopolisCity_House2/scripts.inc

35 lines
1.1 KiB
PHP
Raw Normal View History

2021-07-20 21:18:31 +02:00
SootopolisCity_House2_MapScripts::
2017-11-10 02:21:31 +01:00
.byte 0
2021-07-20 21:18:31 +02:00
SootopolisCity_House2_EventScript_ExpertF::
2017-11-10 02:21:31 +01:00
lock
faceplayer
2019-11-10 02:40:41 +01:00
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
2017-11-10 02:21:31 +01:00
release
end
2021-07-20 21:18:31 +02:00
SootopolisCity_House2_EventScript_KnowAboutOrbs::
2019-11-10 02:40:41 +01:00
msgbox SootopolisCity_House2_Text_YesTwoOrbsSideBySide, MSGBOX_DEFAULT
2017-11-10 02:21:31 +01:00
return
2021-07-20 21:18:31 +02:00
SootopolisCity_House2_EventScript_DontKnowAboutOrbs::
2019-11-10 02:40:41 +01:00
msgbox SootopolisCity_House2_Text_OughtToVisitAndSee, MSGBOX_DEFAULT
2017-11-10 02:21:31 +01:00
return
2021-07-20 21:18:31 +02:00
SootopolisCity_House2_Text_DidYouKnowAboutMtPyreOrbs:
2017-11-10 02:21:31 +01:00
.string "MT. PYRE…\p"
.string "At its peak are two orbs placed side\n"
.string "by side. Did you know?$"
2021-07-20 21:18:31 +02:00
SootopolisCity_House2_Text_YesTwoOrbsSideBySide:
2017-11-10 02:21:31 +01:00
.string "Yes, two orbs side by side…\p"
.string "The sight of them together…\n"
.string "It is somehow soothing…$"
2021-07-20 21:18:31 +02:00
SootopolisCity_House2_Text_OughtToVisitAndSee:
2017-11-10 02:21:31 +01:00
.string "Is that so?\n"
.string "Perhaps you ought to visit and see…$"