2018-01-17 03:57:19 +00:00
|
|
|
Route7_MapScripts:
|
2020-07-24 13:49:26 +00:00
|
|
|
def_scene_scripts
|
2013-02-17 06:54:07 +00:00
|
|
|
|
2020-07-24 13:49:26 +00:00
|
|
|
def_callbacks
|
2013-02-17 06:54:07 +00:00
|
|
|
|
2016-04-07 04:59:45 +00:00
|
|
|
Route7UndergroundPathSign:
|
|
|
|
jumptext Route7UndergroundPathSignText
|
2013-02-17 06:54:07 +00:00
|
|
|
|
2016-04-07 04:59:45 +00:00
|
|
|
Route7LockedDoor:
|
|
|
|
jumptext Route7LockedDoorText
|
2013-02-17 06:54:07 +00:00
|
|
|
|
2016-04-07 04:59:45 +00:00
|
|
|
Route7UndergroundPathSignText:
|
2014-03-06 05:29:44 +00:00
|
|
|
text "What's this flyer?"
|
|
|
|
|
|
|
|
para "… Uncouth trainers"
|
|
|
|
line "have been holding"
|
|
|
|
|
|
|
|
para "battles in the"
|
|
|
|
line "UNDERGROUND PATH."
|
|
|
|
|
|
|
|
para "Because of rising"
|
|
|
|
line "complaints by lo-"
|
|
|
|
cont "cal residents, the"
|
|
|
|
cont "UNDERGROUND PATH"
|
|
|
|
cont "has been sealed"
|
|
|
|
cont "indefinitely."
|
|
|
|
|
|
|
|
para "CELADON POLICE"
|
|
|
|
done
|
2013-02-17 06:54:07 +00:00
|
|
|
|
2016-04-07 04:59:45 +00:00
|
|
|
Route7LockedDoorText:
|
2014-03-06 05:29:44 +00:00
|
|
|
text "It's locked…"
|
|
|
|
done
|
2013-02-17 06:54:07 +00:00
|
|
|
|
2018-01-17 03:57:19 +00:00
|
|
|
Route7_MapEvents:
|
2018-01-30 19:15:47 +00:00
|
|
|
db 0, 0 ; filler
|
2013-02-17 06:54:07 +00:00
|
|
|
|
2020-07-24 13:49:26 +00:00
|
|
|
def_warp_events
|
2018-02-02 03:22:07 +00:00
|
|
|
warp_event 15, 6, ROUTE_7_SAFFRON_GATE, 1
|
|
|
|
warp_event 15, 7, ROUTE_7_SAFFRON_GATE, 2
|
2013-02-17 06:54:07 +00:00
|
|
|
|
2020-07-24 13:49:26 +00:00
|
|
|
def_coord_events
|
2013-02-17 06:54:07 +00:00
|
|
|
|
2020-07-24 13:49:26 +00:00
|
|
|
def_bg_events
|
2018-02-02 03:22:07 +00:00
|
|
|
bg_event 5, 11, BGEVENT_READ, Route7UndergroundPathSign
|
|
|
|
bg_event 6, 9, BGEVENT_READ, Route7LockedDoor
|
2013-02-17 06:54:07 +00:00
|
|
|
|
2020-07-24 13:49:26 +00:00
|
|
|
def_object_events
|