Document Sootopolis scripts

This commit is contained in:
GriffinR
2019-11-09 20:40:41 -05:00
committed by huderlem
parent a3ee92a4e7
commit 6c863f6724
22 changed files with 656 additions and 644 deletions
+11 -11
View File
@@ -1,36 +1,36 @@
SootopolisCity_House2_MapScripts:: @ 8226A76
.byte 0
SootopolisCity_House2_EventScript_226A77:: @ 8226A77
SootopolisCity_House2_EventScript_ExpertF:: @ 8226A77
lock
faceplayer
msgbox SootopolisCity_House2_Text_226AAB, MSGBOX_YESNO
msgbox SootopolisCity_House2_Text_DidYouKnowAboutMtPyreOrbs, MSGBOX_YESNO
compare VAR_RESULT, YES
call_if_eq SootopolisCity_House2_EventScript_226A99
call_if_eq SootopolisCity_House2_EventScript_KnowAboutOrbs
compare VAR_RESULT, NO
call_if_eq SootopolisCity_House2_EventScript_226AA2
call_if_eq SootopolisCity_House2_EventScript_DontKnowAboutOrbs
release
end
SootopolisCity_House2_EventScript_226A99:: @ 8226A99
msgbox SootopolisCity_House2_Text_226AF1, MSGBOX_DEFAULT
SootopolisCity_House2_EventScript_KnowAboutOrbs:: @ 8226A99
msgbox SootopolisCity_House2_Text_YesTwoOrbsSideBySide, MSGBOX_DEFAULT
return
SootopolisCity_House2_EventScript_226AA2:: @ 8226AA2
msgbox SootopolisCity_House2_Text_226B41, MSGBOX_DEFAULT
SootopolisCity_House2_EventScript_DontKnowAboutOrbs:: @ 8226AA2
msgbox SootopolisCity_House2_Text_OughtToVisitAndSee, MSGBOX_DEFAULT
return
SootopolisCity_House2_Text_226AAB: @ 8226AAB
SootopolisCity_House2_Text_DidYouKnowAboutMtPyreOrbs: @ 8226AAB
.string "MT. PYRE…\p"
.string "At its peak are two orbs placed side\n"
.string "by side. Did you know?$"
SootopolisCity_House2_Text_226AF1: @ 8226AF1
SootopolisCity_House2_Text_YesTwoOrbsSideBySide: @ 8226AF1
.string "Yes, two orbs side by side…\p"
.string "The sight of them together…\n"
.string "It is somehow soothing…$"
SootopolisCity_House2_Text_226B41: @ 8226B41
SootopolisCity_House2_Text_OughtToVisitAndSee: @ 8226B41
.string "Is that so?\n"
.string "Perhaps you ought to visit and see…$"