1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
|
Route23_MapScripts:
def_scene_scripts
def_callbacks
callback MAPCALLBACK_NEWMAP, .FlyPoint
.FlyPoint:
setflag ENGINE_FLYPOINT_INDIGO_PLATEAU
endcallback
IndigoPlateauSign:
jumptext IndigoPlateauSignText
IndigoPlateauSignText:
text "INDIGO PLATEAU"
para "The Ultimate Goal"
line "for Trainers!"
para "#MON LEAGUE HQ"
done
Route23_MapEvents:
db 0, 0 ; filler
def_warp_events
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
warp_event 10, 13, VICTORY_ROAD, 10
def_coord_events
def_bg_events
bg_event 11, 7, BGEVENT_READ, IndigoPlateauSign
def_object_events
|