summaryrefslogtreecommitdiff
path: root/data/phone/text/gaven_overworld.asm
blob: aba0625e07981cb5f13e0273a6568649dc4a012b (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
GavenAskNumber1Text:
	text "Wow, you're tough."
	line "I haven't battled"

	para "that seriously in"
	line "a long time."

	para "Could I get your"
	line "phone number?"

	para "I'd like to battle"
	line "again when I heal"

	para "@"
	text_ram wStringBuffer4
	text " and the"
	line "rest of my team."
	done

GavenAskNumber2Text:
	text "Could I get your"
	line "phone number?"

	para "I'd like to battle"
	line "again when I heal"

	para "@"
	text_ram wStringBuffer4
	text " and the"
	line "rest of my team."
	done

GavenNumberAcceptedText:
	text "How should I beat"
	line "you? I'm tormented"

	para "by those thoughts"
	line "all the time…"
	done

GavenNumberDeclinedText:
	text "OK… I understand…"
	line "But if you change"

	para "your mind, give me"
	line "a shout anytime."
	done

GavenPhoneFullText:
	text "Your phone's"
	line "memory is full."

	para "You can't register"
	line "my number."
	done

GavenRematchText:
	text "Hi! I've been"
	line "waiting for you!"

	para "This time, I'm"
	line "going to win!"
	done