-
Notifications
You must be signed in to change notification settings - Fork 1k
/
Copy pathCinnabarGym.asm
212 lines (168 loc) · 3.63 KB
/
CinnabarGym.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
_CinnabarGymBlainePreBattleText::
text "Hah!"
para "I am BLAINE! I"
line "am the LEADER of"
cont "CINNABAR GYM!"
para "My fiery #MON"
line "will incinerate"
cont "all challengers!"
para "Hah! You better"
line "have BURN HEAL!"
done
_CinnabarGymBlaineReceivedVolcanoBadgeText::
text "I have"
line "burnt out!"
para "You have earned"
line "the VOLCANOBADGE!@"
text_end
_CinnabarGymBlainePostBattleAdviceText::
text "FIRE BLAST is the"
line "ultimate fire"
cont "technique!"
para "Don't waste it on"
line "water #MON!"
done
_CinnabarGymBlaineVolcanoBadgeInfoText::
text "Hah!"
para "The VOLCANOBADGE"
line "heightens the"
cont "SPECIAL abilities"
cont "of your #MON!"
para "Here, you can"
line "have this too!"
done
_CinnabarGymBlaineReceivedTM38Text::
text "<PLAYER> received"
line "@"
text_ram wStringBuffer
text "!@"
text_end
_CinnabarGymBlaineTM38ExplanationText::
text_start
para "TM38 contains"
line "FIRE BLAST!"
para "Teach it to fire-"
line "type #MON!"
para "CHARMELEON or"
line "PONYTA would be"
cont "good bets!"
done
_CinnabarGymBlaineTM38NoRoomText::
text "Make room for my"
line "gift!"
done
_CinnabarGymSuperNerd1BattleText::
text "Do you know how"
line "hot #MON fire"
cont "breath can get?"
done
_CinnabarGymSuperNerd1EndBattleText::
text "Yow!"
line "Hot, hot, hot!"
prompt
_CinnabarGymSuperNerd1AfterBattleText::
text "Fire, or to be"
line "more precise,"
cont "combustion..."
para "Blah, blah, blah,"
line "blah..."
done
_CinnabarGymSuperNerd2BattleText::
text "I was a thief, but"
line "I became straight"
cont "as a trainer!"
done
_CinnabarGymSuperNerd2EndBattleText::
text "I"
line "surrender!"
prompt
_CinnabarGymSuperNerd2AfterBattleText::
text "I can't help"
line "stealing other"
cont "people's #MON!"
done
_CinnabarGymSuperNerd3BattleText::
text "You can't win!"
line "I have studied"
cont "#MON totally!"
done
_CinnabarGymSuperNerd3EndBattleText::
text "Waah!"
line "My studies!"
prompt
_CinnabarGymSuperNerd3AfterBattleText::
text "My theories are"
line "too complicated"
cont "for you!"
done
_CinnabarGymSuperNerd4BattleText::
text "I just like using"
line "fire #MON!"
done
_CinnabarGymSuperNerd4EndBattleText::
text "Too hot"
line "to handle!"
prompt
_CinnabarGymSuperNerd4AfterBattleText::
text "I wish there was"
line "a thief #MON!"
cont "I'd use that!"
done
_CinnabarGymSuperNerd5BattleText::
text "I know why BLAINE"
line "became a trainer!"
done
_CinnabarGymSuperNerd5EndBattleText::
text "Ow!"
prompt
_CinnabarGymSuperNerd5AfterBattleText::
text "BLAINE was lost"
line "in the mountains"
cont "when a fiery bird"
cont "#MON appeared."
para "Its light enabled"
line "BLAINE to find"
cont "his way down!"
done
_CinnabarGymSuperNerd6BattleText::
text "I've been to many"
line "GYMs, but this is"
cont "my favorite!"
done
_CinnabarGymSuperNerd6EndBattleText::
text "Yowza!"
line "Too hot!"
prompt
_CinnabarGymSuperNerd6AfterBattleText::
text "Us fire #MON"
line "fans like PONYTA"
cont "and NINETALES!"
done
_CinnabarGymSuperNerd7BattleText::
text "Fire is weak"
line "against H2O!"
done
_CinnabarGymSuperNerd7EndBattleText::
text "Oh!"
line "Snuffed out!"
prompt
_CinnabarGymSuperNerd7AfterBattleText::
text "Water beats fire!"
line "But, fire melts"
cont "ice #MON!"
done
_CinnabarGymGymGuideChampInMakingText::
text "Yo! Champ in"
line "making!"
para "The hot-headed"
line "BLAINE is a fire"
cont "#MON pro!"
para "Douse his spirits"
line "with water!"
para "You better take"
line "some BURN HEALs!"
done
_CinnabarGymGymGuideBeatBlaineText::
text "<PLAYER>! You beat"
line "that fire brand!"
done