-
Notifications
You must be signed in to change notification settings - Fork 1k
/
Copy pathRoute15.asm
172 lines (141 loc) · 2.92 KB
/
Route15.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
_Route15CooltrainerF1BattleText::
text "Let me try out the"
line "#MON I just"
cont "got in a trade!"
done
_Route15CooltrainerF1EndBattleText::
text "Not"
line "good enough!"
prompt
_Route15CooltrainerF1AfterBattleText::
text "You can't change"
line "the nickname of"
cont "any #MON you"
cont "get in a trade."
para "Only the Original"
line "Trainer can."
done
_Route15CooltrainerF2BattleText::
text "You look gentle,"
line "so I think I can"
cont "beat you!"
done
_Route15CooltrainerF2EndBattleText::
text "No,"
line "wrong!"
prompt
_Route15CooltrainerF2AfterBattleText::
text "I'm afraid of"
line "BIKERs, they look"
cont "so ugly and mean!"
done
_Route15CooltrainerM1BattleText::
text "When I whistle, I"
line "can summon bird"
cont "#MON!"
done
_Route15CooltrainerM1EndBattleText::
text "Ow!"
line "That's tragic!"
prompt
_Route15CooltrainerM1AfterBattleText::
text "Maybe I'm not cut"
line "out for battles."
done
_Route15CooltrainerM2BattleText::
text "Hmm? My birds are"
line "shivering! You're"
cont "good, aren't you?"
done
_Route15CooltrainerM2EndBattleText::
text "Just"
line "as I thought!"
prompt
_Route15CooltrainerM2AfterBattleText::
text "Did you know moves"
line "like EARTHQUAKE"
cont "don't have any"
cont "effect on birds?"
done
_Route15Beauty1BattleText::
text "Oh, you're a"
line "little cutie!"
done
_Route15Beauty1EndBattleText::
text "You looked"
line "so cute too!"
prompt
_Route15Beauty1AfterBattleText::
text "I forgive you!"
line "I can take it!"
done
_Route15Beauty2BattleText::
text "I raise #MON"
line "because I live"
cont "alone!"
done
_Route15Beauty2EndBattleText::
text "I didn't"
line "ask for this!"
prompt
_Route15Beauty2AfterBattleText::
text "I just like going"
line "home to be with"
cont "my #MON!"
done
_Route15Biker1BattleText::
text "Hey kid! C'mon!"
line "I just got these!"
done
_Route15Biker1EndBattleText::
text "Why"
line "not?"
prompt
_Route15Biker1AfterBattleText::
text "You only live"
line "once, so I live"
cont "as an outlaw!"
cont "TEAM ROCKET RULES!"
done
_Route15Biker2BattleText::
text "Fork over all your"
line "cash when you"
cont "lose to me, kid!"
done
_Route15Biker2EndBattleText::
text "That"
line "can't be true!"
prompt
_Route15Biker2AfterBattleText::
text "I was just joking"
line "about the money!"
done
_Route15CooltrainerF3BattleText::
text "What's cool?"
line "Trading #MON!"
done
_Route15CooltrainerF3EndBattleText::
text "I"
line "said trade!"
prompt
_Route15CooltrainerF3AfterBattleText::
text "I trade #MON"
line "with my friends!"
done
_Route15CooltrainerF4BattleText::
text "Want to play with"
line "my #MON?"
done
_Route15CooltrainerF4EndBattleText::
text "I was"
line "too impatient!"
prompt
_Route15CooltrainerF4AfterBattleText::
text "I'll go train with"
line "weaker people.@"
text_end
_Route15SignText::
text "ROUTE 15"
line "West to FUCHSIA"
cont "CITY"
done