Book a Demo!
CoCalc Logo Icon
StoreFeaturesDocsShareSupportNewsAboutPoliciesSign UpSign In
pret
GitHub Repository: pret/pokered
Path: blob/master/text/ChampionsRoom.asm
1270 views
1
_ChampionsRoomRivalIntroText::
2
text "<RIVAL>: Hey!"
3
4
para "I was looking"
5
line "forward to seeing"
6
cont "you, <PLAYER>!"
7
8
para "My rival should"
9
line "be strong to keep"
10
cont "me sharp!"
11
12
para "While working on"
13
line "#DEX, I looked"
14
cont "all over for"
15
cont "powerful #MON!"
16
17
para "Not only that, I"
18
line "assembled teams"
19
cont "that would beat"
20
cont "any #MON type!"
21
22
para "And now!"
23
24
para "I'm the #MON"
25
line "LEAGUE champion!"
26
27
para "<PLAYER>! Do you"
28
line "know what that"
29
cont "means?"
30
31
para "I'll tell you!"
32
33
para "I am the most"
34
line "powerful trainer"
35
cont "in the world!"
36
done
37
38
_RivalDefeatedText::
39
text "NO!"
40
line "That can't be!"
41
cont "You beat my best!"
42
43
para "After all that"
44
line "work to become"
45
cont "LEAGUE champ?"
46
47
para "My reign is over"
48
line "already?"
49
cont "It's not fair!"
50
prompt
51
52
_RivalVictoryText::
53
text "Hahaha!"
54
line "I won, I won!"
55
56
para "I'm too good for"
57
line "you, <PLAYER>!"
58
59
para "You did well to"
60
line "even reach me,"
61
cont "<RIVAL>, the"
62
cont "#MON genius!"
63
64
para "Nice try, loser!"
65
line "Hahaha!"
66
prompt
67
68
_ChampionsRoomRivalAfterBattleText::
69
text "Why?"
70
line "Why did I lose?"
71
72
para "I never made any"
73
line "mistakes raising"
74
cont "my #MON..."
75
76
para "Darn it! You're"
77
line "the new #MON"
78
cont "LEAGUE champion!"
79
80
para "Although I don't"
81
line "like to admit it."
82
done
83
84
_ChampionsRoomOakText::
85
text "OAK: <PLAYER>!"
86
done
87
88
_ChampionsRoomOakCongratulatesPlayerText::
89
text "OAK: So, you won!"
90
line "Congratulations!"
91
cont "You're the new"
92
cont "#MON LEAGUE"
93
cont "champion!"
94
95
para "You've grown up so"
96
line "much since you"
97
cont "first left with"
98
cont "@"
99
text_ram wNameBuffer
100
text "!"
101
102
para "<PLAYER>, you have"
103
line "come of age!"
104
done
105
106
_ChampionsRoomOakDisappointedWithRivalText::
107
text "OAK: <RIVAL>! I'm"
108
line "disappointed!"
109
110
para "I came when I"
111
line "heard you beat"
112
cont "the ELITE FOUR!"
113
114
para "But, when I got"
115
line "here, you had"
116
cont "already lost!"
117
118
para "<RIVAL>! Do you"
119
line "understand why"
120
cont "you lost?"
121
122
para "You have forgotten"
123
line "to treat your"
124
cont "#MON with"
125
cont "trust and love!"
126
127
para "Without them, you"
128
line "will never become"
129
cont "a champ again!"
130
done
131
132
_ChampionsRoomOakComeWithMeText::
133
text "OAK: <PLAYER>!"
134
135
para "You understand"
136
line "that your victory"
137
cont "was not just your"
138
cont "own doing!"
139
140
para "The bond you share"
141
line "with your #MON"
142
cont "is marvelous!"
143
144
para "<PLAYER>!"
145
line "Come with me!"
146
done
147
148