Book a Demo!
CoCalc Logo Icon
StoreFeaturesDocsShareSupportNewsAboutPoliciesSign UpSign In
pret
GitHub Repository: pret/pokered
Path: blob/master/text/CinnabarGym.asm
1270 views
1
_CinnabarGymBlainePreBattleText::
2
text "Hah!"
3
4
para "I am BLAINE! I"
5
line "am the LEADER of"
6
cont "CINNABAR GYM!"
7
8
para "My fiery #MON"
9
line "will incinerate"
10
cont "all challengers!"
11
12
para "Hah! You better"
13
line "have BURN HEAL!"
14
done
15
16
_CinnabarGymBlaineReceivedVolcanoBadgeText::
17
text "I have"
18
line "burnt out!"
19
20
para "You have earned"
21
line "the VOLCANOBADGE!@"
22
text_end
23
24
_CinnabarGymBlainePostBattleAdviceText::
25
text "FIRE BLAST is the"
26
line "ultimate fire"
27
cont "technique!"
28
29
para "Don't waste it on"
30
line "water #MON!"
31
done
32
33
_CinnabarGymBlaineVolcanoBadgeInfoText::
34
text "Hah!"
35
36
para "The VOLCANOBADGE"
37
line "heightens the"
38
cont "SPECIAL abilities"
39
cont "of your #MON!"
40
41
para "Here, you can"
42
line "have this too!"
43
done
44
45
_CinnabarGymBlaineReceivedTM38Text::
46
text "<PLAYER> received"
47
line "@"
48
text_ram wStringBuffer
49
text "!@"
50
text_end
51
52
_CinnabarGymBlaineTM38ExplanationText::
53
text_start
54
55
para "TM38 contains"
56
line "FIRE BLAST!"
57
58
para "Teach it to fire-"
59
line "type #MON!"
60
61
para "CHARMELEON or"
62
line "PONYTA would be"
63
cont "good bets!"
64
done
65
66
_CinnabarGymBlaineTM38NoRoomText::
67
text "Make room for my"
68
line "gift!"
69
done
70
71
_CinnabarGymSuperNerd1BattleText::
72
text "Do you know how"
73
line "hot #MON fire"
74
cont "breath can get?"
75
done
76
77
_CinnabarGymSuperNerd1EndBattleText::
78
text "Yow!"
79
line "Hot, hot, hot!"
80
prompt
81
82
_CinnabarGymSuperNerd1AfterBattleText::
83
text "Fire, or to be"
84
line "more precise,"
85
cont "combustion..."
86
87
para "Blah, blah, blah,"
88
line "blah..."
89
done
90
91
_CinnabarGymSuperNerd2BattleText::
92
text "I was a thief, but"
93
line "I became straight"
94
cont "as a trainer!"
95
done
96
97
_CinnabarGymSuperNerd2EndBattleText::
98
text "I"
99
line "surrender!"
100
prompt
101
102
_CinnabarGymSuperNerd2AfterBattleText::
103
text "I can't help"
104
line "stealing other"
105
cont "people's #MON!"
106
done
107
108
_CinnabarGymSuperNerd3BattleText::
109
text "You can't win!"
110
line "I have studied"
111
cont "#MON totally!"
112
done
113
114
_CinnabarGymSuperNerd3EndBattleText::
115
text "Waah!"
116
line "My studies!"
117
prompt
118
119
_CinnabarGymSuperNerd3AfterBattleText::
120
text "My theories are"
121
line "too complicated"
122
cont "for you!"
123
done
124
125
_CinnabarGymSuperNerd4BattleText::
126
text "I just like using"
127
line "fire #MON!"
128
done
129
130
_CinnabarGymSuperNerd4EndBattleText::
131
text "Too hot"
132
line "to handle!"
133
prompt
134
135
_CinnabarGymSuperNerd4AfterBattleText::
136
text "I wish there was"
137
line "a thief #MON!"
138
cont "I'd use that!"
139
done
140
141
_CinnabarGymSuperNerd5BattleText::
142
text "I know why BLAINE"
143
line "became a trainer!"
144
done
145
146
_CinnabarGymSuperNerd5EndBattleText::
147
text "Ow!"
148
prompt
149
150
_CinnabarGymSuperNerd5AfterBattleText::
151
text "BLAINE was lost"
152
line "in the mountains"
153
cont "when a fiery bird"
154
cont "#MON appeared."
155
156
para "Its light enabled"
157
line "BLAINE to find"
158
cont "his way down!"
159
done
160
161
_CinnabarGymSuperNerd6BattleText::
162
text "I've been to many"
163
line "GYMs, but this is"
164
cont "my favorite!"
165
done
166
167
_CinnabarGymSuperNerd6EndBattleText::
168
text "Yowza!"
169
line "Too hot!"
170
prompt
171
172
_CinnabarGymSuperNerd6AfterBattleText::
173
text "Us fire #MON"
174
line "fans like PONYTA"
175
cont "and NINETALES!"
176
done
177
178
_CinnabarGymSuperNerd7BattleText::
179
text "Fire is weak"
180
line "against H2O!"
181
done
182
183
_CinnabarGymSuperNerd7EndBattleText::
184
text "Oh!"
185
line "Snuffed out!"
186
prompt
187
188
_CinnabarGymSuperNerd7AfterBattleText::
189
text "Water beats fire!"
190
line "But, fire melts"
191
cont "ice #MON!"
192
done
193
194
_CinnabarGymGymGuideChampInMakingText::
195
text "Yo! Champ in"
196
line "making!"
197
198
para "The hot-headed"
199
line "BLAINE is a fire"
200
cont "#MON pro!"
201
202
para "Douse his spirits"
203
line "with water!"
204
205
para "You better take"
206
line "some BURN HEALs!"
207
done
208
209
_CinnabarGymGymGuideBeatBlaineText::
210
text "<PLAYER>! You beat"
211
line "that fire brand!"
212
done
213
214