summaryrefslogtreecommitdiff
path: root/text/maps/vermilion_gym_2.asm
blob: ee7d14ee14ae3fb3742a7e8089629d38f1bb60f6 (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
_VermilionGymText_5cb72:: ; 9c000 (27:4000)
	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

_VermilionGymText_5cb77:: ; 9c069 (27:4069)
	text "The THUNDERBADGE"
	line "cranks up your"
	cont "#MON's SPEED!"

	para "It also lets your"
IF DEF(_YELLOW)
	line "#MON FLY any-"
ELSE
	line "#MON FLY any"
ENDC
	cont "time, kid!"

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

_ReceivedTM24Text:: ; 9c0e0 (27:40e0)
	text $52, " received "
	line "@"
	TX_RAM wcf4b
	text "!@@"

_TM24ExplanationText:: ; 9c0f5 (27:40f5)
	db $0
	para "TM24 contains"
	line "THUNDERBOLT!"

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

_TM24NoRoomText:: ; 9c130 (27:4130)
	text "Yo kid, make room"
	line "in your pack!"
	done

_ReceivedThunderbadgeText:: ; 9c151 (27:4151)
	text "Whoa!"

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

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

_VermilionGymBattleText1:: ; 9c194 (27:4194)
	text "When I was in the"
	line "Army, LT.SURGE"
	cont "was my strict CO!"
	done

_VermilionGymEndBattleText1:: ; 9c1c8 (27:41c8)
	text "Stop!"
	line "You're very good!"
	prompt

_VermilionGymAfterBattleText1:: ; 9c1e0 (27:41e0)
	text "The door won't"
	line "open?"

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

_VermilionGymBattleText2:: ; 9c213 (27:4213)
	text "I'm a lightweight,"
	line "but I'm good with"
	cont "electricity!"
	done

_VermilionGymEndBattleText2:: ; 9c244 (27:4244)
	text "Fried!"
	prompt

_VermilionGymAfterBattleText2:: ; 9c24c (27:424c)
	text "OK, I'll talk!"

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

_VermilionGymBattleText3:: ; 9c290 (27:4290)
	text "This is no place"
	line "for kids!"
	done

_VermilionGymEndBattleText3:: ; 9c2ac (27:42ac)
	text "Wow!"
	line "Surprised me!"
	prompt

_VermilionGymAfterBattleText3:: ; 9c2c0 (27:42c0)
	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

_VermilionGymText_5cbf4:: ; 9c32b (27:432b)
	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

_VermilionGymText_5cbf9:: ; 9c429 (27:4429)
	text "Whew! That match"
	line "was electric!"
	done