Move events and scripts into map dirs
This commit is contained in:
@@ -0,0 +1,10 @@
|
||||
SootopolisCity_House2_EventObjects: @ 853334C
|
||||
object_event 1, EVENT_OBJ_GFX_OLD_WOMAN_1, 0, 3, 3, 3, 10, 0, 0, 0, 0, SootopolisCity_House2_EventScript_226A77, 0
|
||||
|
||||
SootopolisCity_House2_MapWarps: @ 8533364
|
||||
warp_def 3, 6, 0, 5, MAP_SOOTOPOLIS_CITY
|
||||
warp_def 4, 6, 0, 5, MAP_SOOTOPOLIS_CITY
|
||||
|
||||
SootopolisCity_House2_MapEvents:: @ 8533374
|
||||
map_events SootopolisCity_House2_EventObjects, SootopolisCity_House2_MapWarps, 0x0, 0x0
|
||||
|
||||
@@ -0,0 +1,36 @@
|
||||
SootopolisCity_House2_MapScripts:: @ 8226A76
|
||||
.byte 0
|
||||
|
||||
SootopolisCity_House2_EventScript_226A77:: @ 8226A77
|
||||
lock
|
||||
faceplayer
|
||||
msgbox SootopolisCity_House2_Text_226AAB, 5
|
||||
compare VAR_RESULT, 1
|
||||
call_if 1, SootopolisCity_House2_EventScript_226A99
|
||||
compare VAR_RESULT, 0
|
||||
call_if 1, SootopolisCity_House2_EventScript_226AA2
|
||||
release
|
||||
end
|
||||
|
||||
SootopolisCity_House2_EventScript_226A99:: @ 8226A99
|
||||
msgbox SootopolisCity_House2_Text_226AF1, 4
|
||||
return
|
||||
|
||||
SootopolisCity_House2_EventScript_226AA2:: @ 8226AA2
|
||||
msgbox SootopolisCity_House2_Text_226B41, 4
|
||||
return
|
||||
|
||||
SootopolisCity_House2_Text_226AAB: @ 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
|
||||
.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
|
||||
.string "Is that so?\n"
|
||||
.string "Perhaps you ought to visit and see…$"
|
||||
|
||||
Reference in New Issue
Block a user