-
Notifications
You must be signed in to change notification settings - Fork 1k
/
Copy pathViridianGym.asm
240 lines (195 loc) · 4.24 KB
/
ViridianGym.asm
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
_ViridianGymGiovanniPreBattleText::
text "Fwahahaha! This is"
line "my hideout!"
para "I planned to"
line "resurrect TEAM"
cont "ROCKET here!"
para "But, you have"
line "caught me again!"
cont "So be it! This"
cont "time, I'm not"
cont "holding back!"
para "Once more, you"
line "shall face"
cont "GIOVANNI, the"
cont "greatest trainer!"
done
_ViridianGymGiovanniReceivedEarthBadgeText::
text "Ha!"
line "That was a truly"
cont "intense fight!"
cont "You have won!"
cont "As proof, here is"
cont "the EARTHBADGE!@"
text_end
_ViridianGymGiovanniPostBattleAdviceText::
text "Having lost, I"
line "cannot face my"
cont "underlings!"
cont "TEAM ROCKET is"
cont "finished forever!"
para "I will dedicate my"
line "life to the study"
cont "of #MON!"
para "Let us meet again"
line "some day!"
cont "Farewell!@"
text_end
_ViridianGymGiovanniEarthBadgeInfoText::
text "The EARTHBADGE"
line "makes #MON of"
cont "any level obey!"
para "It is evidence of"
line "your mastery as a"
cont "#MON trainer!"
para "With it, you can"
line "enter the #MON"
cont "LEAGUE!"
para "It is my gift for"
line "your #MON"
cont "LEAGUE challenge!"
done
_ViridianGymGiovanniReceivedTM27Text::
text "<PLAYER> received"
line "TM27!@"
text_end
_ViridianGymGiovanniTM27ExplanationText::
text_start
para "TM27 is FISSURE!"
line "It will take out"
cont "#MON with just"
cont "one hit!"
para "I made it when I"
line "ran the GYM here,"
cont "too long ago..."
done
_ViridianGymGiovanniTM27NoRoomText::
text "You do not have"
line "space for this!"
done
_ViridianGymCooltrainerM1BattleText::
text "Heh! You must be"
line "running out of"
cont "steam by now!"
done
_ViridianGymCooltrainerM1EndBattleText::
text "I"
line "ran out of gas!"
prompt
_ViridianGymCooltrainerM1AfterBattleText::
text "You need power to"
line "keep up with our"
cont "GYM LEADER!"
done
_ViridianGymHiker1BattleText::
text "Rrrroar! I'm"
line "working myself"
cont "into a rage!"
done
_ViridianGymHiker1EndBattleText::
text "Wargh!"
prompt
_ViridianGymHiker1AfterBattleText::
text "I'm still not"
line "worthy!"
done
_ViridianGymRocker1BattleText::
text "#MON and I, we"
line "make wonderful"
cont "music together!"
done
_ViridianGymRocker1EndBattleText::
text "You are in"
line "perfect harmony!"
prompt
_ViridianGymRocker1AfterBattleText::
text "Do you know the"
line "identity of our"
cont "GYM LEADER?"
done
_ViridianGymHiker2BattleText::
text "Karate is the"
line "ultimate form of"
cont "martial arts!"
done
_ViridianGymHiker2EndBattleText::
text "Atcho!"
prompt
_ViridianGymHiker2AfterBattleText::
text "If my #MON"
line "were as good at"
cont "Karate as I..."
done
_ViridianGymCooltrainerM2BattleText::
text "The truly talented"
line "win with style!"
done
_ViridianGymCooltrainerM2EndBattleText::
text "I"
line "lost my grip!"
prompt
_ViridianGymCooltrainerM2AfterBattleText::
text "The LEADER will"
line "scold me!"
done
_ViridianGymHiker3BattleText::
text "I'm the KARATE"
line "KING! Your fate"
cont "rests with me!"
done
_ViridianGymHiker3EndBattleText::
text "Ayah!"
prompt
_ViridianGymHiker3AfterBattleText::
text "#MON LEAGUE?"
line "You? Don't get"
cont "cocky!"
done
_ViridianGymRocker2BattleText::
text "Your #MON will"
line "cower at the"
cont "crack of my whip!"
done
_ViridianGymRocker2EndBattleText::
text "Yowch!"
line "Whiplash!"
prompt
_ViridianGymRocker2AfterBattleText::
text "Wait! I was just"
line "careless!"
done
_ViridianGymCooltrainerM3BattleText::
text "VIRIDIAN GYM was"
line "closed for a long"
cont "time, but now our"
cont "LEADER is back!"
done
_ViridianGymCooltrainerM3EndBattleText::
text "I"
line "was beaten?"
prompt
_ViridianGymCooltrainerM3AfterBattleText::
text "You can go onto"
line "#MON LEAGUE"
cont "only by defeating"
cont "our GYM LEADER!"
done
_ViridianGymGuidePreBattleText::
text "Yo! Champ in"
line "making!"
para "Even I don't know"
line "VIRIDIAN LEADER's"
cont "identity!"
para "This will be the"
line "toughest of all"
cont "the GYM LEADERs!"
para "I heard that the"
line "trainers here"
cont "like ground-type"
cont "#MON!"
done
_ViridianGymGuidePostBattleText::
text "Blow me away!"
line "GIOVANNI was the"
cont "GYM LEADER here?"
done