forked from waicalibre/pokered-eo
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Route25.asm
156 lines (129 loc) · 2.39 KB
/
Route25.asm
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
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
_Route25BattleText1::
text "Local trainers"
line "come here to"
cont "practice!"
done
_Route25EndBattleText1::
text "You're"
line "decent."
prompt
_Route25AfterBattleText1::
text "All #MON have"
line "weaknesses. It's"
cont "best to raise"
cont "different kinds."
done
_Route25BattleText2::
text "Dad took me to a"
line "great party on"
cont "S.S.ANNE at"
cont "VERMILION CITY!"
done
_Route25EndBattleText2::
text "I'm"
line "not mad!"
prompt
_Route25AfterBattleText2::
text "On S.S.ANNE, I"
line "saw trainers from"
cont "around the world."
done
_Route25BattleText3::
text "I'm a cool guy."
line "I've got a girl"
cont "friend!"
done
_Route25EndBattleText3::
text "Aww,"
line "darn..."
prompt
_Route25AfterBattleText3::
text "Oh well. My girl"
line "will cheer me up."
done
_Route25BattleText4::
text "Hi! My boy"
line "friend is cool!"
done
_Route25EndBattleText4::
text "I was in"
line "bad condition!"
prompt
_Route25AfterBattleText4::
text "I wish my guy was"
line "as good as you!"
done
_Route25BattleText5::
text "I knew I had to"
line "fight you!"
done
_Route25EndBattleText5::
text "I knew"
line "I'd lose too!"
prompt
_Route25AfterBattleText5::
text "If your #MON"
line "gets confused or"
cont "falls asleep,"
cont "switch it!"
done
_Route25BattleText6::
text "My friend has a"
line "cute #MON."
cont "I'm so jealous!"
done
_Route25EndBattleText6::
text "I'm"
line "not so jealous!"
prompt
_Route25AfterBattleText6::
text "You came from MT."
line "MOON? May I have"
cont "a CLEFAIRY?"
done
_Route25BattleText7::
text "I just got down"
line "from MT.MOON,"
cont "but I'm ready!"
done
_Route25EndBattleText7::
text "You"
line "worked hard!"
prompt
_Route25AfterBattleText7::
text "Drat!"
line "A ZUBAT bit me"
cont "back in there."
done
_Route25BattleText8::
text "I'm off to see a"
line "#MON collector"
cont "at the cape!"
done
_Route25EndBattleText8::
text "You"
line "got me."
prompt
_Route25AfterBattleText8::
text "The collector has"
line "many rare kinds"
cont "of #MON."
done
_Route25BattleText9::
text "You're going to"
line "see BILL? First,"
cont "let's fight!"
done
_Route25EndBattleText9::
text "You're"
line "something."
prompt
_Route25AfterBattleText9::
text "The trail below"
line "is a shortcut to"
cont "CERULEAN CITY."
done
_Route25Text11::
text "SEA COTTAGE"
line "BILL lives here!"
done