summaryrefslogtreecommitdiff
path: root/text/CeruleanGym.asm
blob: c201984f886e005b74067e7f94f3ba961c34a391 (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
_MistyPreBattleText::
	text "Hi, you're a new"
	line "face!"

	para "What's your policy"
	line "on #MON? What"
	cont "is your approach?"

	para "My policy is an"
	line "all-out offensive"
	cont "with water-type"
	cont "#MON!"

	para "MISTY, the world-"
	line "famous beauty, is"
	cont "your host!"

	para "Are you ready,"
	line "sweetie?"
	done

_TM11ExplanationText::
	text "TM11 teaches"
	line "BUBBLEBEAM!"

	para "Use it on an"
	line "aquatic #MON!"
	done

_MistyCascadeBadgeInfoText::
	text "The CASCADEBADGE"
	line "makes all #MON"
	cont "up to L30 obey!"

	para "That includes"
	line "even outsiders!"

	para "There's more, you"
	line "can now use CUT"
	cont "anytime!"

	para "You can CUT down"
	line "small bushes to"
	cont "open new paths!"

	para "You can also have"
	line "my favorite TM!"
	done

_ReceivedTM11Text::
	text "<PLAYER> received"
	line "TM11!@"
	text_end

_TM11NoRoomText::
	text "You better make"
	line "room for this!"
	done

_ReceivedCascadeBadgeText::
	text "I can't"
	line "believe I lost!"

	para "All right!"

	para "You can have the"
	line "CASCADEBADGE to"
	cont "show you beat me!"
	prompt

_CeruleanGymBattleText1::
	text "I'm more than good"
	line "enough for you!"

	para "MISTY can wait!"
	done

_CeruleanGymEndBattleText1::
	text "You"
	line "overwhelmed me!"
	prompt

_CeruleanGymAfterBattleText1::
	text "You have to face"
	line "other trainers to"
	cont "find out how good"
	cont "you really are."
	done

_CeruleanGymBattleText2::
	text "Splash!"

	para "I'm first up!"
	line "Let's do it!"
	done

_CeruleanGymEndBattleText2::
	text "That"
	line "can't be!"
	prompt

_CeruleanGymAfterBattleText2::
	text "MISTY is going to"
	line "keep improving!"

	para "She won't lose to"
	line "someone like you!"
	done

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

	para "Here's my advice!"

	para "The LEADER, MISTY,"
	line "is a pro who uses"
	cont "water #MON!"

	para "You can drain all"
	line "their water with"
	cont "plant #MON!"

	para "Or, zap them with"
	line "electricity!"
	done

_CeruleanGymGuidePostBattleText::
	text "You beat MISTY!"
	line "What'd I tell ya?"

	para "You and me, kid,"
	line "we make a pretty"
	cont "darn good team!"
	done