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
|
MomPhoneGreetingText: ; 0x1b4000
text "Hello?"
para "Oh, hi, ", $52, "!"
line "Working hard?"
done
UnknownText_0x1b4021: ; 0x1b4021
text "Oh, so you're in"
line "@"
TX_RAM StringBuffer3
text "…"
para "Isn't that where"
line "@"
TX_RAM StringBuffer4
text $51
db "is? Did you go"
line "take a look?"
done
MomPhoneGenericAreaText: ; 0x1b406b
text "Really, you're in"
line "@"
TX_RAM StringBuffer3
text "?"
para "I've never gone"
line "there. That's kind"
cont "of neat, ", $52, "."
done
MomPhoneNewBarkText: ; 0x1b40b1
text "What? You're in"
line "@"
TX_RAM StringBuffer3
text "?"
para "Come see your MOM"
line "sometime!"
done
MomPhoneCherrygroveText: ; 0x1b40e4
text "You're visiting"
line "@"
TX_RAM StringBuffer3
text "?"
para "How about coming"
line "home for a bit?"
done
UnknownText_0x1b411c: ; 0x1b411c
text "Wow, you're in"
line "@"
TX_RAM StringBuffer3
text "?"
para "Good luck on your"
line "#MON quest!"
done
UnknownText_0x1b4150: ; 0x1b4150
text "That sounds really"
line "tough."
para "But, ", $52, ", I"
line "know you're really"
para "determined. You'll"
line "be OK, right?"
done
UnknownText_0x1b41a7: ; 0x1b41a7
text "By the way, you've"
line "saved up ¥@"
TX_RAM StringBuffer3
text "."
para "Do you want to"
line "keep on saving?"
done
UnknownText_0x1b41ea: ; 0x1b41ea
text "It's important to"
line "save your money."
done
UnknownText_0x1b420d: ; 0x1b420d
text "Oh, ", $52, ","
line "you're not saving"
para "any money. Would"
line "you like to save?"
done
UnknownText_0x1b4249: ; 0x1b4249
text "By the way, you've"
line "saved up ¥@"
TX_RAM StringBuffer3
text "."
para "Want to start"
line "saving again?"
done
UnknownText_0x1b4289: ; 0x1b4289
text "OK. I'll save your"
line "money."
done
MomPhoneWontSaveMoneyText: ; 0x1b42a3
text "OK. I won't save"
line "your money."
done
MomPhoneHangUpText: ; 0x1b42c0
text $52, ", keep it"
line "up! I'm rooting"
cont "for you, baby!"
done
MomPhoneNoPokemonText: ; 0x1b42ea
text "Hello?"
para "Oh, hi, ", $52, "!"
line "Wasn't PROF.ELM"
cont "waiting for you?"
done
MomPhoneNoPokedexText: ; 0x1b431d
text "Hello?"
para "Oh, hi, ", $52, "!"
line "You're on a big"
para "mission for PROF."
line "ELM? Be good!"
done
MomPhoneNoGymQuestText: ; 0x1b435f
text "Hello?"
para "Hi, ", $52, "! If"
line "you're done with"
para "your errand come"
line "on home, dear."
done
MomPhoneLectureText: ; 0x1b43a1
text "Hello?"
para "…… ", $52, "?"
line "I heard from PROF."
para "ELM that you went"
line "on a long trip."
para "I wish you would"
line "have told me…"
para "What about money?"
line "Should I save it?"
done
|