summaryrefslogtreecommitdiff
path: root/text/phone/elm.asm
blob: d6823777d1ea255bd0271da7bfe064db1744a1bc (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
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
ElmPhoneStartText: ; 0x1b46fc
	text "Hello, ", $14, "?"

	para "Try not to overdo"
	line "it."

	para "Be sure to heal"
	line "your #MON if"
	cont "they are hurt."
	done

ElmPhoneSawMrPokemonText: ; 0x1b4749
	text "Hello, ", $14, "?"

	para "Did you meet MR."
	line "#MON? Great!"
	cont "Come back safely!"
	done

ElmPhonePokemonStolenText: ; 0x1b4784
	text $14, "? I'm very"
	line "upset now."

	para "We had a #MON"
	line "stolen from here."

	para "How could anyone"
	line "do that?"
	done

ElmPhoneCheckingEggText: ; 0x1b47d5
	text "Hello, ", $14, "?"

	para "We're checking the"
	line "EGG now. It does"

	para "appear to be a"
	line "#MON EGG."
	done

ElmPhoneAssistantText: ; 0x1b481c
	text "Hello, ", $14, "?"

	para "Did you see my"
	line "assistant? He's at"

	para "the #MON CENTER"
	line "in VIOLET CITY."
	done

ElmPhoneEggUnhatchedText: ; 0x1b4868
	text "Hello, ", $14, "?"

	para "How's the EGG? Has"
	line "anything changed?"

	para "If anything hap-"
	line "pens, please call."
	done

ElmPhoneEggHatchedText: ; 0x1b48bb
	text "Hello, ", $14, "?"
	line "How is the EGG?"

	para "What? It hatched?"
	line "Wow! What kind of"
	cont "#MON is it?"

	para "Please come show"
	line "me now!"
	done

ElmPhoneDiscovery1Text: ; 0x1b491f
	text "Hello, ", $14, "?"

	para "I just made a new"
	line "discovery."

	para "The time it takes"
	line "for an EGG to"

	para "hatch depends on"
	line "the #MON."
	done

ElmPhoneDiscovery2Text: ; 0x1b4982
	text "Hello, ", $14, "?"

	para "It's still a"
	line "mystery what kinds"

	para "of moves hatched"
	line "#MON have."

	para "We're investigat-"
	line "ing that now."
	done

ElmPhonePokerusText: ; 0x1b49e7
	text "Hello, ", $14, "?"

	para "I discovered an"
	line "odd thing."

	para "Apparently there's"
	line "something called"

	para "#RUS that in-"
	line "fects #MON."

	para "Yes, it's like a"
	line "virus, so it's"
	cont "called #RUS."

	para "It multiplies fast"
	line "and infects other"

	para "#MON too. But"
	line "that's all."

	para "It doesn't seem to"
	line "do anything, and"

	para "it goes away over"
	line "time."

	para "I guess it's"
	line "nothing to worry"
	cont "about. Bye!"
	done

ElmPhoneDisasterText: ; 0x1b4b17
	text "H-hello? ", $14, "?"
	line "It's a disaster!"

	para "Uh, um, it's just"
	line "terrible!"

	para "What should I do?"
	line "It… Oh, no…"

	para "Please get back"
	line "here now!"
	done

ElmPhoneEggAssistantText: ; 0x1b4b87
	text "Hello, ", $14, "? We"
	line "discovered some-"

	para "thing about the"
	line "EGG!"

	para "My assistant is at"
	line "the #MON CENTER"

	para "in VIOLET CITY. "
	line "Could you talk to"
	cont "him?"
	done

ElmPhoneRocketText: ; 0x1b4c06
	text $14, ", how are"
	line "things going?"

	para "I called because"
	line "something weird is"

	para "happening with the"
	line "radio broadcasts."

	para "They were talking"
	line "about TEAM ROCKET."

	para $14, ", do you"
	line "know anything"
	cont "about it?"

	para "Maybe TEAM ROCKET"
	line "has returned. No,"

	para "that just can't"
	line "be true."

	para "Sorry to bug you."
	line "Take care!"
	done

ElmPhoneGiftText: ; 0x1b4d09
	text "Hello, ", $14, "?"

	para "I have something"
	line "here for you."

	para "Could you swing by"
	line "my LAB?"

	para "See you later!"
	done

ElmPhoneUnusedText: ; 0x1b4d5d
	text "Hello, ", $14, "?"
	line "How's it going?"

	para "I got ahold of"
	line "something neat."

	para "Swing by my LAB"
	line "and pick it up!"

	para "See you later!"
	done