summaryrefslogtreecommitdiff
path: root/text/maps/route_9.asm
blob: 353eb7792d7873ad10416c780dfccdfc02f0eade (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
_Route9BattleText1:: ; 8e291 (23:6291)
	text "You have #MON"
	line "with you!"
	cont "You're mine!"
	done

_Route9EndBattleText1:: ; 8e2b6 (23:62b6)
	text "You"
	line "deceived me!"
	prompt

_Route9AfterBattleText1:: ; 8e2c8 (23:62c8)
	text "You need light to"
	line "get through that"
	cont "dark tunnel ahead."
	done

IF DEF(_YELLOW)
_Route9BattleTextAJ::
	text "I aim to be the"
	line "ultimate trainer!"
	done

_Route9EndBattleTextAJ::
	text "My"
	line "SANDSHREW lost?"
	prompt

_Route9AfterBattleTextAJ::
	text "I'll restart my"
	line "100-win streak"
	cont "with SANDSHREW."
ENDC

_Route9BattleText2:: ; 8e2ff (23:62ff)
	text "Who's that walking"
	line "with those good"
	cont "looking #MON?"
	done

_Route9EndBattleText2:: ; 8e330 (23:6330)
	text "Out"
	line "like a light!"
	prompt

_Route9AfterBattleText2:: ; 8e343 (23:6343)
	text "Keep walking!"
	done

_Route9BattleText3:: ; 8e352 (23:6352)
	text "I'm taking ROCK"
	line "TUNNEL to go to"
	cont "LAVENDER..."
	done

_Route9EndBattleText3:: ; 8e37e (23:637e)
	text "Can't"
	line "measure up!"
	prompt

_Route9AfterBattleText3:: ; 8e390 (23:6390)
	text "Are you off to"
	line "ROCK TUNNEL too?"
	done

_Route9BattleText4:: ; 8e3b1 (23:63b1)
	text "Don't you dare"
	line "condescend me!"
	done

_Route9EndBattleText4:: ; 8e3cf (23:63cf)
	text "No!"
	line "You're too much!"
	prompt

_Route9AfterBattleText4:: ; 8e3e4 (23:63e4)
	text "You're obviously"
	line "talented! Good"
	cont "luck to you!"
	done

_Route9BattleText5:: ; 8e411 (23:6411)
	text "Bwahaha!"
	line "Great! I was"
	cont "bored, eh!"
	done

_Route9EndBattleText5:: ; 8e433 (23:6433)
	text "Keep it"
	line "coming, eh!"

	para "Oh wait. I'm out"
	line "of #MON!"
	prompt

_Route9AfterBattleText5:: ; 8e461 (23:6461)
	text "You sure had guts"
	line "standing up to me"
	cont "there, eh?"
	done

_Route9BattleText6:: ; 8e491 (23:6491)
	text "Hahaha!"
	line "Aren't you a"
	cont "little toughie!"
	done

_Route9EndBattleText6:: ; 8e4b6 (23:64b6)
	text "What's"
	line "that?"
	prompt

_Route9AfterBattleText6:: ; 8e4c3 (23:64c3)
	text "Hahaha! Kids"
	line "should be tough!"
	done

_Route9BattleText7:: ; 8e4e2 (23:64e2)
	text "I got up early"
	line "every day to"
	cont "raise my #MON"
	cont "from cocoons!"
	done

_Route9EndBattleText7:: ; 8e51b (23:651b)
	text "WHAT?"

	para "What a total"
	line "waste of time!"
	prompt

_Route9AfterBattleText7:: ; 8e53e (23:653e)
	text "I have to collect"
	line "more than bugs to"
	cont "get stronger..."
	done

_Route9BattleText8:: ; 8e573 (23:6573)
	text "Hahahaha!"
	line "Come on, dude!"
	done

_Route9EndBattleText8:: ; 8e58d (23:658d)
	text "Hahahaha!"
	line "You beat me fair!"
	prompt

_Route9AfterBattleText8:: ; 8e5aa (23:65aa)
	text "Hahahaha!"
	line "Us hearty guys"
	cont "always laugh!"
	done

_Route9BattleText9:: ; 8e5d2 (23:65d2)
	text "Go, my super bug"
	line "#MON!"
	done

_Route9EndBattleText9:: ; 8e5ea (23:65ea)
	text "My"
	line "bugs..."
	prompt

_Route9AfterBattleText9:: ; 8e5f6 (23:65f6)
	text "If you don't like"
	line "bug #MON, you"
	cont "bug me!"
	done

_Route9Text11:: ; 8e61e (23:661e)
	text "ROUTE 9"
	line "CERULEAN CITY-"
	cont "ROCK TUNNEL"
	done