summaryrefslogtreecommitdiff
path: root/maps/OlivineLighthouse1F.asm
blob: 10fdf1b3365368a4f1ea7b5ffe8f828917f51290 (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
45
46
47
48
49
50
51
52
53
54
55
56
OlivineLighthouse1F_MapScriptHeader:
.MapTriggers:
	db 0

.MapCallbacks:
	db 0

SailorScript_0x5ae67:
	jumptextfaceplayer UnknownText_0x5ae6d

PokefanFScript_0x5ae6a:
	jumptextfaceplayer UnknownText_0x5aec2

UnknownText_0x5ae6d:
	text "People train at"
	line "this LIGHTHOUSE."

	para "It's not easy to"
	line "climb because of"
	cont "all the trainers."
	done

UnknownText_0x5aec2:
	text "In the past, #-"
	line "MON used to light"

	para "the sea around"
	line "OLIVINE at night."

	para "The LIGHTHOUSE was"
	line "made in honor of"
	cont "those #MON."
	done

OlivineLighthouse1F_MapEventHeader:
	; filler
	db 0, 0

.Warps:
	db 5
	warp_def $11, $a, 9, OLIVINE_CITY
	warp_def $11, $b, 9, OLIVINE_CITY
	warp_def $b, $3, 1, OLIVINE_LIGHTHOUSE_2F
	warp_def $d, $10, 3, OLIVINE_LIGHTHOUSE_2F
	warp_def $d, $11, 4, OLIVINE_LIGHTHOUSE_2F

.XYTriggers:
	db 0

.Signposts:
	db 0

.PersonEvents:
	db 2
	person_event SPRITE_SAILOR, 2, 8, $6, 0, 0, -1, -1, 0, 0, 0, SailorScript_0x5ae67, -1
	person_event SPRITE_POKEFAN_F, 9, 16, $4, 2, 0, -1, -1, 0, 0, 0, PokefanFScript_0x5ae6a, -1