summaryrefslogtreecommitdiff
path: root/data/phone/text/chad_overworld.asm
blob: 883baa21c9c797c1a4c17913f74c17e69b3c5f77 (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
ChadAskNumber1Text:
	text "Huh? Is that thing"
	line "a #DEX? Have"
	cont "you met PROF.OAK?"

	para "Huh? You have? "
	line "That's way cool!"

	para "I have a dream of"
	line "becoming a #MON"

	para "researcher like"
	line "PROF.OAK."

	para "May I please have"
	line "your phone number?"

	para "We should chat"
	line "about PROF.OAK."

	para "I'm sure it will"
	line "be loads of fun!"
	done

ChadAskNumber2Text:
	text "May I please have"
	line "your phone number?"

	para "We should chat"
	line "about PROF.OAK."

	para "I'm sure it will"
	line "be loads of fun!"
	done

ChadNumberAcceptedText:
	text "You must listen to"
	line "PROF.OAK'S #MON"
	cont "TALK, right?"
	done

ChadNumberDeclinedText:
	text "Oh… I wish I had a"
	line "chance to meet"
	cont "PROF.OAK…"
	done

ChadPhoneFullText:
	text "Your phone list is"
	line "completely full!"
	done

ChadRematchText:
	text "I've been waiting!"
	line "Let's battle now!"
	done