blob: ec77ec6fd3768aab5a537b383397e05d22006acf (
plain)
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
|
_Route16BattleText1:: ; 91081 (24:5081)
text "What do you want?"
done
_Route16EndBattleText1:: ; 91094 (24:5094)
text "Don't you"
line "dare laugh!"
prompt
_Route16AfterBattleText1:: ; 910aa (24:50aa)
text "We like just"
line "hanging here,"
cont "what's it to you?"
done
_Route16BattleText2:: ; 910d7 (24:50d7)
text "Nice BIKE!"
line "Hand it over!"
done
_Route16EndBattleText2:: ; 910f1 (24:50f1)
IF DEF(_YELLOW)
text "Knock-"
ELSE
text "Knock"
ENDC
line "out!"
prompt
_Route16AfterBattleText2:: ; 910fd (24:50fd)
text "Forget it, who"
line "needs your BIKE!"
done
_Route16BattleText3:: ; 9111e (24:511e)
text "Come out and play,"
line "little mouse!"
done
_Route16EndBattleText3:: ; 91140 (24:5140)
text "You"
line "little rat!"
prompt
_Route16AfterBattleText3:: ; 91151 (24:5151)
text "I hate losing!"
line "Get away from me!"
done
_Route16BattleText4:: ; 91173 (24:5173)
text "Hey, you just"
line "bumped me!"
done
_Route16EndBattleText4:: ; 9118d (24:518d)
text "Kaboom!"
prompt
_Route16AfterBattleText4:: ; 91196 (24:5196)
text "You can also get"
line "to FUCHSIA from"
cont "VERMILION using a"
cont "coastal road."
done
_Route16BattleText5:: ; 911d8 (24:51d8)
text "I'm feeling"
line "hungry and mean!"
done
_Route16EndBattleText5:: ; 911f5 (24:51f5)
text "Bad,"
line "bad, bad!"
prompt
_Route16AfterBattleText5:: ; 91205 (24:5205)
text "I like my #MON"
line "ferocious! They"
cont "tear up enemies!"
done
_Route16BattleText6:: ; 91236 (24:5236)
text "Sure, I'll go!"
done
_Route16EndBattleText6:: ; 91245 (24:5245)
text "Don't make"
line "me mad!"
prompt
_Route16AfterBattleText6:: ; 91258 (24:5258)
text "I like harassing"
line "people with my"
cont "vicious #MON!"
done
_Route16Text7:: ; 91287 (24:5287)
text "A sleeping #MON"
line "blocks the way!"
done
_Route16Text10:: ; 912a8 (24:52a8)
text "SNORLAX woke up!"
para "It attacked in a"
line "grumpy rage!"
done
_Route16Text11:: ; 912d8 (24:52d8)
text "With a big yawn,"
line "SNORLAX returned"
cont "to the mountains!"
done
_Route16Text8:: ; 9130d (24:530d)
text "Enjoy the slope!"
line "CYCLING ROAD"
done
_Route16Text9:: ; 9132c (24:532c)
text "ROUTE 16"
line "CELADON CITY -"
cont "FUCHSIA CITY"
done
|