2015-07-10 01:45:35 -07:00
|
|
|
Route16Gate_MapScriptHeader:
|
2013-02-16 22:54:07 -08:00
|
|
|
; trigger count
|
|
|
|
db 1
|
|
|
|
|
|
|
|
; triggers
|
|
|
|
dw UnknownScript_0x733e9, $0000
|
|
|
|
|
|
|
|
; callback count
|
|
|
|
db 0
|
|
|
|
|
2015-07-10 01:45:35 -07:00
|
|
|
UnknownScript_0x733e9:
|
2013-02-16 22:54:07 -08:00
|
|
|
end
|
|
|
|
|
2015-07-10 01:45:35 -07:00
|
|
|
OfficerScript_0x733ea:
|
2013-02-16 22:54:07 -08:00
|
|
|
jumptextfaceplayer UnknownText_0x73408
|
|
|
|
|
2015-07-10 01:45:35 -07:00
|
|
|
UnknownScript_0x733ed:
|
2013-02-16 22:54:07 -08:00
|
|
|
checkitem BICYCLE
|
|
|
|
iffalse UnknownScript_0x733f3
|
|
|
|
end
|
|
|
|
|
2015-07-10 01:45:35 -07:00
|
|
|
UnknownScript_0x733f3:
|
2015-07-15 12:48:44 -07:00
|
|
|
showemote EMOTE_SHOCK, $2, 15
|
2015-06-26 23:24:55 -07:00
|
|
|
spriteface $0, UP
|
2013-02-16 22:54:07 -08:00
|
|
|
loadfont
|
2015-01-20 00:01:23 -08:00
|
|
|
writetext UnknownText_0x73496
|
2013-02-16 22:54:07 -08:00
|
|
|
closetext
|
|
|
|
loadmovesprites
|
|
|
|
applymovement $0, MovementData_0x73405
|
|
|
|
end
|
|
|
|
|
2015-07-10 01:45:35 -07:00
|
|
|
MovementData_0x73405:
|
2013-02-16 22:54:07 -08:00
|
|
|
step_right
|
|
|
|
turn_head_left
|
|
|
|
step_end
|
|
|
|
|
2015-07-10 01:45:35 -07:00
|
|
|
UnknownText_0x73408:
|
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
|
|
|
|
2015-07-10 01:45:35 -07:00
|
|
|
UnknownText_0x73496:
|
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
|
|
|
|
2015-07-10 01:45:35 -07:00
|
|
|
Route16Gate_MapEventHeader:
|
2013-02-16 22:54:07 -08:00
|
|
|
; filler
|
|
|
|
db 0, 0
|
|
|
|
|
|
|
|
; warps
|
|
|
|
db 4
|
|
|
|
warp_def $4, $0, 4, GROUP_ROUTE_16, MAP_ROUTE_16
|
|
|
|
warp_def $5, $0, 5, GROUP_ROUTE_16, MAP_ROUTE_16
|
|
|
|
warp_def $4, $9, 2, GROUP_ROUTE_16, MAP_ROUTE_16
|
|
|
|
warp_def $5, $9, 3, GROUP_ROUTE_16, MAP_ROUTE_16
|
|
|
|
|
|
|
|
; xy triggers
|
|
|
|
db 2
|
|
|
|
xy_trigger 0, $4, $5, $0, UnknownScript_0x733ed, $0, $0
|
|
|
|
xy_trigger 0, $5, $5, $0, UnknownScript_0x733ed, $0, $0
|
|
|
|
|
|
|
|
; signposts
|
|
|
|
db 0
|
|
|
|
|
|
|
|
; people-events
|
|
|
|
db 1
|
2015-07-19 01:58:31 -07:00
|
|
|
person_event SPRITE_OFFICER, 6, 9, OW_UP | $2, $0, -1, -1, (PAL_OW_BLUE << 4) | $80, 0, OfficerScript_0x733ea, -1
|