-
Notifications
You must be signed in to change notification settings - Fork 1k
/
Copy pathRoute13.asm
179 lines (145 loc) · 2.96 KB
/
Route13.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
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
_Route13CooltrainerM1BattleText::
text "My bird #MON"
line "want to scrap!"
done
_Route13CooltrainerM1EndBattleText::
text "My"
line "bird combo lost?"
prompt
_Route13CooltrainerM1AfterBattleText::
text "My #MON look"
line "happy even though"
cont "they lost."
done
_Route13CooltrainerF1BattleText::
text "I'm told I'm good"
line "for a kid!"
done
_Route13CooltrainerF1EndBattleText::
text "Ohh!"
line "I lost!"
prompt
_Route13CooltrainerF1AfterBattleText::
text "I want to become"
line "a good trainer."
cont "I'll train hard."
done
_Route13CooltrainerF2BattleText::
text "Wow! Your BADGEs"
line "are too cool!"
done
_Route13CooltrainerF2EndBattleText::
text "Not"
line "enough!"
prompt
_Route13CooltrainerF2AfterBattleText::
text "You got those"
line "BADGEs from GYM"
cont "LEADERs. I know!"
done
_Route13CooltrainerF3BattleText::
text "My cute #MON"
line "wish to make your"
cont "acquaintance."
done
_Route13CooltrainerF3EndBattleText::
text "Wow!"
line "You totally won!"
prompt
_Route13CooltrainerF3AfterBattleText::
text "You have to make"
line "#MON fight to"
cont "toughen them up!"
done
_Route13CooltrainerF4BattleText::
text "I found CARBOS in"
line "a cave once."
done
_Route13CooltrainerF4EndBattleText::
text "Just"
line "messed up!"
prompt
_Route13CooltrainerF4AfterBattleText::
text "CARBOS boosted"
line "the SPEED of my"
cont "#MON."
done
_Route13CooltrainerM2BattleText::
text "The wind's blowing"
line "my way!"
done
_Route13CooltrainerM2EndBattleText::
text "The"
line "wind turned!"
prompt
_Route13CooltrainerM2AfterBattleText::
text "I'm beat. I guess"
line "I'll FLY home."
done
_Route13Beauty1BattleText::
text "Sure, I'll play"
line "with you!"
done
_Route13Beauty1EndBattleText::
text "Oh!"
line "You little brute!"
prompt
_Route13Beauty1AfterBattleText::
text "I wonder which is"
line "stronger, male or"
cont "female #MON?"
done
_Route13Beauty2BattleText::
text "Do you want to"
line "#MON with me?"
done
_Route13Beauty2EndBattleText::
text "It's over"
line "already?"
prompt
_Route13Beauty2AfterBattleText::
text "I don't know"
line "anything about"
cont "#MON. I just"
cont "like cool ones!"
done
_Route13BikerBattleText::
text "What're you"
line "lookin' at?"
done
_Route13BikerEndBattleText::
text "Dang!"
line "Stripped gears!"
prompt
_Route13BikerAfterBattleText::
text "Get lost!"
done
_Route13CooltrainerM3BattleText::
text "I always go with"
line "bird #MON!"
done
_Route13CooltrainerM3EndBattleText::
text "Out"
line "of power!"
prompt
_Route13CooltrainerM3AfterBattleText::
text "I wish I could"
line "fly like PIDGEY"
cont "and PIDGEOTTO..."
done
_Route13TrainerTips1Text::
text "TRAINER TIPS"
para "Look to the left"
line "of that post!"
done
_Route13TrainerTips2Text::
text "TRAINER TIPS"
para "Use SELECT to"
line "switch items in"
cont "the ITEM window!"
done
_Route13SignText::
text "ROUTE 13"
line "North to SILENCE"
cont "BRIDGE"
done