summaryrefslogtreecommitdiff
path: root/text/SaffronGym.asm
blob: 090b951a00da7398ce644e07fe085a79b65e947c (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
_SabrinaPreBattleText::
	text "I had a vision of"
	line "your arrival!"

	para "I have had psychic"
	line "powers since I"
	cont "was a child."

	para "I first learned"
	line "to bend spoons"
	cont "with my mind."

	para "I dislike fight-"
	line "ing, but if you"
	cont "wish, I will show"
	cont "you my powers!"
	done

_ReceivedMarshBadgeText::
	text "I'm"
	line "shocked!"
	cont "But, a loss is a"
	cont "loss."

	para "I admit I didn't"
	line "work hard enough"
	cont "to win!"

	para "You earned the"
	line "MARSHBADGE!@"
	text_end

_SabrinaPostBattleAdviceText::
	text "Everyone has"
	line "psychic power!"
	cont "People just don't"
	cont "realize it!"
	done

_KogaMarshBadgeInfoText::
	text "The MARSHBADGE"
	line "makes #MON up"
	cont "to L70 obey you!"

	para "Stronger #MON"
	line "will become wild,"
	cont "ignoring your"
	cont "orders in battle!"

	para "Just don't raise"
	line "your #MON too"
	cont "much!"

	para "Wait, please take"
	line "this TM with you!"
	done

_ReceivedTM46Text::
	text "<PLAYER> received"
	line "TM46!@"
	text_end

_TM46ExplanationText::
	text_start

	para "TM46 is PSYWAVE!"
	line "It uses powerful"
	cont "psychic waves to"
	cont "inflict damage!"
	done

_TM46NoRoomText::
	text "Your pack is full"
	line "of other items!"
	done

_SaffronGymGuidePreBattleText::
	text "Yo! Champ in"
	line "making!"

	para "SABRINA's #MON"
	line "use psychic power"
	cont "instead of force!"

	para "Fighting #MON"
	line "are weak against"
	cont "psychic #MON!"

	para "They get creamed"
	line "before they can"
	cont "even aim a punch!"
	done

_SaffronGymGuidePostBattleText::
	text "Psychic power,"
	line "huh?"

	para "If I had that,"
	line "I'd make a bundle"
	cont "at the slots!"
	done

_SaffronGymBattleText1::
	text "SABRINA is younger"
	line "than I, but I"
	cont "respect her!"
	done

_SaffronGymEndBattleText1::
	text "Not"
	line "good enough!"
	prompt

_SaffronGymAfterBattleText1::
	text "In a battle of"
	line "equals, the one"
	cont "with the stronger"
	cont "will wins!"

	para "If you wish"
	line "to beat SABRINA,"
	cont "focus on winning!"
	done

_SaffronGymBattleText2::
	text "Does our unseen"
	line "power scare you?"
	done

_SaffronGymEndBattleText2::
	text "I never"
	line "foresaw this!"
	prompt

_SaffronGymAfterBattleText2::
	text "Psychic #MON"
	line "fear only ghosts"
	cont "and bugs!"
	done

_SaffronGymBattleText3::
	text "#MON take on"
	line "the appearance of"
	cont "their trainers."

	para "Your #MON must"
	line "be tough, then!"
	done

_SaffronGymEndBattleText3::
	text "I knew"
	line "it!"
	prompt

_SaffronGymAfterBattleText3::
	text "I must teach"
	line "better techniques"
	cont "to my #MON!"
	done

_SaffronGymBattleText4::
	text "You know that"
	line "power alone isn't"
	cont "enough!"
	done

_SaffronGymEndBattleText4::
	text "I don't"
	line "believe this!"
	prompt

_SaffronGymAfterBattleText4::
	text "SABRINA just wiped"
	line "out the KARATE"
	cont "MASTER next door!"
	done

_SaffronGymBattleText5::
	text "You and I, our"
	line "#MON shall"
	cont "fight!"
	done

_SaffronGymEndBattleText5::
	text "I lost"
	line "after all!"
	prompt

_SaffronGymAfterBattleText5::
	text "I knew that this"
	line "was going to take"
	cont "place."
	done

_SaffronGymBattleText6::
	text "SABRINA is young,"
	line "but she's also"
	cont "our LEADER!"

	para "You won't reach"
	line "her easily!"
	done

_SaffronGymEndBattleText6::
	text "I lost"
	line "my concentration!"
	prompt

_SaffronGymAfterBattleText6::
	text "There used to be"
	line "2 #MON GYMs in"
	cont "SAFFRON."

	para "The FIGHTING DOJO"
	line "next door lost"
	cont "its GYM status"
	cont "when we went and"
	cont "creamed them!"
	done

_SaffronGymBattleText7::
	text "SAFFRON #MON"
	line "GYM is famous for"
	cont "its psychics!"

	para "You want to see"
	line "SABRINA!"
	cont "I can tell!"
	done

_SaffronGymEndBattleText7::
	text "Arrrgh!"
	prompt

_SaffronGymAfterBattleText7::
	text "That's right! I"
	line "used telepathy to"
	cont "read your mind!"
	done