summaryrefslogtreecommitdiff
path: root/text/BrunosRoom.asm
blob: 9c493c4ac5497801eea57f248fdb3b969b690597 (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
_BrunoBeforeBattleText::
	text "I am BRUNO of"
	line "the ELITE FOUR!"

	para "Through rigorous"
	line "training, people"
	cont "and #MON can"
	cont "become stronger!"

	para "I've weight"
	line "trained with"
	cont "my #MON!"

	para "<PLAYER>!"

	para "We will grind you"
	line "down with our"
	cont "superior power!"

	para "Hoo hah!"
	done

_BrunoEndBattleText::
	text "Why?"
	line "How could I lose?"
	prompt

_BrunoAfterBattleText::
	text "My job is done!"
	line "Go face your next"
	cont "challenge!"
	done

_BrunoDontRunAwayText::
	text "Someone's voice:"
	line "Don't run away!"
	done