blob: 4a1cce2958fc7b18c92f0f8741fc157273e8f493 (
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
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
|
INCLUDE "charmap.asm"
INCLUDE "constants/text_constants.asm"
INCLUDE "constants/text_bank_constants.asm"
INCLUDE "macros/text_macros.asm"
INCLUDE "hram.asm"
SECTION "Text 6", ROMX, BANK[TEXT_6]
INCLUDE "text/maps/route_24_2.asm"
INCLUDE "text/maps/route_25.asm"
_FileDataDestroyedText::
text "The file data is"
line "destroyed!"
prompt
_WouldYouLikeToSaveText::
text "Would you like to"
line "SAVE the game?"
done
_GameSavedText::
text "<PLAYER> saved"
line "the game!"
done
_OlderFileWillBeErasedText::
text "The older file"
line "will be erased to"
cont "save. Okay?"
done
_WhenYouChangeBoxText::
text "When you change a"
line "#MON BOX, data"
cont "will be saved."
para "Is that okay?"
done
_ChooseABoxText::
text "Choose a"
line "<pkmn> BOX.@@"
_EvolvedText::
TX_RAM wcf4b
text " evolved"
done
_IntoText::
text ""
line "into @"
TX_RAM wcd6d
text "!"
done
_StoppedEvolvingText::
text "Huh? @"
TX_RAM wcf4b
text ""
line "stopped evolving!"
prompt
_IsEvolvingText::
text "What? @"
TX_RAM wcf4b
text ""
line "is evolving!"
done
_FellAsleepText::
text "<TARGET>"
line "fell asleep!"
prompt
_AlreadyAsleepText::
text "<TARGET>'s"
line "already asleep!"
prompt
_PoisonedText::
text "<TARGET>"
line "was poisoned!"
prompt
_BadlyPoisonedText::
text "<TARGET>'s"
line "badly poisoned!"
prompt
_BurnedText::
text "<TARGET>"
line "was burned!"
prompt
_FrozenText::
text "<TARGET>"
line "was frozen solid!"
prompt
_FireDefrostedText::
text "Fire defrosted"
line "<TARGET>!"
prompt
_MonsStatsRoseText::
text "<USER>'s"
line "@"
TX_RAM wcf4b
text "@@"
_GreatlyRoseText::
text $4c, "greatly@@"
_RoseText::
text " rose!"
prompt
_MonsStatsFellText::
text "<TARGET>'s"
line "@"
TX_RAM wcf4b
text "@@"
_GreatlyFellText::
text $4c, "greatly@@"
_FellText::
text " fell!"
prompt
_RanFromBattleText::
text "<USER>"
line "ran from battle!"
prompt
_RanAwayScaredText::
text "<TARGET>"
line "ran away scared!"
prompt
_WasBlownAwayText::
text "<TARGET>"
line "was blown away!"
prompt
_ChargeMoveEffectText::
text "<USER>@@"
_MadeWhirlwindText::
text ""
line "made a whirlwind!"
prompt
_TookInSunlightText::
text ""
line "took in sunlight!"
prompt
_LoweredItsHeadText::
text ""
line "lowered its head!"
prompt
_SkyAttackGlowingText::
text ""
line "is glowing!"
prompt
_FlewUpHighText::
text ""
line "flew up high!"
prompt
_DugAHoleText::
text ""
line "dug a hole!"
prompt
_BecameConfusedText::
text "<TARGET>"
line "became confused!"
prompt
_MimicLearnedMoveText::
text "<USER>"
line "learned"
cont "@"
TX_RAM wcd6d
text "!"
prompt
_MoveWasDisabledText::
text "<TARGET>'s"
line "@"
TX_RAM wcd6d
text " was"
cont "disabled!"
prompt
_NothingHappenedText::
text "Nothing happened!"
prompt
_NoEffectText::
text "No effect!"
prompt
_ButItFailedText::
text "But, it failed! "
prompt
_DidntAffectText::
text "It didn't affect"
line "<TARGET>!"
prompt
_IsUnaffectedText::
text "<TARGET>"
line "is unaffected!"
prompt
_ParalyzedMayNotAttackText::
text "<TARGET>'s"
line "paralyzed! It may"
cont "not attack!"
prompt
_SubstituteText::
text "It created a"
line "SUBSTITUTE!"
prompt
_HasSubstituteText::
text "<USER>"
line "has a SUBSTITUTE!"
prompt
_TooWeakSubstituteText::
text "Too weak to make"
line "a SUBSTITUTE!"
prompt
_CoinsScatteredText::
text "Coins scattered"
line "everywhere!"
prompt
_GettingPumpedText::
text "<USER>'s"
line "getting pumped!"
prompt
_WasSeededText::
text "<TARGET>"
line "was seeded!"
prompt
_EvadedAttackText::
text "<TARGET>"
line "evaded attack!"
prompt
_HitWithRecoilText::
text "<USER>'s"
line "hit with recoil!"
prompt
_ConvertedTypeText::
text "Converted type to"
line "<TARGET>'s!"
prompt
_StatusChangesEliminatedText::
text "All STATUS changes"
line "are eliminated!"
prompt
_StartedSleepingEffect::
text "<USER>"
line "started sleeping!"
done
_FellAsleepBecameHealthyText::
text "<USER>"
line "fell asleep and"
cont "became healthy!"
done
_RegainedHealthText::
text "<USER>"
line "regained health!"
prompt
_TransformedText::
text "<USER>"
line "transformed into"
cont "@"
TX_RAM wcd6d
text "!"
prompt
_LightScreenProtectedText::
text "<USER>'s"
line "protected against"
cont "special attacks!"
prompt
_ReflectGainedArmorText::
text "<USER>"
line "gained armor!"
prompt
_ShroudedInMistText::
text "<USER>'s"
line "shrouded in mist!"
prompt
_SuckedHealthText::
text "Sucked health from"
line "<TARGET>!"
prompt
_DreamWasEatenText::
text "<TARGET>'s"
line "dream was eaten!"
prompt
_TradeCenterText1::
text "!"
done
_ColosseumText1::
text "!"
done
INCLUDE "text/maps/reds_house_1f.asm"
INCLUDE "text/maps/blues_house.asm"
INCLUDE "text/maps/oaks_lab.asm"
INCLUDE "text/maps/viridian_pokecenter.asm"
INCLUDE "text/maps/viridian_mart.asm"
INCLUDE "text/maps/school.asm"
INCLUDE "text/maps/viridian_house.asm"
INCLUDE "text/maps/viridian_gym.asm"
INCLUDE "text/maps/museum_1f.asm"
INCLUDE "text/maps/museum_2f.asm"
INCLUDE "text/maps/pewter_gym_1.asm"
|