import from github
This commit is contained in:
34
data/maps/SootopolisCity_House2/scripts.inc
Normal file
34
data/maps/SootopolisCity_House2/scripts.inc
Normal file
@ -0,0 +1,34 @@
|
||||
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:
|
||||
.string "MT. PYRE…\p"
|
||||
.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…$"
|
||||
|
Reference in New Issue
Block a user