2018-01-31 16:38:45 +00:00
|
|
|
const_def 2 ; object constants
|
2015-11-27 05:22:14 +00:00
|
|
|
const ROUTE16GATE_OFFICER
|
|
|
|
|
2018-01-17 03:57:19 +00:00
|
|
|
Route16Gate_MapScripts:
|
2018-01-30 19:15:47 +00:00
|
|
|
db 1 ; scene scripts
|
2018-02-01 17:40:58 +00:00
|
|
|
scene_script .DummyScene ; SCENE_DEFAULT
|
2013-02-17 06:54:07 +00:00
|
|
|
|
2018-01-30 19:15:47 +00:00
|
|
|
db 0 ; callbacks
|
2013-02-17 06:54:07 +00:00
|
|
|
|
2017-12-24 18:46:34 +00:00
|
|
|
.DummyScene:
|
2013-02-17 06:54:07 +00:00
|
|
|
end
|
|
|
|
|
2017-12-18 00:48:04 +00:00
|
|
|
Route16GateOfficerScript:
|
|
|
|
jumptextfaceplayer Route16GateOfficerText
|
2013-02-17 06:54:07 +00:00
|
|
|
|
2015-07-10 08:45:35 +00:00
|
|
|
UnknownScript_0x733ed:
|
2013-02-17 06:54:07 +00:00
|
|
|
checkitem BICYCLE
|
|
|
|
iffalse UnknownScript_0x733f3
|
|
|
|
end
|
|
|
|
|
2015-07-10 08:45:35 +00:00
|
|
|
UnknownScript_0x733f3:
|
2015-11-27 05:22:14 +00:00
|
|
|
showemote EMOTE_SHOCK, ROUTE16GATE_OFFICER, 15
|
2018-02-26 01:05:37 +00:00
|
|
|
turnobject PLAYER, UP
|
2015-12-09 23:25:44 +00:00
|
|
|
opentext
|
2015-01-20 08:01:23 +00:00
|
|
|
writetext UnknownText_0x73496
|
2015-11-25 15:16:29 +00:00
|
|
|
waitbutton
|
2013-02-17 06:54:07 +00:00
|
|
|
closetext
|
2015-07-22 06:49:18 +00:00
|
|
|
applymovement PLAYER, MovementData_0x73405
|
2013-02-17 06:54:07 +00:00
|
|
|
end
|
|
|
|
|
2015-07-10 08:45:35 +00:00
|
|
|
MovementData_0x73405:
|
2016-05-14 17:46:14 +00:00
|
|
|
step RIGHT
|
|
|
|
turn_head LEFT
|
2013-02-17 06:54:07 +00:00
|
|
|
step_end
|
|
|
|
|
2017-12-18 00:48:04 +00:00
|
|
|
Route16GateOfficerText:
|
2014-03-06 05:29:44 +00: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-17 06:54:07 +00:00
|
|
|
|
2015-07-10 08:45:35 +00:00
|
|
|
UnknownText_0x73496:
|
2014-03-06 05:29:44 +00:00
|
|
|
text "Hey! Whoa! Stop!"
|
|
|
|
|
|
|
|
para "You can't go out"
|
|
|
|
line "on the CYCLING"
|
|
|
|
|
|
|
|
para "ROAD without a"
|
|
|
|
line "BICYCLE."
|
|
|
|
done
|
2013-02-17 06:54:07 +00:00
|
|
|
|
2018-01-17 03:57:19 +00:00
|
|
|
Route16Gate_MapEvents:
|
2018-01-30 19:15:47 +00:00
|
|
|
db 0, 0 ; filler
|
2013-02-17 06:54:07 +00:00
|
|
|
|
2018-01-30 19:15:47 +00:00
|
|
|
db 4 ; warp events
|
2018-02-02 03:22:07 +00: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-17 06:54:07 +00:00
|
|
|
|
2018-01-30 19:15:47 +00:00
|
|
|
db 2 ; coord events
|
2018-02-02 03:22:07 +00:00
|
|
|
coord_event 5, 4, SCENE_DEFAULT, UnknownScript_0x733ed
|
|
|
|
coord_event 5, 5, SCENE_DEFAULT, UnknownScript_0x733ed
|
2013-02-17 06:54:07 +00:00
|
|
|
|
2018-01-30 19:15:47 +00:00
|
|
|
db 0 ; bg events
|
2013-02-17 06:54:07 +00:00
|
|
|
|
2018-01-30 19:15:47 +00:00
|
|
|
db 1 ; object events
|
2018-02-02 03:22:07 +00:00
|
|
|
object_event 5, 2, SPRITE_OFFICER, SPRITEMOVEDATA_STANDING_DOWN, 0, 0, -1, -1, PAL_NPC_BLUE, OBJECTTYPE_SCRIPT, 0, Route16GateOfficerScript, -1
|