summaryrefslogtreecommitdiff
path: root/maps/Route31.asm
blob: 83285912926e9b1d38b5e86c6659ba6cc7afe9c3 (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
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
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
358
359
360
361
362
363
364
365
366
367
368
369
370
371
372
373
374
375
376
377
378
379
380
381
382
383
384
385
386
387
388
389
390
391
392
393
394
395
396
397
398
399
400
401
402
403
404
405
406
407
408
409
410
411
412
413
414
415
416
417
418
419
420
421
422
423
424
425
426
427
428
429
430
431
432
433
434
435
436
437
438
439
Route31_MapScriptHeader:
.MapTriggers:
	db 0

.MapCallbacks:
	db 1

	; callbacks

	dbw 5, UnknownScript_0x1a543c

UnknownScript_0x1a543c:
	checkevent EVENT_TALKED_TO_MOM_AFTER_MYSTERY_EGG_QUEST
	iffalse UnknownScript_0x1a5443
	return

UnknownScript_0x1a5443:
	specialphonecall SPECIALCALL_WORRIED
	return

TrainerBug_catcherWade1:
	trainer EVENT_BEAT_BUG_CATCHER_WADE, BUG_CATCHER, WADE1, Bug_catcherWade1SeenText, Bug_catcherWade1BeatenText, $0000, Bug_catcherWade1Script

Bug_catcherWade1Script:
	writecode VAR_CALLERID, PHONE_BUG_CATCHER_WADE
	talkaftercancel
	loadfont
	checkflag ENGINE_WADE
	iftrue UnknownScript_0x1a5493
	checkflag ENGINE_WADE_HAS_ITEM
	iftrue UnknownScript_0x1a5507
	checkcellnum PHONE_BUG_CATCHER_WADE
	iftrue UnknownScript_0x1a5558
	checkevent EVENT_WADE_ASKED_FOR_PHONE_NUMBER
	iftrue UnknownScript_0x1a547c
	writetext UnknownText_0x1a5671
	closetext
	setevent EVENT_WADE_ASKED_FOR_PHONE_NUMBER
	scall UnknownScript_0x1a554c
	jump UnknownScript_0x1a547f

UnknownScript_0x1a547c:
	scall UnknownScript_0x1a5550
UnknownScript_0x1a547f:
	askforphonenumber PHONE_BUG_CATCHER_WADE
	if_equal $1, UnknownScript_0x1a5560
	if_equal $2, UnknownScript_0x1a555c
	trainertotext BUG_CATCHER, WADE1, $0
	scall UnknownScript_0x1a5554
	jump UnknownScript_0x1a5558

UnknownScript_0x1a5493:
	scall UnknownScript_0x1a5564
	winlosstext Bug_catcherWade1BeatenText, $0000
	copybytetovar wWadeFightCount
	if_equal 4, .Fight4
	if_equal 3, .Fight3
	if_equal 2, .Fight2
	if_equal 1, .Fight1
	if_equal 0, .LoadFight0
.Fight4
	checkevent EVENT_BEAT_ELITE_FOUR
	iftrue .LoadFight4
.Fight3
	checkevent EVENT_CLEARED_RADIO_TOWER
	iftrue .LoadFight3
.Fight2
	checkflag ENGINE_FLYPOINT_MAHOGANY
	iftrue .LoadFight2
.Fight1
	checkflag ENGINE_FLYPOINT_GOLDENROD
	iftrue .LoadFight1
.LoadFight0
	loadtrainer BUG_CATCHER, WADE1
	startbattle
	returnafterbattle
	loadvar wWadeFightCount, 1
	clearflag ENGINE_WADE
	end

.LoadFight1
	loadtrainer BUG_CATCHER, WADE2
	startbattle
	returnafterbattle
	loadvar wWadeFightCount, 2
	clearflag ENGINE_WADE
	end

.LoadFight2
	loadtrainer BUG_CATCHER, WADE3
	startbattle
	returnafterbattle
	loadvar wWadeFightCount, 3
	clearflag ENGINE_WADE
	end

.LoadFight3
	loadtrainer BUG_CATCHER, WADE4
	startbattle
	returnafterbattle
	loadvar wWadeFightCount, 4
	clearflag ENGINE_WADE
	end

.LoadFight4
	loadtrainer BUG_CATCHER, WADE5
	startbattle
	returnafterbattle
	clearflag ENGINE_WADE
	end

UnknownScript_0x1a5507:
	scall UnknownScript_0x1a5568
	checkevent EVENT_WADE_HAS_BERRY
	iftrue .Berry
	checkevent EVENT_WADE_HAS_PSNCUREBERRY
	iftrue .Psncureberry
	checkevent EVENT_WADE_HAS_PRZCUREBERRY
	iftrue .Przcureberry
	checkevent EVENT_WADE_HAS_BITTER_BERRY
	iftrue .BitterBerry
.Berry
	verbosegiveitem BERRY, 1
	iffalse .PackFull
	jump .Done
.Psncureberry
	verbosegiveitem PSNCUREBERRY, 1
	iffalse .PackFull
	jump .Done
.Przcureberry
	verbosegiveitem PRZCUREBERRY, 1
	iffalse .PackFull
	jump .Done
.BitterBerry
	verbosegiveitem BITTER_BERRY, 1
	iffalse .PackFull
.Done
	clearflag ENGINE_WADE_HAS_ITEM
	jump UnknownScript_0x1a5558
.PackFull
	jump UnknownScript_0x1a556c

UnknownScript_0x1a554c:
	jumpstd asknumber1m
	end

UnknownScript_0x1a5550:
	jumpstd asknumber2m
	end

UnknownScript_0x1a5554:
	jumpstd registerednumberm
	end

UnknownScript_0x1a5558:
	jumpstd numberacceptedm
	end

UnknownScript_0x1a555c:
	jumpstd numberdeclinedm
	end

UnknownScript_0x1a5560:
	jumpstd phonefullm
	end

UnknownScript_0x1a5564:
	jumpstd rematchm
	end

UnknownScript_0x1a5568:
	jumpstd giftm
	end

UnknownScript_0x1a556c:
	jumpstd packfullm
	end

FisherScript_0x1a5570:
	faceplayer
	loadfont
	checkevent EVENT_GOT_TM50_NIGHTMARE
	iftrue UnknownScript_0x1a55af
	checkevent EVENT_GOT_KENYA
	iftrue UnknownScript_0x1a5584
	writetext UnknownText_0x1a56d9
	closetext
	loadmovesprites
	end

UnknownScript_0x1a5584:
	writetext UnknownText_0x1a5761
	keeptextopen
	checkpokeitem ReceivedSpearowMailText
	if_equal $0, UnknownScript_0x1a55b5
	if_equal $2, UnknownScript_0x1a55c1
	if_equal $3, UnknownScript_0x1a55bb
	if_equal $4, UnknownScript_0x1a55c7
	writetext UnknownText_0x1a5790
	keeptextopen
	writetext UnknownText_0x1a57ba
	keeptextopen
	setevent EVENT_GAVE_KENYA
	verbosegiveitem TM_NIGHTMARE, 1
	iffalse UnknownScript_0x1a55b3
	setevent EVENT_GOT_TM50_NIGHTMARE
UnknownScript_0x1a55af:
	writetext UnknownText_0x1a5896
	closetext
UnknownScript_0x1a55b3:
	loadmovesprites
	end

UnknownScript_0x1a55b5:
	writetext UnknownText_0x1a5921
	closetext
	loadmovesprites
	end

UnknownScript_0x1a55bb:
	writetext UnknownText_0x1a5939
	closetext
	loadmovesprites
	end

UnknownScript_0x1a55c1:
	writetext UnknownText_0x1a5972
	closetext
	loadmovesprites
	end

UnknownScript_0x1a55c7:
	writetext UnknownText_0x1a5991
	closetext
	loadmovesprites
	end

ReceivedSpearowMailText:
	db "DARK CAVE leads", $4E
	db "to another road@"

YoungsterScript_0x1a55ed:
	jumptextfaceplayer UnknownText_0x1a59d5

MapRoute31Signpost0Script:
	jumptext UnknownText_0x1a5a45

MapRoute31Signpost1Script:
	jumptext UnknownText_0x1a5a6e

CooltrainerMScript_0x1a55f6:
	jumptextfaceplayer UnknownText_0x1a55ff

FruitTreeScript_0x1a55f9:
	fruittree $7

ItemFragment_0x1a55fb:
	db POTION, 1

ItemFragment_0x1a55fd:
	db POKE_BALL, 1

UnknownText_0x1a55ff:
	text "DARK CAVE…"

	para "If #MON could"
	line "light it up, I'd"
	cont "explore it."
	done

Bug_catcherWade1SeenText:
	text "I caught a bunch"
	line "of #MON. Let me"
	cont "battle with you!"
	done

Bug_catcherWade1BeatenText:
	text "Awwwww…"
	done

UnknownText_0x1a5671:
	text "You can catch"
	line "#MON even if"

	para "you have six with"
	line "you."

	para "If you catch one,"
	line "it'll go to your"
	cont "BOX automatically."
	done

UnknownText_0x1a56d9:
	text "… Hnuurg… Huh?"

	para "I walked too far"
	line "today looking for"
	cont "#MON."

	para "My feet hurt and"
	line "I'm sleepy…"

	para "If I were a wild"
	line "#MON, I'd be"
	cont "easy to catch…"

	para "…Zzzz…"
	done

UnknownText_0x1a5761:
	text "…Zzzz… Huh?"

	para "What's that? You"
	line "have MAIL for me?"
	done

UnknownText_0x1a5790:
	text "<PLAYER> handed"
	line "over the #MON"
	cont "holding the MAIL."
	done

UnknownText_0x1a57ba:
	text "Let's see…"

	para "…DARK CAVE leads"
	line "to another road…"

	para "That's good to"
	line "know."

	para "Thanks for bring-"
	line "ing this to me."

	para "My friend's a good"
	line "guy, and you're"
	cont "swell too!"

	para "I'd like to do"
	line "something good in"
	cont "return too!"

	para "I know! I want you"
	line "to have this!"
	done

UnknownText_0x1a5896:
	text "TM50 is NIGHTMARE."

	para "It's a wicked move"
	line "that steadily cuts"

	para "the HP of a sleep-"
	line "ing enemy."

	para "Ooooh…"
	line "That's scary…"

	para "I don't want to"
	line "have bad dreams."
	done

UnknownText_0x1a5921:
	text "This MAIL isn't"
	line "for me."
	done

UnknownText_0x1a5939:
	text "Why is this #-"
	line "MON so special?"

	para "It doesn't have"
	line "any MAIL."
	done

UnknownText_0x1a5972:
	text "What? You don't"
	line "want anything?"
	done

UnknownText_0x1a5991:
	text "If I take that"
	line "#MON from you,"

	para "what are you going"
	line "to use in battle?"
	done

UnknownText_0x1a59d5:
	text "I found a good"
	line "#MON in DARK"
	cont "CAVE."

	para "I'm going to raise"
	line "it to take on"
	cont "FALKNER."

	para "He's the leader of"
	line "VIOLET CITY's GYM."
	done

UnknownText_0x1a5a45:
	text "ROUTE 31"

	para "VIOLET CITY -"
	line "CHERRYGROVE CITY"
	done

UnknownText_0x1a5a6e:
	text "DARK CAVE"
	done

Route31_MapEventHeader:
	; filler
	db 0, 0

.Warps:
	db 3
	warp_def $6, $4, 3, ROUTE_31_VIOLET_GATE
	warp_def $7, $4, 4, ROUTE_31_VIOLET_GATE
	warp_def $5, $22, 1, DARK_CAVE_VIOLET_ENTRANCE

.XYTriggers:
	db 0

.Signposts:
	db 2
	signpost 5, 7, SIGNPOST_READ, MapRoute31Signpost0Script
	signpost 5, 31, SIGNPOST_READ, MapRoute31Signpost1Script

.PersonEvents:
	db 7
	person_event SPRITE_FISHER, 7, 17, $6, 0, 0, -1, -1, 0, 0, 0, FisherScript_0x1a5570, -1
	person_event SPRITE_YOUNGSTER, 5, 9, $2, 1, 1, -1, -1, 0, 0, 0, YoungsterScript_0x1a55ed, -1
	person_event SPRITE_BUG_CATCHER, 13, 21, $8, 0, 0, -1, -1, (1 << 3) | PAL_OW_BROWN, 2, 5, TrainerBug_catcherWade1, -1
	person_event SPRITE_COOLTRAINER_M, 8, 33, $2, 1, 1, -1, -1, 0, 0, 0, CooltrainerMScript_0x1a55f6, -1
	person_event SPRITE_FRUIT_TREE, 7, 16, $1, 0, 0, -1, -1, 0, 0, 0, FruitTreeScript_0x1a55f9, -1
	person_event SPRITE_POKE_BALL, 5, 29, $1, 0, 0, -1, -1, 0, 1, 0, ItemFragment_0x1a55fb, EVENT_ROUTE_31_POTION
	person_event SPRITE_POKE_BALL, 15, 19, $1, 0, 0, -1, -1, 0, 1, 0, ItemFragment_0x1a55fd, EVENT_ROUTE_31_POKE_BALL