2018-01-31 08:38:45 -08:00
|
|
|
const_def 2 ; object constants
|
2015-11-26 21:22:14 -08:00
|
|
|
const ROUTE16GATE_OFFICER
|
|
|
|
|
2018-01-16 19:57:19 -08:00
|
|
|
Route16Gate_MapScripts:
|
2018-01-30 11:15:47 -08:00
|
|
|
db 1 ; scene scripts
|
2018-02-01 09:40:58 -08:00
|
|
|
scene_script .DummyScene ; SCENE_DEFAULT
|
2013-02-16 22:54:07 -08:00
|
|
|
|
2018-01-30 11:15:47 -08:00
|
|
|
db 0 ; callbacks
|
2013-02-16 22:54:07 -08:00
|
|
|
|
2017-12-24 10:46:34 -08:00
|
|
|
.DummyScene:
|
2013-02-16 22:54:07 -08:00
|
|
|
end
|
|
|
|
|
2017-12-17 16:48:04 -08:00
|
|
|
Route16GateOfficerScript:
|
|
|
|
jumptextfaceplayer Route16GateOfficerText
|
2013-02-16 22:54:07 -08:00
|
|
|
|
2018-02-28 14:47:31 -08:00
|
|
|
Route16GateBicycleCheck:
|
2013-02-16 22:54:07 -08:00
|
|
|
checkitem BICYCLE
|
2018-02-28 14:47:31 -08:00
|
|
|
iffalse .NoBicycle
|
2013-02-16 22:54:07 -08:00
|
|
|
end
|
|
|
|
|
2018-02-28 14:47:31 -08:00
|
|
|
.NoBicycle:
|
2015-11-26 21:22:14 -08:00
|
|
|
showemote EMOTE_SHOCK, ROUTE16GATE_OFFICER, 15
|
2018-02-25 17:05:37 -08:00
|
|
|
turnobject PLAYER, UP
|
2015-12-09 15:25:44 -08:00
|
|
|
opentext
|
2018-02-28 14:47:31 -08:00
|
|
|
writetext Route16GateCannotPassText
|
2015-11-25 07:16:29 -08:00
|
|
|
waitbutton
|
2013-02-16 22:54:07 -08:00
|
|
|
closetext
|
2018-02-28 14:47:31 -08:00
|
|
|
applymovement PLAYER, Route16GateCannotPassMovement
|
2013-02-16 22:54:07 -08:00
|
|
|
end
|
|
|
|
|
2018-02-28 14:47:31 -08:00
|
|
|
Route16GateCannotPassMovement:
|
2016-05-14 10:46:14 -07:00
|
|
|
step RIGHT
|
|
|
|
turn_head LEFT
|
2013-02-16 22:54:07 -08:00
|
|
|
step_end
|
|
|
|
|
2017-12-17 16:48:04 -08:00
|
|
|
Route16GateOfficerText:
|
2014-03-05 21:29:44 -08:00
|
|
|
text "CYCLING ROAD"
|
|
|
|
line "starts here."
|
|
|
|
|
|
|
|
para "It's all downhill,"
|
|
|
|
line "so it's totally"
|
|
|
|
cont "exhilarating."
|
|
|
|
|
|
|
|
para "It's a great sort"
|
|
|
|
line "of feeling that"
|
|
|
|
|
|
|
|
para "you can't get from"
|
|
|
|
line "a ship or train."
|
|
|
|
done
|
2013-02-16 22:54:07 -08:00
|
|
|
|
2018-02-28 14:47:31 -08:00
|
|
|
Route16GateCannotPassText:
|
2014-03-05 21:29:44 -08:00
|
|
|
text "Hey! Whoa! Stop!"
|
|
|
|
|
|
|
|
para "You can't go out"
|
|
|
|
line "on the CYCLING"
|
|
|
|
|
|
|
|
para "ROAD without a"
|
|
|
|
line "BICYCLE."
|
|
|
|
done
|
2013-02-16 22:54:07 -08:00
|
|
|
|
2018-01-16 19:57:19 -08:00
|
|
|
Route16Gate_MapEvents:
|
2018-01-30 11:15:47 -08:00
|
|
|
db 0, 0 ; filler
|
2013-02-16 22:54:07 -08:00
|
|
|
|
2018-01-30 11:15:47 -08:00
|
|
|
db 4 ; warp events
|
2018-02-01 19:22:07 -08:00
|
|
|
warp_event 0, 4, ROUTE_16, 4
|
|
|
|
warp_event 0, 5, ROUTE_16, 5
|
|
|
|
warp_event 9, 4, ROUTE_16, 2
|
|
|
|
warp_event 9, 5, ROUTE_16, 3
|
2013-02-16 22:54:07 -08:00
|
|
|
|
2018-01-30 11:15:47 -08:00
|
|
|
db 2 ; coord events
|
2018-02-28 14:47:31 -08:00
|
|
|
coord_event 5, 4, SCENE_DEFAULT, Route16GateBicycleCheck
|
|
|
|
coord_event 5, 5, SCENE_DEFAULT, Route16GateBicycleCheck
|
2013-02-16 22:54:07 -08:00
|
|
|
|
2018-01-30 11:15:47 -08:00
|
|
|
db 0 ; bg events
|
2013-02-16 22:54:07 -08:00
|
|
|
|
2018-01-30 11:15:47 -08:00
|
|
|
db 1 ; object events
|
2018-02-01 19:22:07 -08:00
|
|
|
object_event 5, 2, SPRITE_OFFICER, SPRITEMOVEDATA_STANDING_DOWN, 0, 0, -1, -1, PAL_NPC_BLUE, OBJECTTYPE_SCRIPT, 0, Route16GateOfficerScript, -1
|