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:
text "Hello?"
para "Oh, hi, <PLAYER>!"
line "Working hard?"
done
MomPhoneLandmarkText:
text "Oh, so you're in"
line "@"
text_ram wStringBuffer3
text "…"
para "Isn't that where"
line "@"
text_ram wStringBuffer4
text_start
para "is? Did you go"
line "take a look?"
done
MomPhoneGenericAreaText:
text "Really, you're in"
line "@"
text_ram wStringBuffer3
text "?"
para "I've never gone"
line "there. That's kind"
cont "of neat, <PLAYER>."
done
MomPhoneNewBarkText:
text "What? You're in"
line "@"
text_ram wStringBuffer3
text "?"
para "Come see your MOM"
line "sometime!"
done
MomPhoneCherrygroveText:
text "You're visiting"
line "@"
text_ram wStringBuffer3
text "?"
para "How about coming"
line "home for a bit?"
done
MomOtherAreaText:
text "Wow, you're in"
line "@"
text_ram wStringBuffer3
text "?"
para "Good luck on your"
line "#MON quest!"
done
MomDeterminedText:
text "That sounds really"
line "tough."
para "But, <PLAYER>, I"
line "know you're really"
para "determined. You'll"
line "be OK, right?"
done
MomCheckBalanceText:
text "By the way, you've"
line "saved up ¥@"
text_ram wStringBuffer3
text "."
para "Do you want to"
line "keep on saving?"
done
MomImportantToSaveText:
text "It's important to"
line "save your money."
done
MomYoureNotSavingText:
text "Oh, <PLAYER>,"
line "you're not saving"
para "any money. Would"
line "you like to save?"
done
MomYouveSavedText:
text "By the way, you've"
line "saved up ¥@"
text_ram wStringBuffer3
text "."
para "Want to start"
line "saving again?"
done
MomOKIllSaveText:
text "OK. I'll save your"
line "money."
done
MomPhoneWontSaveMoneyText:
text "OK. I won't save"
line "your money."
done
MomPhoneHangUpText:
text "<PLAYER>, keep it"
line "up! I'm rooting"
cont "for you, baby!"
done
MomPhoneNoPokemonText:
text "Hello?"
para "Oh, hi, <PLAYER>!"
line "Wasn't PROF.ELM"
cont "waiting for you?"
done
MomPhoneNoPokedexText:
text "Hello?"
para "Oh, hi, <PLAYER>!"
line "You're on a big"
para "mission for PROF."
line "ELM? Be good!"
done
MomPhoneNoGymQuestText:
text "Hello?"
para "Hi, <PLAYER>! If"
line "you're done with"
para "your errand come"
line "on home, dear."
done
MomPhoneLectureText:
text "Hello?"
para "…… <PLAYER>?"
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
|