summaryrefslogtreecommitdiff
path: root/maps/Route22.asm
blob: 3c5aead91156f45cce30d95a603ce9cb550772da (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
Route22_MapScriptHeader:
.SceneScripts:
	db 0

.MapCallbacks:
	db 0

VictoryRoadEntranceSign:
	jumptext VictoryRoadEntranceSignText

VictoryRoadEntranceSignText:
	text "#MON LEAGUE"

	para "VICTORY ROAD"
	line "ENTRANCE"
	done

Route22_MapEventHeader:
	; filler
	db 0, 0

.Warps:
	db 1
	warp_def 13, 5, 1, VICTORY_ROAD_GATE

.CoordEvents:
	db 0

.BGEvents:
	db 1
	bg_event 15, 7, BGEVENT_READ, VictoryRoadEntranceSign

.ObjectEvents:
	db 0