summaryrefslogtreecommitdiff
path: root/data/phone/text/wade_caller.asm
blob: b00df640c3859aacd895b301b10bcf3f5f4fe495 (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
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
WadeAreYourMonGrowingText:
	text "Are your #MON"
	line "growing?"

	para "My #MON are"
	line "growing a bit too"

	para "quickly for me."
	line "It's overwhelming!"

	para "@"
	text_ram wStringBuffer4
	text "'s grow-"
	line "ing especially"

	para "quickly. I think"
	line "it'll get tough."
	done

WadeDefeatedMonText:
	text "Oh yeah, we KO'd a"
	line "wild @"
	text_ram wStringBuffer4
	text_start
	para "with one hit a"
	line "while back."

	para "It went down so"
	line "easily, I felt a"

	para "little sorry for"
	line "the poor thing."
	done

WadeLostAMonText:
	text "Oh yeah, a wild"
	line "@"
	text_ram wStringBuffer4
	text " got"

	para "away from me at"
	line "the last second."

	para "I know it's a"
	line "common #MON…"

	para "But it does annoy"
	line "me that it got"

	para "away when I almost"
	line "had it."
	done

WadeBattleRematchText:
	text "Do you feel like a"
	line "#MON battle?"

	para "It won't be like"
	line "last time!"

	para "@"
	text_ram wStringBuffer5
	text "'s"
	line "where I'll be."

	para "Let me know when"
	line "you get there."
	done

WadeHangUpText:
	text "See you later!"
	done

WadeBugCatchingContestText:
	text "The Bug-Catching"
	line "Contest is at the"

	para "NATIONAL PARK"
	line "today."

	para "Are you going,"
	line "<PLAY_G>?"

	para "I'm trying to make"
	line "up my mind."
	done

WadeFoundItemText:
	text "I found all kinds"
	line "of BERRIES. If you"

	para "want, I'll share"
	line "some with you."

	para "I'll be waiting on"
	line "@"
	text_ram wStringBuffer5
	text "."
	done

WadeNoBerriesText:
	text "Huh? BERRIES?"

	para "Sorry, I haven't"
	line "found any yet."

	para "I'll call you if I"
	line "find any. Will you"
	cont "please wait?"
	done

WadeQuickBattleText:
	text "Let's battle"
	line "already!"

	para "@"
	text_ram wStringBuffer5
	text " is"
	line "where I am."

	para "Please get here as"
	line "soon as you can!"
	done

WadeComeQuickText:
	text "How come you're"
	line "not here yet?"

	para "@"
	text_ram wStringBuffer5
	text " is"
	line "where I am."

	para "Please get here as"
	line "soon as you can!"
	done