-
Notifications
You must be signed in to change notification settings - Fork 993
/
Route8.asm
154 lines (126 loc) · 2.63 KB
/
Route8.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
_Route8SuperNerd1BattleText::
text "You look good at"
line "#MON, but"
cont "how's your chem?"
done
_Route8SuperNerd1EndBattleText::
text "Ow!"
line "Meltdown!"
prompt
_Route8SuperNerd1AfterBattleText::
text "I am better at"
line "school than this!"
done
_Route8Gambler1BattleText::
text "All right! Let's"
line "roll the dice!"
done
_Route8Gambler1EndBattleText::
text "Drat!"
line "Came up short!"
prompt
_Route8Gambler1AfterBattleText::
text "Lady Luck's not"
line "with me today!"
done
_Route8SuperNerd2BattleText::
text "You need strategy"
line "to win at this!"
done
_Route8SuperNerd2EndBattleText::
text "It's"
line "not logical!"
prompt
_Route8SuperNerd2AfterBattleText::
text "Go with GRIMER"
line "first...and..."
cont "...and...then..."
done
_Route8CooltrainerF1BattleText::
text "I like NIDORAN, so"
line "I collect them!"
done
_Route8CooltrainerF21EndBattleText::
text "Why? Why??"
prompt
_Route8CooltrainerF1AfterBattleText::
text "When #MON grow"
line "up they get ugly!"
cont "They shouldn't"
cont "evolve!"
done
_Route8SuperNerd3BattleText::
text "School is fun, but"
line "so are #MON."
done
_Route8SuperNerd3EndBattleText::
text "I'll"
line "stay with school."
prompt
_Route8SuperNerd3AfterBattleText::
text "We're stuck here"
line "because of the"
cont "gates at SAFFRON."
done
_Route8CooltrainerF2BattleText::
text "MEOWTH is so cute,"
line "meow, meow, meow!"
done
_Route8CooltrainerF2EndBattleText::
text "Meow!"
prompt
_Route8CooltrainerF2AfterBattleText::
text "I think PIDGEY"
line "and RATTATA"
cont "are cute too!"
done
_Route8CooltrainerF3BattleText::
text "We must look"
line "silly standing"
cont "here like this!"
done
_Route8CooltrainerF3EndBattleText::
text "Look what"
line "you did!"
prompt
_Route8CooltrainerF3AfterBattleText::
text "SAFFRON's gate"
line "keeper won't let"
cont "us through."
cont "He's so mean!"
done
_Route8Gambler2BattleText::
text "I'm a rambling,"
line "gambling dude!"
done
_Route8Gambler2EndBattleText::
text "Missed"
line "the big score!"
prompt
_Route8Gambler2AfterBattleText::
text "Gambling and"
line "#MON are like"
cont "eating peanuts!"
cont "Just can't stop!"
done
_Route8CooltrainerF4BattleText::
text "What's a cute,"
line "round and fluffy"
cont "#MON?"
done
_Route8CooltrainerF4EndBattleText::
text "Stop!"
para "Don't be so mean"
line "to my CLEFAIRY!"
prompt
_Route8CooltrainerF4AfterBattleText::
text "I heard that"
line "CLEFAIRY evolves"
cont "when it's exposed"
cont "to a MOON STONE."
done
_Route8UndergroundSignText::
text "UNDERGROUND PATH"
line "CELADON CITY -"
cont "LAVENDER TOWN"
done