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
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
|
const_value set 2
const ROUTE9_YOUNGSTER1
const ROUTE9_LASS1
const ROUTE9_YOUNGSTER2
const ROUTE9_LASS2
const ROUTE9_POKEFAN_M1
const ROUTE9_POKEFAN_M2
Route9_MapScriptHeader:
.MapTriggers:
db 0
.MapCallbacks:
db 0
TrainerCamperDean:
trainer EVENT_BEAT_CAMPER_DEAN, CAMPER, DEAN, CamperDeanSeenText, CamperDeanBeatenText, 0, CamperDeanScript
CamperDeanScript:
end_if_just_battled
opentext
writetext UnknownText_0x1aafd9
waitbutton
closetext
end
TrainerPicnickerHeidi:
trainer EVENT_BEAT_PICNICKER_HEIDI, PICNICKER, HEIDI, PicnickerHeidiSeenText, PicnickerHeidiBeatenText, 0, PicnickerHeidiScript
PicnickerHeidiScript:
end_if_just_battled
opentext
writetext UnknownText_0x1ab07c
waitbutton
closetext
end
TrainerCamperSid:
trainer EVENT_BEAT_CAMPER_SID, CAMPER, SID, CamperSidSeenText, CamperSidBeatenText, 0, CamperSidScript
CamperSidScript:
end_if_just_battled
opentext
writetext UnknownText_0x1ab0f6
waitbutton
closetext
end
TrainerPicnickerEdna:
trainer EVENT_BEAT_PICNICKER_EDNA, PICNICKER, EDNA, PicnickerEdnaSeenText, PicnickerEdnaBeatenText, 0, PicnickerEdnaScript
PicnickerEdnaScript:
end_if_just_battled
opentext
writetext UnknownText_0x1ab15f
waitbutton
closetext
end
TrainerHikerTim:
trainer EVENT_BEAT_HIKER_TIM, HIKER, TIM, HikerTimSeenText, HikerTimBeatenText, 0, HikerTimScript
HikerTimScript:
end_if_just_battled
opentext
writetext UnknownText_0x1ab210
waitbutton
closetext
end
TrainerHikerSidney:
trainer EVENT_BEAT_HIKER_SIDNEY, HIKER, SIDNEY, HikerSidneySeenText, HikerSidneyBeatenText, 0, HikerSidneyScript
HikerSidneyScript:
end_if_just_battled
opentext
writetext UnknownText_0x1ab278
waitbutton
closetext
end
Route9Sign:
jumptext Route9SignText
Route9HiddenEther:
dwb EVENT_ROUTE_9_HIDDEN_ETHER, ETHER
CamperDeanSeenText:
text "I came to explore"
line "ROCK TUNNEL."
done
CamperDeanBeatenText:
text "Whoa! Danger, man."
done
UnknownText_0x1aafd9:
text "My #MON were"
line "hurt before even"
para "entering ROCK"
line "TUNNEL."
para "I'd better take"
line "them to a #MON"
cont "CENTER right away."
done
PicnickerHeidiSeenText:
text "Have you ever been"
line "to a picnic?"
para "They're so much"
line "fun!"
done
PicnickerHeidiBeatenText:
text "Ohhhh!"
done
UnknownText_0x1ab07c:
text "We bake lots of"
line "goodies and share"
para "them all around."
line "They're delicious!"
done
CamperSidSeenText:
text "Hey, you!"
line "Don't litter!"
done
CamperSidBeatenText:
text "I was just point-"
line "ing out…"
done
UnknownText_0x1ab0f6:
text "Sorry. You weren't"
line "littering. It was"
cont "my mistake."
done
PicnickerEdnaSeenText:
text "People shouldn't"
line "leave any litter"
cont "behind."
done
PicnickerEdnaBeatenText:
text "Ohh… I lost…"
done
UnknownText_0x1ab15f:
text "Conserving energy"
line "is important, but"
para "the environment is"
line "even more vital."
done
HikerTimSeenText:
text "She'll be coming"
line "'round MT.SILVER"
cont "when she comes…"
para "MT.SILVER is in"
line "JOHTO, right?"
done
HikerTimBeatenText:
text "I was too busy"
line "singing…"
done
UnknownText_0x1ab210:
text "Battles are about"
line "concentration."
done
HikerSidneySeenText:
text "I'll tell you a"
line "secret."
para "But first, we"
line "battle!"
done
HikerSidneyBeatenText:
text "Oh, dang!"
line "I lost that…"
done
UnknownText_0x1ab278:
text "The POWER PLANT is"
line "across a small"
cont "river."
done
Route9SignText:
text "ROUTE 9"
para "CERULEAN CITY -"
line "ROCK TUNNEL"
done
Route9_MapEventHeader:
; filler
db 0, 0
.Warps:
db 1
warp_def $f, $30, 1, ROCK_TUNNEL_1F
.XYTriggers:
db 0
.Signposts:
db 2
signpost 7, 15, SIGNPOST_READ, Route9Sign
signpost 15, 41, SIGNPOST_ITEM, Route9HiddenEther
.PersonEvents:
db 6
person_event SPRITE_YOUNGSTER, 11, 23, SPRITEMOVEDATA_STANDING_LEFT, 0, 0, -1, -1, (1 << 3) | PAL_OW_GREEN, PERSONTYPE_TRAINER, 3, TrainerCamperDean, -1
person_event SPRITE_LASS, 8, 39, SPRITEMOVEDATA_SPINRANDOM_FAST, 0, 0, -1, -1, (1 << 3) | PAL_OW_GREEN, PERSONTYPE_TRAINER, 3, TrainerPicnickerHeidi, -1
person_event SPRITE_YOUNGSTER, 4, 11, SPRITEMOVEDATA_SPINRANDOM_FAST, 0, 0, -1, -1, (1 << 3) | PAL_OW_GREEN, PERSONTYPE_TRAINER, 5, TrainerCamperSid, -1
person_event SPRITE_LASS, 15, 12, SPRITEMOVEDATA_STANDING_UP, 0, 0, -1, -1, (1 << 3) | PAL_OW_GREEN, PERSONTYPE_TRAINER, 1, TrainerPicnickerEdna, -1
person_event SPRITE_POKEFAN_M, 3, 28, SPRITEMOVEDATA_STANDING_RIGHT, 0, 0, -1, -1, (1 << 3) | PAL_OW_BROWN, PERSONTYPE_TRAINER, 2, TrainerHikerTim, -1
person_event SPRITE_POKEFAN_M, 15, 36, SPRITEMOVEDATA_STANDING_RIGHT, 0, 0, -1, -1, (1 << 3) | PAL_OW_BROWN, PERSONTYPE_TRAINER, 4, TrainerHikerSidney, -1
|