2018-01-16 19:57:19 -08:00
|
|
|
Route23_MapScripts:
|
2020-07-24 06:49:26 -07:00
|
|
|
def_scene_scripts
|
2013-02-16 22:54:07 -08:00
|
|
|
|
2020-07-24 06:49:26 -07:00
|
|
|
def_callbacks
|
2018-01-12 21:47:38 -08:00
|
|
|
callback MAPCALLBACK_NEWMAP, .FlyPoint
|
2013-02-16 22:54:07 -08:00
|
|
|
|
2016-04-10 11:42:14 -07:00
|
|
|
.FlyPoint:
|
2015-06-25 22:30:16 -07:00
|
|
|
setflag ENGINE_FLYPOINT_INDIGO_PLATEAU
|
2020-07-17 05:37:03 -07:00
|
|
|
endcallback
|
2013-02-16 22:54:07 -08:00
|
|
|
|
2015-06-25 22:30:16 -07:00
|
|
|
IndigoPlateauSign:
|
|
|
|
jumptext IndigoPlateauSignText
|
2013-02-16 22:54:07 -08:00
|
|
|
|
2015-06-25 22:30:16 -07:00
|
|
|
IndigoPlateauSignText:
|
2014-03-05 21:29:44 -08:00
|
|
|
text "INDIGO PLATEAU"
|
|
|
|
|
|
|
|
para "The Ultimate Goal"
|
|
|
|
line "for Trainers!"
|
|
|
|
|
|
|
|
para "#MON LEAGUE HQ"
|
|
|
|
done
|
2013-02-16 22:54:07 -08:00
|
|
|
|
2018-01-16 19:57:19 -08:00
|
|
|
Route23_MapEvents:
|
2018-01-30 11:15:47 -08:00
|
|
|
db 0, 0 ; filler
|
2013-02-16 22:54:07 -08:00
|
|
|
|
2020-07-24 06:49:26 -07:00
|
|
|
def_warp_events
|
2018-02-01 19:22:07 -08:00
|
|
|
warp_event 9, 5, INDIGO_PLATEAU_POKECENTER_1F, 1
|
|
|
|
warp_event 10, 5, INDIGO_PLATEAU_POKECENTER_1F, 2
|
|
|
|
warp_event 9, 13, VICTORY_ROAD, 10
|
2018-02-01 18:54:00 -08:00
|
|
|
warp_event 10, 13, VICTORY_ROAD, 10
|
2013-02-16 22:54:07 -08:00
|
|
|
|
2020-07-24 06:49:26 -07:00
|
|
|
def_coord_events
|
2013-02-16 22:54:07 -08:00
|
|
|
|
2020-07-24 06:49:26 -07:00
|
|
|
def_bg_events
|
2018-02-01 19:22:07 -08:00
|
|
|
bg_event 11, 7, BGEVENT_READ, IndigoPlateauSign
|
2013-02-16 22:54:07 -08:00
|
|
|
|
2020-07-24 06:49:26 -07:00
|
|
|
def_object_events
|