summaryrefslogtreecommitdiff
path: root/text/VictoryRoad2F.asm
blob: ff72afaaff3b2b1e14d12de901b5dda0334780e6 (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
_MoltresBattleText::
	text "Gyaoo!@"
	text_end

_VictoryRoad2BattleText1::
	text "VICTORY ROAD is"
	line "the final test"
	cont "for trainers!"
	done

_VictoryRoad2EndBattleText1::
	text "Aiyah!"
	prompt

_VictoryRoad2AfterBattleText1::
	text "If you get stuck,"
	line "try moving some"
	cont "boulders around!"
	done

_VictoryRoad2BattleText2::
	text "Ah, so you wish"
	line "to challenge the"
	cont "ELITE FOUR?"
	done

_VictoryRoad2EndBattleText2::
	text "You"
	line "got me!"
	prompt

_VictoryRoad2AfterBattleText2::
	text "<RIVAL> also came"
	line "through here!"
	done

_VictoryRoad2BattleText3::
	text "Come on!"
	line "I'll whip you!"
	done

_VictoryRoad2EndBattleText3::
	text "I got"
	line "whipped!"
	prompt

_VictoryRoad2AfterBattleText3::
	text "You earned the"
	line "right to be on"
	cont "VICTORY ROAD!"
	done

_VictoryRoad2BattleText4::
	text "If you can get"
	line "through here, you"
	cont "can go meet the"
	cont "ELITE FOUR!"
	done

_VictoryRoad2EndBattleText4::
	text "No!"
	line "Unbelievable!"
	prompt

_VictoryRoad2AfterBattleText4::
	text "I can beat you"
	line "when it comes to"
	cont "knowledge about"
	cont "#MON!"
	done

_VictoryRoad2BattleText5::
	text "Is VICTORY ROAD"
	line "too tough?"
	done

_VictoryRoad2EndBattleText5::
	text "Well"
	line "done!"
	prompt

_VictoryRoad2AfterBattleText5::
	text "Many trainers give"
	line "up the challenge"
	cont "here."
	done