summaryrefslogtreecommitdiff
path: root/data/phone/text/wade_overworld.asm
blob: 7b0b96009a62064077a3204c15f648fe14747f64 (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
WadeAskNumber1Text:
	text "You're awesome!"
	line "I like you!"

	para "I look for #MON"
	line "here every day."

	para "When I'm in the"
	line "grass, I find all"
	cont "kinds of BERRIES."

	para "If you'd like,"
	line "I'll share some."

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

WadeAskNumber2Text:
	text "When I'm in the"
	line "grass, I find all"
	cont "kinds of BERRIES."

	para "If you'd like,"
	line "I'll share some."

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

WadeNumberAcceptedText:
	text "You'll hear from"
	line "me as soon as I"

	para "find anything that"
	line "you might like."
	done

WadeNumberDeclinedText:
	text "Oh well. Don't be"
	line "shy if you want to"
	cont "get my number."
	done

WadePhoneFullText:
	text "Your phone list"
	line "has no room for my"
	cont "number."
	done

WadeRematchText:
	text "I was waiting for"
	line "you. Let's battle!"
	done

WadeGiftText:
	text "Good to see you!"
	line "See? This is what"

	para "I found."
	line "It's for you!"
	done

WadePackFullText:
	text "Oops, your PACK's"
	line "full. Too bad."

	para "You should come"
	line "back for it later."
	done