Book a Demo!
CoCalc Logo Icon
StoreFeaturesDocsShareSupportNewsAboutPoliciesSign UpSign In
pret
GitHub Repository: pret/pokered
Path: blob/master/text/CeladonGym.asm
1270 views
1
_CeladonGymErikaPreBattleText::
2
text "Hello. Lovely"
3
line "weather isn't it?"
4
cont "It's so pleasant."
5
6
para "...Oh dear..."
7
line "I must have dozed"
8
cont "off. Welcome."
9
10
para "My name is ERIKA."
11
line "I am the LEADER"
12
cont "of CELADON GYM."
13
14
para "I teach the art of"
15
line "flower arranging."
16
cont "My #MON are of"
17
cont "the grass-type."
18
19
para "Oh, I'm sorry, I"
20
line "had no idea that"
21
cont "you wished to"
22
cont "challenge me."
23
24
para "Very well, but I"
25
line "shall not lose."
26
done
27
28
_CeladonGymErikaReceivedRainbowBadgeText::
29
text "Oh!"
30
line "I concede defeat."
31
32
para "You are remarkably"
33
line "strong."
34
35
para "I must confer you"
36
line "the RAINBOWBADGE."
37
prompt
38
39
_CeladonGymErikaPostBattleAdviceText::
40
text "You are cataloging"
41
line "#MON? I must"
42
cont "say I'm impressed."
43
44
para "I would never"
45
line "collect #MON"
46
cont "if they were"
47
cont "unattractive."
48
done
49
50
_CeladonGymRainbowBadgeInfoText::
51
text "The RAINBOWBADGE"
52
line "will make #MON"
53
cont "up to L50 obey."
54
55
para "It also allows"
56
line "#MON to use"
57
cont "STRENGTH in and"
58
cont "out of battle."
59
60
para "Please also take"
61
line "this with you."
62
done
63
64
_CeladonGymReceivedTM21Text::
65
text "<PLAYER> received"
66
line "@"
67
text_ram wStringBuffer
68
text "!@"
69
text_end
70
71
_TM21ExplanationText::
72
text_start
73
74
para "TM21 contains"
75
line "MEGA DRAIN."
76
77
para "Half the damage"
78
line "it inflicts is"
79
cont "drained to heal"
80
cont "your #MON!"
81
done
82
83
_CeladonGymTM21NoRoomText::
84
text "You should make"
85
line "room for this."
86
done
87
88
_CeladonGymBattleText2::
89
text "Hey!"
90
91
para "You are not"
92
line "allowed in here!"
93
done
94
95
_CeladonGymEndBattleText2::
96
text "You're"
97
line "too rough!"
98
prompt
99
100
_CeladonGymAfterBattleText2::
101
text "Bleaah!"
102
line "I hope ERIKA"
103
cont "wipes you out!"
104
done
105
106
_CeladonGymBattleText3::
107
text "I was getting"
108
line "bored."
109
done
110
111
_CeladonGymEndBattleText3::
112
text "My"
113
line "makeup!"
114
prompt
115
116
_CeladonGymAfterBattleText3::
117
text "Grass-type #MON"
118
line "are tough against"
119
cont "the water-type!"
120
121
para "They also have an"
122
line "edge on rock and"
123
cont "ground #MON!"
124
done
125
126
_CeladonGymBattleText4::
127
text "Aren't you the"
128
line "peeping Tom?"
129
done
130
131
_CeladonGymEndBattleText4::
132
text "I'm"
133
line "in shock!"
134
prompt
135
136
_CeladonGymAfterBattleText4::
137
text "Oh, you weren't"
138
line "peeping? We get a"
139
cont "lot of gawkers!"
140
done
141
142
_CeladonGymBattleText5::
143
text "Look at my grass"
144
line "#MON!"
145
146
para "They're so easy"
147
line "to raise!"
148
done
149
150
_CeladonGymEndBattleText5::
151
text "No!"
152
prompt
153
154
_CeladonGymAfterBattleText5::
155
text "We only use grass-"
156
line "type #MON at"
157
cont "our GYM!"
158
159
para "We also use them"
160
line "for making flower"
161
cont "arrangements!"
162
done
163
164
_CeladonGymBattleText6::
165
text "Don't bring any"
166
line "bugs or fire"
167
cont "#MON in here!"
168
done
169
170
_CeladonGymEndBattleText6::
171
text "Oh!"
172
line "You!"
173
prompt
174
175
_CeladonGymAfterBattleText6::
176
text "Our LEADER, ERIKA,"
177
line "might be quiet,"
178
cont "but she's also"
179
cont "very skilled!"
180
done
181
182
_CeladonGymBattleText7::
183
text "Pleased to meet"
184
line "you. My hobby is"
185
cont "#MON training."
186
done
187
188
_CeladonGymEndBattleText7::
189
text "Oh!"
190
line "Splendid!"
191
prompt
192
193
_CeladonGymAfterBattleText7::
194
text "I have a blind"
195
line "date coming up."
196
cont "I have to learn"
197
cont "to be polite."
198
done
199
200
_CeladonGymBattleText8::
201
text "Welcome to"
202
line "CELADON GYM!"
203
204
para "You better not"
205
line "underestimate"
206
cont "girl power!"
207
done
208
209
_CeladonGymEndBattleText8::
210
text "Oh!"
211
line "Beaten!"
212
prompt
213
214
_CeladonGymAfterBattleText8::
215
text "I didn't bring my"
216
line "best #MON!"
217
218
para "Wait 'til next"
219
line "time!"
220
done
221
222