Document cycling, cable car, and tunneler route houses
This commit is contained in:
@@ -24,7 +24,7 @@
|
||||
"movement_range_y": 0,
|
||||
"trainer_type": "0",
|
||||
"trainer_sight_or_berry_tree_id": "0",
|
||||
"script": "Route116_TunnelersRestHouse_EventScript_22B85A",
|
||||
"script": "Route116_TunnelersRestHouse_EventScript_Tunneler1",
|
||||
"flag": "0"
|
||||
},
|
||||
{
|
||||
@@ -37,7 +37,7 @@
|
||||
"movement_range_y": 1,
|
||||
"trainer_type": "0",
|
||||
"trainer_sight_or_berry_tree_id": "0",
|
||||
"script": "Route116_TunnelersRestHouse_EventScript_22B86C",
|
||||
"script": "Route116_TunnelersRestHouse_EventScript_Tunneler3",
|
||||
"flag": "0"
|
||||
},
|
||||
{
|
||||
@@ -50,7 +50,7 @@
|
||||
"movement_range_y": 0,
|
||||
"trainer_type": "0",
|
||||
"trainer_sight_or_berry_tree_id": "0",
|
||||
"script": "Route116_TunnelersRestHouse_EventScript_22B863",
|
||||
"script": "Route116_TunnelersRestHouse_EventScript_Tunneler2",
|
||||
"flag": "0"
|
||||
}
|
||||
],
|
||||
|
||||
@@ -6,28 +6,28 @@ Route116_TunnelersRestHouse_OnTransition: @ 822B856
|
||||
setflag FLAG_LANDMARK_TUNNELERS_REST_HOUSE
|
||||
end
|
||||
|
||||
Route116_TunnelersRestHouse_EventScript_22B85A:: @ 822B85A
|
||||
msgbox Route116_TunnelersRestHouse_Text_22B88B, MSGBOX_NPC
|
||||
Route116_TunnelersRestHouse_EventScript_Tunneler1:: @ 822B85A
|
||||
msgbox Route116_TunnelersRestHouse_Text_WeHadToStopBoring, MSGBOX_NPC
|
||||
end
|
||||
|
||||
Route116_TunnelersRestHouse_EventScript_22B863:: @ 822B863
|
||||
msgbox Route116_TunnelersRestHouse_Text_22B99F, MSGBOX_NPC
|
||||
Route116_TunnelersRestHouse_EventScript_Tunneler2:: @ 822B863
|
||||
msgbox Route116_TunnelersRestHouse_Text_ManDiggingHisWayToVerdanturf, MSGBOX_NPC
|
||||
end
|
||||
|
||||
Route116_TunnelersRestHouse_EventScript_22B86C:: @ 822B86C
|
||||
Route116_TunnelersRestHouse_EventScript_Tunneler3:: @ 822B86C
|
||||
lock
|
||||
faceplayer
|
||||
goto_if_set FLAG_RUSTURF_TUNNEL_OPENED, Route116_TunnelersRestHouse_EventScript_22B881
|
||||
msgbox Route116_TunnelersRestHouse_Text_22BAAF, MSGBOX_DEFAULT
|
||||
goto_if_set FLAG_RUSTURF_TUNNEL_OPENED, Route116_TunnelersRestHouse_EventScript_TunnelOpened
|
||||
msgbox Route116_TunnelersRestHouse_Text_GetToVerdanturfWithoutTunnel, MSGBOX_DEFAULT
|
||||
release
|
||||
end
|
||||
|
||||
Route116_TunnelersRestHouse_EventScript_22B881:: @ 822B881
|
||||
msgbox Route116_TunnelersRestHouse_Text_22BB3B, MSGBOX_DEFAULT
|
||||
Route116_TunnelersRestHouse_EventScript_TunnelOpened:: @ 822B881
|
||||
msgbox Route116_TunnelersRestHouse_Text_TunnelHasGoneThrough, MSGBOX_DEFAULT
|
||||
release
|
||||
end
|
||||
|
||||
Route116_TunnelersRestHouse_Text_22B88B: @ 822B88B
|
||||
Route116_TunnelersRestHouse_Text_WeHadToStopBoring: @ 822B88B
|
||||
.string "That RUSTURF TUNNEL there…\p"
|
||||
.string "At first, we had a huge work crew boring\n"
|
||||
.string "through rock with the latest machinery.\l"
|
||||
@@ -38,7 +38,7 @@ Route116_TunnelersRestHouse_Text_22B88B: @ 822B88B
|
||||
.string "So, we've got nothing to do but loll\n"
|
||||
.string "around here doing nothing.$"
|
||||
|
||||
Route116_TunnelersRestHouse_Text_22B99F: @ 822B99F
|
||||
Route116_TunnelersRestHouse_Text_ManDiggingHisWayToVerdanturf: @ 822B99F
|
||||
.string "There's a man digging his way to\n"
|
||||
.string "VERDANTURF all by his lonesome.\l"
|
||||
.string "He's desperate to get through.\p"
|
||||
@@ -48,13 +48,13 @@ Route116_TunnelersRestHouse_Text_22B99F: @ 822B99F
|
||||
.string "harming the natural environment.\p"
|
||||
.string "I wonder if he made it through yet.$"
|
||||
|
||||
Route116_TunnelersRestHouse_Text_22BAAF: @ 822BAAF
|
||||
Route116_TunnelersRestHouse_Text_GetToVerdanturfWithoutTunnel: @ 822BAAF
|
||||
.string "To get to VERDANTURF without using\n"
|
||||
.string "this TUNNEL, you'd have to cross the\l"
|
||||
.string "sea to DEWFORD, sail on to SLATEPORT,\l"
|
||||
.string "then travel through MAUVILLE.$"
|
||||
|
||||
Route116_TunnelersRestHouse_Text_22BB3B: @ 822BB3B
|
||||
Route116_TunnelersRestHouse_Text_TunnelHasGoneThrough: @ 822BB3B
|
||||
.string "Did you hear? The TUNNEL to VERDANTURF\n"
|
||||
.string "has gone through!\p"
|
||||
.string "Sometimes, if you hope strongly enough,\n"
|
||||
|
||||
Reference in New Issue
Block a user