summaryrefslogtreecommitdiff
path: root/data/text/text_7.asm
blob: 230160edaab6fa1806f58fea39ae519fa5b52e37 (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
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
_ItemUseText001::
	text "¡<PLAYER> utilizó@"
	text_end

_ItemUseText002::
	text_ram wcf4b
	text "!"
	done

_GotOnBicycleText1::
	text "¡<PLAYER> subió en@"
	text_end

_GotOnBicycleText2::
	text "la @"
	text_ram wcf4b
	text "!"
	prompt

_GotOffBicycleText1::
	text "<PLAYER> bajó de@"
	text_end

_GotOffBicycleText2::
	text "la @"
	text_ram wcf4b
	text "."
	prompt

_ThrewAwayItemText::
	text_ram wcd6d
	text_start
	line "arrojado."
	prompt

_IsItOKToTossItemText::
	text "¿Puedo tirar"
	line "@"
	text_ram wcf4b
	text "?"
	prompt

_TooImportantToTossText::
	text "¡Eso es demasiado"
	line "importante para"
	cont "ser tirado!"
	prompt

_AlreadyKnowsText::
	text "¡@"
	text_ram wcd6d
	text " sabe"
	line "@"
	text_ram wcf4b
	text "!"
	prompt

_ConnectCableText::
	text "¡Bien! ¡Conecta"
	line "el cable así!"
	prompt

_TradedForText::
	text "¡<PLAYER> cambió"
	line "@"
	text_ram wInGameTradeGiveMonName
	text " por"
	cont "@"
	text_ram wInGameTradeReceiveMonName
	text "!@"
	text_end

_WannaTrade1Text::
	text "¡Busco un"
	line "@"
	text_ram wInGameTradeGiveMonName
	text "!"

	para "¿Quieres cambiarlo"
	line "por @"
	text_ram wInGameTradeReceiveMonName
	text "?"
	done

_NoTrade1Text::
	text "¡Auuu!"
	line "Pues bien..."
	done

_WrongMon1Text::
	text "¿Qué? ¡Ése no es"
	line "@"
	text_ram wInGameTradeGiveMonName
	text "!"

	para "¡Si tienes uno,"
	line "vuelve aquí!"
	done

_Thanks1Text::
	text "¡Muchas gracias!"
	done

_AfterTrade1Text::
	text "¿No es estupendo"
	line "mi @"
	text_ram wInGameTradeReceiveMonName
	text "?"
	done

_WannaTrade2Text::
	text "¡Hola!"
	line "¿Quieres cambiar"

	para "tu @"
	text_ram wInGameTradeGiveMonName
	text_start
	line "por @"
	text_ram wInGameTradeReceiveMonName
	text "?"
	done

_NoTrade2Text::
	text "Vale, si no"
	line "quieres..."
	done

_WrongMon2Text::
	text "¿Qué? Éste no es"
	line "@"
	text_ram wInGameTradeGiveMonName
	text "."

	para "Cuando tengas uno"
	line "piensa en mí."
	done

_Thanks2Text::
	text "¡Gracias!"
	done

_AfterTrade2Text::
	text "¡El @"
	text_ram wInGameTradeGiveMonName
	text_start
	line "que me cambiaste"

	para "evolucionó!"
	done

_WannaTrade3Text::
	text "¡Hola! ¿Tienes un"
	line "@"
	text_ram wInGameTradeGiveMonName
	text "?"

	para "¿Quieres cambiarlo"
	line "por @"
	text_ram wInGameTradeReceiveMonName
	text "?"
	done

_NoTrade3Text::
	text "¡Qué pena!"
	done

_WrongMon3Text::
	text "...Éste no es un"
	line "@"
	text_ram wInGameTradeGiveMonName
	text "."

	para "¡Si consigues uno"
	line "cámbialo conmigo!"
	done

_Thanks3Text::
	text "¡Gracias, amigo!"
	done

_AfterTrade3Text::
	text "¿Cómo está mi"
	line "viejo @"
	text_ram wInGameTradeReceiveMonName
	text "?"

	para "¡Mi @"
	text_ram wInGameTradeGiveMonName
	text_start
	line "está fenomenal!"
	done

_NothingToCutText::
	text "¡No hay nada"
	line "que CORTAR!"
	prompt

_UsedCutText::
	text "¡@"
	text_ram wcd6d
	text " lo"
	line "CORTA todo!"
	prompt