summaryrefslogtreecommitdiff
path: root/text/BluesHouse.asm
blob: 21e3e7a89423529bc67bc91a8e39bcf7e3bc9c3b (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
_DaisyInitialText::
	text "¡Hola <PLAYER>!"
	line "¡<RIVAL> está"
	cont "en el laboratorio"
	cont "del abuelo!"
	done

_DaisyOfferMapText::
	text "¿Te encargó algo"
	line "el abuelo?"
	cont "¡Toma esto!"
	cont "¡Te ayudará!"
	prompt

_GotMapText::
	text "¡<PLAYER> obtuvo:"
	line "@"
	text_ram wcf4b
	text "!@"
	text_end

_DaisyBagFullText::
	text "Llevas demasiadas"
	line "cosas."
	done

_DaisyUseMapText::
	text "Usa el MAPA de"
	line "PUEBLOS para"
	cont "saber dónde"
	cont "te encuentras."
	done

_BluesHouseDaisyWalkingText::
	text "¡Los #MON"
	line "son seres vivos!"
	cont "¡Si se cansan,"
	cont "déjalos reposar!"
	done

_BluesHouseTownMapText::
	text "¡Es un gran mapa!"
	line "¡Es muy útil!"
	done