summaryrefslogtreecommitdiff
path: root/text/VermilionGym.asm
blob: 174d9293686bb845ca793d3d82adb05d1cdc14f8 (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
_LTSurgePreBattleText::
	text "Ten-hut! Welcome"
	line "to VERMILION GYM!"

	para "Will you look at"
	line "that, a pint-size"
	cont "challenger!"

	para "Hahaha! You've got"
	line "big and brassy"
	cont "nerves to take me"
	cont "on with your puny"
	cont "power!"

	para "A #MON battle"
	line "is war! I'll show"
	cont "you, civilian!"

	para "I'll shock you"
	line "into surrender!"
	done

_LTSurgePostBattleAdviceText::
	text "A little word of"
	line "advice, kid!"

	para "Electricity is"
	line "sure powerful!"

	para "But, it's useless"
	line "against ground-"
	cont "type #MON!"
	done

_LTSurgeThunderBadgeInfoText::
	text "The THUNDERBADGE"
	line "cranks up your"
	cont "#MON's SPEED!"

	para "It also lets your"
	line "#MON FLY any-"
	cont "time, kid!"

	para "You're special,"
	line "kid! Take this!"
	done

_ReceivedTM24Text::
	text "<PLAYER> received "
	line "@"
	text_ram wStringBuffer
	text "!@"
	text_end

_TM24ExplanationText::
	text_start

	para "TM24 contains"
	line "THUNDERBOLT!"

	para "Teach it to an"
	line "electric #MON!"
	done

_TM24NoRoomText::
	text "Yo kid, make room"
	line "in your pack!"
	done

_ReceivedThunderBadgeText::
	text "Whoa!"

	para "You're the real"
	line "deal, kid!"

	para "Fine then, take"
	line "the THUNDERBADGE!"
	prompt

_VermilionGymBattleText1::
	text "When I was in the"
	line "Army, LT.SURGE"
	cont "was my strict CO!"
	done

_VermilionGymEndBattleText1::
	text "Stop!"
	line "You're very good!"
	prompt

_VermilionGymAfterBattleText1::
	text "The door won't"
	line "open?"

	para "LT.SURGE always"
	line "was cautious!"
	done

_VermilionGymBattleText2::
	text "I'm a lightweight,"
	line "but I'm good with"
	cont "electricity!"
	done

_VermilionGymEndBattleText2::
	text "Fried!"
	prompt

_VermilionGymAfterBattleText2::
	text "OK, I'll talk!"

	para "LT.SURGE said he"
	line "hid door switches"
	cont "inside something!"
	done

_VermilionGymBattleText3::
	text "This is no place"
	line "for kids!"
	done

_VermilionGymEndBattleText3::
	text "Wow!"
	line "Surprised me!"
	prompt

_VermilionGymAfterBattleText3::
	text "LT.SURGE set up"
	line "double locks!"
	cont "Here's a hint!"

	para "When you open the"
	line "1st lock, the 2nd"
	cont "lock is right"
	cont "next to it!"
	done

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

	para "LT.SURGE has a"
	line "nickname. People"
	cont "refer to him as"
	cont "the Lightning"
	cont "American!"

	para "He's an expert on"
	line "electric #MON!"

	para "Birds and water"
	line "#MON are at"
	cont "risk! Beware of"
	cont "paralysis too!"

	para "LT.SURGE is very"
	line "cautious!"

	para "You'll have to"
	line "break a code to"
	cont "get to him!"
	done

_VermilionGymGuidePostBattleText::
	text "Whew! That match"
	line "was electric!"
	done