forked from pret/pokered
-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathRoute19.asm
157 lines (127 loc) · 2.33 KB
/
Route19.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
_Route19BattleText1::
text "Have to warm up"
line "before my swim!"
done
_Route19EndBattleText1::
text "All"
line "warmed up!"
prompt
_Route19AfterBattleText1::
text "Thanks, kid! I'm"
line "ready for a swim!"
done
_Route19BattleText2::
text "Wait! You'll have"
line "a heart attack!"
done
_Route19EndBattleText2::
text "Ooh!"
line "That's chilly!"
prompt
_Route19AfterBattleText2::
text "Watch out for"
line "TENTACOOL!"
done
_Route19BattleText3::
text "I love swimming!"
line "What about you?"
done
_Route19EndBattleText3::
text "Belly"
line "flop!"
prompt
_Route19AfterBattleText3::
text "I can beat #MON"
line "at swimming!"
done
_Route19BattleText4::
text "What's beyond the"
line "horizon?"
done
_Route19EndBattleText4::
text "Glub!"
prompt
_Route19AfterBattleText4::
text "I see a couple of"
line "islands!"
done
_Route19BattleText5::
text "I tried diving"
line "for #MON, but"
cont "it was a no go!"
done
_Route19EndBattleText5::
text "Help!"
prompt
_Route19AfterBattleText5::
text "You have to fish"
line "for sea #MON!"
done
_Route19BattleText6::
text "I look at the"
line "sea to forget!"
done
_Route19EndBattleText6::
text "Ooh!"
line "Traumatic!"
prompt
_Route19AfterBattleText6::
text "I'm looking at the"
line "sea to forget!"
done
_Route19BattleText7::
text "Oh, I just love"
line "your ride! Can I"
cont "have it if I win?"
done
_Route19EndBattleText7::
text "Oh!"
line "I lost!"
prompt
_Route19AfterBattleText7::
text "It's still a long"
line "way to go to"
cont "SEAFOAM ISLANDS."
done
_Route19BattleText8::
text "Swimming's great!"
line "Sunburns aren't!"
done
_Route19EndBattleText8::
text "Shocker!"
prompt
_Route19AfterBattleText8::
text "My boy friend"
line "wanted to swim to"
cont "SEAFOAM ISLANDS."
done
_Route19BattleText9::
text "These waters are"
line "treacherous!"
done
_Route19EndBattleText9::
text "Ooh!"
line "Dangerous!"
prompt
_Route19AfterBattleText9::
text "I got a cramp!"
line "Glub, glub..."
done
_Route19BattleText10::
text "I swam here, but"
line "I'm tired."
done
_Route19EndBattleText10::
text "I'm"
line "exhausted..."
prompt
_Route19AfterBattleText10::
text "LAPRAS is so big,"
line "it must keep you"
cont "dry on water."
done
_Route19Text11::
text "SEA ROUTE 19"
line "FUCHSIA CITY -"
cont "SEAFOAM ISLANDS"
done