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
|
ElmPhoneStartText: ; 0x1b46fc
db $0, "Hello, ", $14, "?", $51
db "Try not to overdo", $4f
db "it.", $51
db "Be sure to heal", $4f
db "your #MON if", $55
db "they are hurt.", $57
ElmPhoneSawMrPokemonText: ; 0x1b4749
db $0, "Hello, ", $14, "?", $51
db "Did you meet MR.", $4f
db "#MON? Great!", $55
db "Come back safely!", $57
ElmPhonePokemonStolenText: ; 0x1b4784
db $0, $14, "? I'm very", $4f
db "upset now.", $51
db "We had a #MON", $4f
db "stolen from here.", $51
db "How could anyone", $4f
db "do that?", $57
ElmPhoneCheckingEggText: ; 0x1b47d5
db $0, "Hello, ", $14, "?", $51
db "We're checking the", $4f
db "EGG now. It does", $51
db "appear to be a", $4f
db "#MON EGG.", $57
ElmPhoneAssistantText: ; 0x1b481c
db $0, "Hello, ", $14, "?", $51
db "Did you see my", $4f
db "assistant? He's at", $51
db "the #MON CENTER", $4f
db "in VIOLET CITY.", $57
ElmPhoneEggUnhatchedText: ; 0x1b4868
db $0, "Hello, ", $14, "?", $51
db "How's the EGG? Has", $4f
db "anything changed?", $51
db "If anything hap-", $4f
db "pens, please call.", $57
ElmPhoneEggHatchedText: ; 0x1b48bb
db $0, "Hello, ", $14, "?", $4f
db "How is the EGG?", $51
db "What? It hatched?", $4f
db "Wow! What kind of", $55
db "#MON is it?", $51
db "Please come show", $4f
db "me now!", $57
ElmPhoneDiscovery1Text: ; 0x1b491f
db $0, "Hello, ", $14, "?", $51
db "I just made a new", $4f
db "discovery.", $51
db "The time it takes", $4f
db "for an EGG to", $51
db "hatch depends on", $4f
db "the #MON.", $57
ElmPhoneDiscovery2Text: ; 0x1b4982
db $0, "Hello, ", $14, "?", $51
db "It's still a", $4f
db "mystery what kinds", $51
db "of moves hatched", $4f
db "#MON have.", $51
db "We're investigat-", $4f
db "ing that now.", $57
ElmPhonePokerusText: ; 0x1b49e7
db $0, "Hello, ", $14, "?", $51
db "I discovered an", $4f
db "odd thing.", $51
db "Apparently there's", $4f
db "something called", $51
db "#RUS that in-", $4f
db "fects #MON.", $51
db "Yes, it's like a", $4f
db "virus, so it's", $55
db "called #RUS.", $51
db "It multiplies fast", $4f
db "and infects other", $51
db "#MON too. But", $4f
db "that's all.", $51
db "It doesn't seem to", $4f
db "do anything, and", $51
db "it goes away over", $4f
db "time.", $51
db "I guess it's", $4f
db "nothing to worry", $55
db "about. Bye!", $57
ElmPhoneDisasterText: ; 0x1b4b17
db $0, "H-hello? ", $14, "?", $4f
db "It's a disaster!", $51
db "Uh, um, it's just", $4f
db "terrible!", $51
db "What should I do?", $4f
db "It… Oh, no…", $51
db "Please get back", $4f
db "here now!", $57
ElmPhoneEggAssistantText: ; 0x1b4b87
db $0, "Hello, ", $14, "? We", $4f
db "discovered some-", $51
db "thing about the", $4f
db "EGG!", $51
db "My assistant is at", $4f
db "the #MON CENTER", $51
db "in VIOLET CITY. ", $4f
db "Could you talk to", $55
db "him?", $57
ElmPhoneRocketText: ; 0x1b4c06
db $0, $14, ", how are", $4f
db "things going?", $51
db "I called because", $4f
db "something weird is", $51
db "happening with the", $4f
db "radio broadcasts.", $51
db "They were talking", $4f
db "about TEAM ROCKET.", $51
db $14, ", do you", $4f
db "know anything", $55
db "about it?", $51
db "Maybe TEAM ROCKET", $4f
db "has returned. No,", $51
db "that just can't", $4f
db "be true.", $51
db "Sorry to bug you.", $4f
db "Take care!", $57
ElmPhoneGiftText: ; 0x1b4d09
db $0, "Hello, ", $14, "?", $51
db "I have something", $4f
db "here for you.", $51
db "Could you swing by", $4f
db "my LAB?", $51
db "See you later!", $57
ElmPhoneUnusedText: ; 0x1b4d5d
db $0, "Hello, ", $14, "?", $4f
db "How's it going?", $51
db "I got ahold of", $4f
db "something neat.", $51
db "Swing by my LAB", $4f
db "and pick it up!", $51
db "See you later!", $57
|