summaryrefslogtreecommitdiff
path: root/maps/Route23.asm
blob: 87ba72d9c6ea9098781ced1bf337dcb725edf91f (plain)
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
38
39
40
41
42
43
44
Route23_MapScriptHeader:
.SceneScripts:
	db 0

.MapCallbacks:
	db 1
	dbw MAPCALLBACK_NEWMAP, .FlyPoint

.FlyPoint:
	setflag ENGINE_FLYPOINT_INDIGO_PLATEAU
	return

IndigoPlateauSign:
	jumptext IndigoPlateauSignText

IndigoPlateauSignText:
	text "INDIGO PLATEAU"

	para "The Ultimate Goal"
	line "for Trainers!"

	para "#MON LEAGUE HQ"
	done

Route23_MapEventHeader:
	; filler
	db 0, 0

.Warps:
	db 4
	warp_def 9, 5, 1, INDIGO_PLATEAU_POKECENTER_1F
	warp_def 10, 5, 2, INDIGO_PLATEAU_POKECENTER_1F
	warp_def 9, 13, 10, VICTORY_ROAD
	warp_def 10, 13, 10, VICTORY_ROAD

.CoordEvents:
	db 0

.BGEvents:
	db 1
	bg_event 11, 7, BGEVENT_READ, IndigoPlateauSign

.ObjectEvents:
	db 0