summaryrefslogtreecommitdiff
path: root/text/Route9.asm
blob: 37bb9c26cf429e94c39f1a7f6aef5dfe0a570ca8 (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
_Route9BattleText1::
	text "¡Tienes algunos"
	line "#MON!"
	cont "¡En guardia!"
	done

_Route9EndBattleText1::
	text "¡Me"
	line "has defraudado!"
	prompt

_Route9AfterBattleText1::
	text "Necesitas luz"
	line "para cruzar ese"
	cont "túnel oscuro."
	done

_Route9BattleText2::
	text "¿Quién anda por"
	line "ahí con esos"
	cont "#MON con"
	cont "tan buen aspecto?"
	done

_Route9EndBattleText2::
	text_start
	line "¡Esto se acabó!"
	prompt

_Route9AfterBattleText2::
	text "¡Sigue caminando!"
	done

_Route9BattleText3::
	text "¡Tomaré el TÚNEL"
	line "ROCA para ir al"
	cont "PUEBLO LAVANDA!"
	done

_Route9EndBattleText3::
	text_start
	line "¡Soy muy"
	cont "malo! ¡Buaaa!"
	prompt

_Route9AfterBattleText3::
	text "¿Vas a ir también"
	line "al TÚNEL ROCA?"
	done

_Route9BattleText4::
	text "¡Trátame con"
	line "respeto!"
	done

_Route9EndBattleText4::
	text_start
	line "¡Eres demasiado!"
	prompt

_Route9AfterBattleText4::
	text "¡Pareces ser"
	line "muy capaz!"
	cont "¡Buena suerte!"
	done

_Route9BattleText5::
	text "¡Jaja! ¡Qué bien!"
	line "¡Me estaba"
	cont "aburriendo!"
	done

_Route9EndBattleText5::
	text_start
	line "¡No te detengas,"
	cont "sigue, sigue!"

	para "Espera. ¡No tengo"
	line "más #MON!"
	prompt

_Route9AfterBattleText5::
	text "¡Debes ser muy"
	line "valiente para"
	cont "desafiarme!"
	done

_Route9BattleText6::
	text "¡Jaja!"
	line "¡No es que seas"
	cont "muy duro!"
	done

_Route9EndBattleText6::
	text "¿Qué"
	line "es eso?"
	prompt

_Route9AfterBattleText6::
	text "¡Jajaja! ¡Los"
	line "niños deben ser"
	cont "duros!"
	done

_Route9BattleText7::
	text "¡Madrugo todos"
	line "los días para"
	cont "cuidar a mis"
	cont "#MON del"
	cont "tipo-capullo!"
	done

_Route9EndBattleText7::
	text "¿QUÉ?"

	para "¡Qué gran pérdida"
	line "de tiempo!"
	prompt

_Route9AfterBattleText7::
	text "Tengo que recoger"
	line "algo que no sea"
	cont "bichos para ser"
	cont "más fuerte..."
	done

_Route9BattleText8::
	text "¡Jajajaja!"
	line "¡Vamos pequeñajo!"
	done

_Route9EndBattleText8::
	text_start
	line "¡Jajajaja!"
	cont "¡Me has ganado!"
	prompt

_Route9AfterBattleText8::
	text "¡Jajaja!"
	line "¡Los más fuertes"
	cont "siempre reímos!"
	done

_Route9BattleText9::
	text "¡Adelante mi"
	line "súper bicho"
	cont "#MON!"
	done

_Route9EndBattleText9::
	text "Mis"
	line "bichos..."
	prompt

_Route9AfterBattleText9::
	text "¿No te gustan los"
	line "bichos #MON?"
	cont "¡Pues inféctame!"
	done

_Route9Text11::
	text "RUTA 9:"
	line "CIUDAD CELESTE -"
	cont "TÚNEL ROCA"
	done