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
233
234
235
236
237
238
239
240
241
242
243
244
|
NationalParkBugContest_MapScriptHeader:
.MapTriggers:
db 0
.MapCallbacks:
db 0
YoungsterScript_0x5c8ec:
faceplayer
loadfont
writetext UnknownText_0x5c94c
closetext
loadmovesprites
end
YoungsterScript_0x5c8f4:
faceplayer
loadfont
writetext UnknownText_0x5c973
closetext
loadmovesprites
end
RockerScript_0x5c8fc:
faceplayer
loadfont
writetext UnknownText_0x5c9a3
closetext
loadmovesprites
end
PokefanMScript_0x5c904:
faceplayer
loadfont
writetext UnknownText_0x5c9cc
closetext
loadmovesprites
end
YoungsterScript_0x5c90c:
faceplayer
loadfont
writetext UnknownText_0x5ca15
closetext
loadmovesprites
end
YoungsterScript_0x5c914:
faceplayer
loadfont
writetext UnknownText_0x5ca52
closetext
loadmovesprites
end
LassScript_0x5c91c:
faceplayer
loadfont
writetext UnknownText_0x5ca8f
closetext
loadmovesprites
end
YoungsterScript_0x5c924:
faceplayer
loadfont
writetext UnknownText_0x5cac8
closetext
loadmovesprites
end
YoungsterScript_0x5c92c:
faceplayer
loadfont
writetext UnknownText_0x5cb25
closetext
loadmovesprites
end
YoungsterScript_0x5c934:
faceplayer
loadfont
writetext UnknownText_0x5cb64
closetext
loadmovesprites
end
MapNationalParkBugContestSignpost0Script:
jumptext UnknownText_0x5cba7
MapNationalParkBugContestSignpost1Script:
jumptext UnknownText_0x5cbc8
MapNationalParkBugContestSignpost3Script:
jumptext UnknownText_0x5cc1d
ItemFragment_0x5c945:
db PARLYZ_HEAL, 1
ItemFragment_0x5c947:
db TM_DIG, 1
MapNationalParkBugContestSignpostItem2:
dwb EVENT_NATIONAL_PARK_HIDDEN_FULL_HEAL, FULL_HEAL
UnknownText_0x5c94c:
text "DON: I'm going to"
line "win! Don't bother"
cont "me."
done
UnknownText_0x5c973:
text "ED: My PARASECT"
line "puts #MON to"
cont "sleep with SPORE."
done
UnknownText_0x5c9a3:
text "NICK: I'm raising"
line "fast #MON for"
cont "battles."
done
UnknownText_0x5c9cc:
text "WILLIAM: I'm not"
line "concerned about"
cont "winning."
para "I'm just looking"
line "for rare #MON."
done
UnknownText_0x5ca15:
text "BENNY: Ssh! You'll"
line "scare off SCYTHER."
para "I'll talk to you"
line "later."
done
UnknownText_0x5ca52:
text "BARRY: You should"
line "weaken bug #MON"
para "first, then throw"
line "a BALL."
done
UnknownText_0x5ca8f:
text "CINDY: I love bug"
line "#MON."
para "I guess you must"
line "like them too."
done
UnknownText_0x5cac8:
text "JOSH: I've been"
line "collecting bug"
para "#MON since I"
line "was just a baby."
para "There's no way I'm"
line "going to lose!"
done
UnknownText_0x5cb25:
text "SAMUEL: If you've"
line "got the time to"
para "chat, go find some"
line "bug #MON."
done
UnknownText_0x5cb64:
text "KIPP: I've studied"
line "about bug #MON"
cont "a lot."
para "I'm going to win"
line "for sure."
done
UnknownText_0x5cba7:
text "RELAXATION SQUARE"
line "NATIONAL PARK"
done
UnknownText_0x5cbc8:
text "What is this"
line "notice?"
para "Please battle only"
line "in the grass."
para "NATIONAL PARK"
line "WARDEN'S OFFICE"
done
UnknownText_0x5cc1d:
text "TRAINER TIPS"
para "Print out MAIL by"
line "opening it then"
cont "pressing START."
done
NationalParkBugContest_MapEventHeader:
; filler
db 0, 0
.Warps:
db 4
warp_def $12, $21, 1, ROUTE_36_NATIONAL_PARK_GATE
warp_def $13, $21, 1, ROUTE_36_NATIONAL_PARK_GATE
warp_def $2f, $a, 1, ROUTE_35_NATIONAL_PARK_GATE
warp_def $2f, $b, 1, ROUTE_35_NATIONAL_PARK_GATE
.XYTriggers:
db 0
.Signposts:
db 4
signpost 44, 14, SIGNPOST_READ, MapNationalParkBugContestSignpost0Script
signpost 31, 27, SIGNPOST_READ, MapNationalParkBugContestSignpost1Script
signpost 47, 6, SIGNPOST_ITEM, MapNationalParkBugContestSignpostItem2
signpost 4, 12, SIGNPOST_READ, MapNationalParkBugContestSignpost3Script
.PersonEvents:
db 12
person_event SPRITE_YOUNGSTER, 29, 19, $2, 2, 2, -1, -1, (1 << 3) | PAL_OW_RED, 0, 0, YoungsterScript_0x5c8ec, EVENT_BUG_CATCHING_CONTESTANT_1A
person_event SPRITE_YOUNGSTER, 22, 28, $2, 2, 2, -1, -1, (1 << 3) | PAL_OW_GREEN, 0, 0, YoungsterScript_0x5c8f4, EVENT_BUG_CATCHING_CONTESTANT_2A
person_event SPRITE_ROCKER, 18, 9, $7, 0, 0, -1, -1, (1 << 3) | PAL_OW_BLUE, 0, 0, RockerScript_0x5c8fc, EVENT_BUG_CATCHING_CONTESTANT_3A
person_event SPRITE_POKEFAN_M, 13, 7, $4, 0, 1, -1, -1, (1 << 3) | PAL_OW_BROWN, 0, 0, PokefanMScript_0x5c904, EVENT_BUG_CATCHING_CONTESTANT_4A
person_event SPRITE_YOUNGSTER, 9, 23, $3, 0, 0, -1, -1, (1 << 3) | PAL_OW_RED, 0, 0, YoungsterScript_0x5c90c, EVENT_BUG_CATCHING_CONTESTANT_5A
person_event SPRITE_YOUNGSTER, 13, 27, $2, 3, 3, -1, -1, (1 << 3) | PAL_OW_GREEN, 0, 0, YoungsterScript_0x5c914, EVENT_BUG_CATCHING_CONTESTANT_6A
person_event SPRITE_LASS, 23, 7, $5, 0, 2, -1, -1, (1 << 3) | PAL_OW_BLUE, 0, 0, LassScript_0x5c91c, EVENT_BUG_CATCHING_CONTESTANT_7A
person_event SPRITE_YOUNGSTER, 27, 11, $2, 1, 1, -1, -1, (1 << 3) | PAL_OW_RED, 0, 0, YoungsterScript_0x5c924, EVENT_BUG_CATCHING_CONTESTANT_8A
person_event SPRITE_YOUNGSTER, 8, 16, $2, 1, 1, -1, -1, (1 << 3) | PAL_OW_GREEN, 0, 0, YoungsterScript_0x5c92c, EVENT_BUG_CATCHING_CONTESTANT_9A
person_event SPRITE_YOUNGSTER, 34, 17, $2, 3, 3, -1, -1, (1 << 3) | PAL_OW_BLUE, 0, 0, YoungsterScript_0x5c934, EVENT_BUG_CATCHING_CONTESTANT_10A
person_event SPRITE_POKE_BALL, 12, 35, $1, 0, 0, -1, -1, 0, 1, 0, ItemFragment_0x5c945, EVENT_NATIONAL_PARK_PARLYZ_HEAL
person_event SPRITE_POKE_BALL, 43, 1, $1, 0, 0, -1, -1, 0, 1, 0, ItemFragment_0x5c947, EVENT_NATIONAL_PARK_TM_DIG
|