-
Notifications
You must be signed in to change notification settings - Fork 1k
/
Copy pathCeruleanCity.asm
235 lines (188 loc) · 4.05 KB
/
CeruleanCity.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
_CeruleanCityRivalPreBattleText::
text "<RIVAL>: Yo!"
line "<PLAYER>!"
para "You're still"
line "struggling along"
cont "back here?"
para "I'm doing great!"
line "I caught a bunch"
cont "of strong and"
cont "smart #MON!"
para "Here, let me see"
line "what you caught,"
cont "<PLAYER>!"
done
_CeruleanCityRivalDefeatedText::
text "Hey!"
line "Take it easy!"
cont "You won already!"
prompt
_CeruleanCityRivalVictoryText::
text "Heh!"
line "You're no match"
cont "for my genius!"
prompt
_CeruleanCityRivalIWentToBillsText::
text "<RIVAL>: Hey,"
line "guess what?"
para "I went to BILL's"
line "and got him to"
cont "show me his rare"
cont "#MON!"
para "That added a lot"
line "of pages to my"
cont "#DEX!"
para "After all, BILL's"
line "world famous as a"
cont "#MANIAC!"
para "He invented the"
line "#MON Storage"
cont "System on PC!"
para "Since you're using"
line "his system, go"
cont "thank him!"
para "Well, I better"
line "get rolling!"
cont "Smell ya later!"
done
_CeruleanCityRocketText::
text "Hey! Stay out!"
line "It's not your"
cont "yard! Huh? Me?"
para "I'm an innocent"
line "bystander! Don't"
cont "you believe me?"
done
_CeruleanCityRocketReceivedTM28Text::
text "<PLAYER> recovered"
line "TM28!@"
text_end
_CeruleanCityRocketIBetterGetMovingText::
text_start
para "I better get"
line "moving! Bye!@"
text_end
_CeruleanCityRocketTM28NoRoomText::
text "Make room for"
line "this!"
para "I can't run until"
line "I give it to you!"
done
_CeruleanCityRocketIGiveUpText::
text "Stop!"
line "I give up! I'll"
cont "leave quietly!"
prompt
_CeruleanCityRocketIllReturnTheTMText::
text "OK! I'll return"
line "the TM I stole!"
prompt
_CeruleanCityCooltrainerMText::
text "You're a trainer"
line "too? Collecting,"
cont "fighting, it's a"
cont "tough life."
done
_CeruleanCitySuperNerd1Text::
text "That bush in"
line "front of the shop"
cont "is in the way."
para "There might be a"
line "way around."
done
_CeruleanCitySuperNerd2Text::
text "You're making an"
line "encyclopedia on"
cont "#MON? That"
cont "sounds amusing."
done
_CeruleanCityGuardText::
text "The people here"
line "were robbed."
para "It's obvious that"
line "TEAM ROCKET is"
cont "behind this most"
cont "heinous crime!"
para "Even our POLICE"
line "force has trouble"
cont "with the ROCKETs!"
done
_CeruleanCityCooltrainerF1SlowbroUseSonicboomText::
text "OK! SLOWBRO!"
line "Use SONICBOOM!"
cont "Come on, SLOWBRO"
cont "pay attention!"
done
_CeruleanCityCooltrainerF1SlowbroPunchText::
text "SLOWBRO punch!"
line "No! You blew it"
cont "again!"
done
_CeruleanCityCooltrainerF1SlowbroWithdrawText::
text "SLOWBRO, WITHDRAW!"
line "No! That's wrong!"
para "It's so hard to"
line "control #MON!"
para "Your #MON's"
line "obedience depends"
cont "on your abilities"
cont "as a trainer!"
done
_CeruleanCitySlowbroTookASnoozeText::
text "SLOWBRO took a"
line "snooze..."
done
_CeruleanCitySlowbroIsLoafingAroundText::
text "SLOWBRO is"
line "loafing around..."
done
_CeruleanCitySlowbroTurnedAwayText::
text "SLOWBRO turned"
line "away..."
done
_CeruleanCitySlowbroIgnoredOrdersText::
text "SLOWBRO"
line "ignored orders..."
done
_CeruleanCityCooltrainerF2Text::
text "I want a bright"
line "red BICYCLE!"
para "I'll keep it at"
line "home, so it won't"
cont "get dirty!"
done
_CeruleanCitySuperNerd3Text::
text "This is CERULEAN"
line "CAVE! Horribly"
cont "strong #MON"
cont "live in there!"
para "The #MON LEAGUE"
line "champion is the"
cont "only person who"
cont "is allowed in!"
done
_CeruleanCitySignText::
text "CERULEAN CITY"
line "A Mysterious,"
cont "Blue Aura"
cont "Surrounds It"
done
_CeruleanCityTrainerTipsText::
text "TRAINER TIPS"
para "Pressing B Button"
line "during evolution"
cont "cancels the whole"
cont "process."
done
_CeruleanCityBikeShopSign::
text "Grass and caves"
line "handled easily!"
cont "BIKE SHOP"
done
_CeruleanCityGymSign::
text "CERULEAN CITY"
line "#MON GYM"
cont "LEADER: MISTY"
para "The Tomboyish"
line "Mermaid!"
done