summaryrefslogtreecommitdiff
path: root/text/PokemonMansion1F.asm
blob: abbe2be7fa2921745c811cb631384c19ce1f4cd2 (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
_Mansion1BattleText2::
	text "¿Y tú quién eres?"
	line "Aquí no debería"
	cont "haber nadie."
	done

_Mansion1EndBattleText2::
	text "¡Auh!"
	prompt

_Mansion1AfterBattleText2::
	text "¿Una llave? ¡Ni"
	line "idea de lo que me"
	cont "estás hablando!"
	done

_MansionSwitchText::
	text "Un botón secreto."

	para "¿Lo pulso?"
	done

_MansionSwitchPressedText::
	text "¿Y quién no"
	line "lo haría?"
	prompt

_MansionSwitchNotPressedText::
	text "¡Todavía no!"
	done