summaryrefslogtreecommitdiff
path: root/maps/CeladonMansion2F.asm
blob: fbe54d617a7ee983c955607698692ce7281e51c7 (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
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
CeladonMansion2F_MapScriptHeader:
.MapTriggers:
	db 0

.MapCallbacks:
	db 0

CeladonMansion2FComputer:
	jumptext CeladonMansion2FComputerText

CeladonMansion2FSign:
	jumptext CeladonMansion2FSignText

CeladonMansion2FBookshelf:
	jumpstd difficultbookshelf

CeladonMansion2FComputerText:
	text "<PLAYER> turned on"
	line "the PC."

	para "…"

	para "Someone was in the"
	line "middle of compos-"
	cont "ing an e-mail."

	para "…I hope you'll"
	line "come visit KANTO."

	para "I think you'll be"
	line "surprised at how"

	para "much things have"
	line "changed here."

	para "You'll also see"
	line "many #MON that"

	para "aren't native to"
	line "JOHTO."

	para "To the PRODUCER"

	para "…"
	done

CeladonMansion2FSignText:
	text "GAME FREAK"
	line "MEETING ROOM"
	done

CeladonMansion2F_MapEventHeader:
	; filler
	db 0, 0

.Warps:
	db 4
	warp_def $0, $0, 4, CELADON_MANSION_1F
	warp_def $0, $1, 2, CELADON_MANSION_3F
	warp_def $0, $6, 3, CELADON_MANSION_3F
	warp_def $0, $7, 5, CELADON_MANSION_1F

.XYTriggers:
	db 0

.Signposts:
	db 3
	signpost 3, 0, SIGNPOST_READ, CeladonMansion2FComputer
	signpost 8, 5, SIGNPOST_UP, CeladonMansion2FSign
	signpost 3, 2, SIGNPOST_READ, CeladonMansion2FBookshelf

.PersonEvents:
	db 0