summaryrefslogtreecommitdiff
path: root/maps/CeladonMansion2F.asm
blob: 7af437c21874cbc6e3461c7ea83d783169d162bd (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:
.SceneScripts:
	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 1, 0, 2, CELADON_MANSION_3F
	warp_def 6, 0, 3, CELADON_MANSION_3F
	warp_def 7, 0, 5, CELADON_MANSION_1F

.CoordEvents:
	db 0

.BGEvents:
	db 3
	bg_event 0, 3, BGEVENT_READ, CeladonMansion2FComputer
	bg_event 5, 8, BGEVENT_UP, CeladonMansion2FSign
	bg_event 2, 3, BGEVENT_READ, CeladonMansion2FBookshelf

.ObjectEvents:
	db 0