2018-01-17 03:57:19 +00:00
|
|
|
Route16_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
|
2018-01-13 05:47:38 +00:00
|
|
|
callback MAPCALLBACK_NEWMAP, .AlwaysOnBike
|
2013-02-17 06:54:07 +00:00
|
|
|
|
2017-12-10 22:53:21 +00:00
|
|
|
.AlwaysOnBike:
|
2019-03-10 19:31:59 +00:00
|
|
|
readvar VAR_YCOORD
|
2018-02-03 02:09:17 +00:00
|
|
|
ifless 5, .CanWalk
|
2019-03-10 19:31:59 +00:00
|
|
|
readvar VAR_XCOORD
|
2018-02-03 02:09:17 +00:00
|
|
|
ifgreater 13, .CanWalk
|
2015-07-10 12:08:03 +00:00
|
|
|
setflag ENGINE_ALWAYS_ON_BIKE
|
2020-07-17 12:37:03 +00:00
|
|
|
endcallback
|
2013-02-17 06:54:07 +00:00
|
|
|
|
2017-12-10 22:53:21 +00:00
|
|
|
.CanWalk:
|
2015-07-12 06:00:17 +00:00
|
|
|
clearflag ENGINE_ALWAYS_ON_BIKE
|
2020-07-17 12:37:03 +00:00
|
|
|
endcallback
|
2013-02-17 06:54:07 +00:00
|
|
|
|
2016-04-07 04:59:45 +00:00
|
|
|
CyclingRoadSign:
|
|
|
|
jumptext CyclingRoadSignText
|
2013-02-17 06:54:07 +00:00
|
|
|
|
2016-04-07 04:59:45 +00:00
|
|
|
CyclingRoadSignText:
|
2014-03-06 05:29:44 +00:00
|
|
|
text "CYCLING ROAD"
|
|
|
|
|
|
|
|
para "DOWNHILL COASTING"
|
|
|
|
line "ALL THE WAY!"
|
|
|
|
done
|
2013-02-17 06:54:07 +00:00
|
|
|
|
2018-01-17 03:57:19 +00:00
|
|
|
Route16_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 3, 1, ROUTE_16_FUCHSIA_SPEECH_HOUSE, 1
|
|
|
|
warp_event 14, 6, ROUTE_16_GATE, 3
|
|
|
|
warp_event 14, 7, ROUTE_16_GATE, 4
|
|
|
|
warp_event 9, 6, ROUTE_16_GATE, 1
|
|
|
|
warp_event 9, 7, ROUTE_16_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, 5, BGEVENT_READ, CyclingRoadSign
|
2013-02-17 06:54:07 +00:00
|
|
|
|
2020-07-24 13:49:26 +00:00
|
|
|
def_object_events
|