summaryrefslogtreecommitdiff
path: root/text/BikeShop.asm
blob: 08118d6881a02719a91bdd267f74d845f723b919 (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
_BikeShopText_1d810::
	text "¡Bienvenido a la"
	line "TIENDA de BICIS!"

	para "¡Tenemos la BICI"
	line "que buscabas!"
	prompt

_BikeShopText_1d815::
	text "¡Esta BICICLETA"
	line "es estupenda!"
	cont "¿La quieres?"
	done

_BikeShopCantAffordText::
	text "¡Lo siento! ¡No"
	line "puedes pagarla!"
	prompt

_BikeShopText_1d81f::
	text "¡Oh! Eso es..."

	para "¡Un BONO para"
	line "una BICICLETA!"

	para "¡Muy bien!"
	line "¡Toda tuya!"
	prompt

_BikeShopText_1d824::
	text "<PLAYER> cambió"
	line "el BONO por una"
	cont "BICICLETA.@"
	text_end

_BikeShopComeAgainText::
	text "¡Vuelve cuando"
	line "quieras!"
	done

_BikeShopText_1d82f::
	text "¿Te gusta tu"
	line "nueva BICICLETA?"

	para "¡Puedes usarla"
	line "por el CAMINO de"
	cont "las BICIS y por"
	cont "las cuevas!"
	done

_BikeShopText_1d834::
	text "¡No tienes sitio"
	line "para esto!"
	done

_BikeShopText_1d843::
	text "¡Sólo necesito"
	line "una BICICLETA"
	cont "normal!"

	para "¡No puedes poner"
	line "una cesta en una"
	cont "MOTOCICLETA!"
	done

_BikeShopText_1d85c::
	text "¡Estas BICIS son"
	line "geniales, pero"
	cont "muy caras!"
	done

_BikeShopText_1d861::
	text "¡Uauu! ¡Vaya"
	line "BICI tan chula!"
	done