summaryrefslogtreecommitdiff
path: root/data/maps/SootopolisCity/scripts.inc
blob: a438e2d2229fa02b4294eea6e05b8d6da4ea47f6 (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
440
441
442
443
444
445
446
447
448
449
450
451
452
453
454
455
456
457
458
SootopolisCity_MapScripts:: @ 814D07D
	map_script MAP_SCRIPT_ON_LOAD, SootopolisCity_MapScript1_14D08D
	map_script MAP_SCRIPT_ON_TRANSITION, SootopolisCity_MapScript1_14D10D
	map_script MAP_SCRIPT_ON_RESUME, SootopolisCity_MapScript1_14D165
	.byte 0

SootopolisCity_MapScript1_14D08D:: @ 814D08D
	call_if_unset FLAG_LEGEND_ESCAPED_SEAFLOOR_CAVERN, SootopolisCity_EventScript_14D0A0
	call_if_set FLAG_LEGEND_ESCAPED_SEAFLOOR_CAVERN, SootopolisCity_EventScript_14D0B1
	end

SootopolisCity_EventScript_14D0A0:: @ 814D0A0
	setobjectxyperm 3, 31, 18
	setmetatile 31, 32, METATILE_Sootopolis_GymDoor_Closed, 1
	return

SootopolisCity_EventScript_14D0B1:: @ 814D0B1
	call_if_unset FLAG_LEGENDARY_BATTLE_COMPLETED, SootopolisCity_EventScript_14D0BB
	return

SootopolisCity_EventScript_14D0BB:: @ 814D0BB
	setmetatile 9, 6, METATILE_Sootopolis_Door_Closed, 1
	setmetatile 9, 17, METATILE_Sootopolis_Door_Closed, 1
	setmetatile 9, 26, METATILE_Sootopolis_Door_Closed, 1
	setmetatile 44, 17, METATILE_Sootopolis_Door_Closed, 1
	setmetatile 8, 35, METATILE_Sootopolis_Door_Closed, 1
	setmetatile 53, 28, METATILE_Sootopolis_Door_Closed, 1
	setmetatile 45, 6, METATILE_Sootopolis_Door_Closed, 1
	setmetatile 48, 25, METATILE_Sootopolis_Door_Closed, 1
	setmetatile 31, 32, METATILE_Sootopolis_GymDoor_Closed, 1
	return

SootopolisCity_MapScript1_14D10D:: @ 814D10D
	setflag FLAG_VISITED_SOOTOPOLIS_CITY
	call_if_set FLAG_LEGENDARY_BATTLE_COMPLETED, SootopolisCity_EventScript_14D159
	call_if_set FLAG_SYS_WEATHER_CTRL, SootopolisCity_EventScript_14D123
	end

SootopolisCity_EventScript_14D123:: @ 814D123
	call Common_EventScript_SetLegendaryWeather
	setobjectxyperm 1, 29, 19
	setobjectxyperm 2, 33, 19
	compare VAR_SOOTOPOLIS_STATE, 1
	call_if_eq SootopolisCity_EventScript_14D142
	return

SootopolisCity_EventScript_14D142:: @ 814D142
	setobjectxyperm 10, 29, 6
	setobjectmovementtype 10, 10
	setobjectxyperm 5, 30, 6
	setobjectmovementtype 5, 9
	return

SootopolisCity_EventScript_14D159:: @ 814D159
	setobjectxyperm 10, 31, 33
	setobjectmovementtype 10, 8
	return

SootopolisCity_MapScript1_14D165:: @ 814D165
	setdivewarp MAP_UNDERWATER_SOOTOPOLIS_CITY, 255, 9, 6
	end

SootopolisCity_EventScript_14D16E:: @ 814D16E
	lock
	faceplayer
	goto_if_set FLAG_LEGENDARY_BATTLE_COMPLETED, SootopolisCity_EventScript_14D183
	msgbox SootopolisCity_Text_1696A4, MSGBOX_DEFAULT
	release
	end

SootopolisCity_EventScript_14D183:: @ 814D183
	msgbox SootopolisCity_Text_16A455, MSGBOX_DEFAULT
	release
	end

SootopolisCity_EventScript_14D18D:: @ 814D18D
	msgbox SootopolisCity_Text_16A2B2, MSGBOX_NPC
	end

SootopolisCity_EventScript_14D196:: @ 814D196
	msgbox SootopolisCity_Text_16A2FB, MSGBOX_NPC
	end

SootopolisCity_EventScript_14D19F:: @ 814D19F
	lock
	faceplayer
	dotimebasedevents
	special GetPlayerBigGuyGirlString
	goto_if_set FLAG_DAILY_RECEIVED_BERRY_SOOTOPOLIS, SootopolisCity_EventScript_14D241
	msgbox SootopolisCity_Text_1C63F2, MSGBOX_DEFAULT
	random 10
	addvar VAR_RESULT, 20
	addvar VAR_RESULT, ITEM_CHERI_BERRY
	giveitem VAR_RESULT
	compare VAR_RESULT, 0
	goto_if_eq Common_EventScript_ShowBagIsFull
	setflag FLAG_DAILY_RECEIVED_BERRY_SOOTOPOLIS
	msgbox SootopolisCity_Text_1C64D0, MSGBOX_DEFAULT
	random 2
	compare VAR_RESULT, 0
	goto_if_eq SootopolisCity_EventScript_14D1FF
	compare VAR_RESULT, 1
	goto_if_eq SootopolisCity_EventScript_14D220
	end

SootopolisCity_EventScript_14D1FF:: @ 814D1FF
	giveitem ITEM_FIGY_BERRY
	compare VAR_RESULT, 0
	goto_if_eq Common_EventScript_ShowBagIsFull
	msgbox SootopolisCity_Text_1C650B, MSGBOX_DEFAULT
	release
	end

SootopolisCity_EventScript_14D220:: @ 814D220
	giveitem ITEM_IAPAPA_BERRY
	compare VAR_RESULT, 0
	goto_if_eq Common_EventScript_ShowBagIsFull
	msgbox SootopolisCity_Text_1C650B, MSGBOX_DEFAULT
	release
	end

SootopolisCity_EventScript_14D241:: @ 814D241
	msgbox SootopolisCity_Text_1C6540, MSGBOX_YESNO
	compare VAR_RESULT, YES
	goto_if_eq SootopolisCity_EventScript_14D25E
	msgbox SootopolisCity_Text_1C6626, MSGBOX_DEFAULT
	release
	end

SootopolisCity_EventScript_14D25E:: @ 814D25E
	msgbox SootopolisCity_Text_1C65D4, MSGBOX_DEFAULT
	release
	end

SootopolisCity_EventScript_14D268:: @ 814D268
	lock
	faceplayer
	goto_if_set FLAG_DEFEATED_SOOTOPOLIS_GYM, SootopolisCity_EventScript_14D27D
	msgbox SootopolisCity_Text_16A4D6, MSGBOX_DEFAULT
	release
	end

SootopolisCity_EventScript_14D27D:: @ 814D27D
	msgbox SootopolisCity_Text_16A531, MSGBOX_DEFAULT
	release
	end

SootopolisCity_EventScript_14D287:: @ 814D287
	lock
	faceplayer
	goto_if_set FLAG_LEGENDARY_BATTLE_COMPLETED, SootopolisCity_EventScript_14D29C
	msgbox SootopolisCity_Text_169813, MSGBOX_DEFAULT
	release
	end

SootopolisCity_EventScript_14D29C:: @ 814D29C
	msgbox SootopolisCity_Text_16A587, MSGBOX_DEFAULT
	release
	end

SootopolisCity_EventScript_14D2A6:: @ 814D2A6
	lock
	faceplayer
	goto_if_set FLAG_LEGENDARY_BATTLE_COMPLETED, SootopolisCity_EventScript_14D2BB
	msgbox SootopolisCity_Text_1698A0, MSGBOX_DEFAULT
	release
	end

SootopolisCity_EventScript_14D2BB:: @ 814D2BB
	msgbox SootopolisCity_Text_16A614, MSGBOX_DEFAULT
	release
	end

SootopolisCity_EventScript_14D2C5:: @ 814D2C5
	lock
	faceplayer
	goto_if_set FLAG_LEGENDARY_BATTLE_COMPLETED, SootopolisCity_EventScript_14D2DA
	msgbox SootopolisCity_Text_1697A7, MSGBOX_DEFAULT
	release
	end

SootopolisCity_EventScript_14D2DA:: @ 814D2DA
	msgbox SootopolisCity_Text_16A6AE, MSGBOX_DEFAULT
	release
	end

SootopolisCity_EventScript_14D2E4:: @ 814D2E4
	msgbox SootopolisCity_Text_16972B, MSGBOX_NPC
	end

SootopolisCity_EventScript_14D2ED:: @ 814D2ED
	msgbox SootopolisCity_Text_16A6C7, MSGBOX_SIGN
	end

SootopolisCity_EventScript_14D2F6:: @ 814D2F6
	msgbox SootopolisCity_Text_16A711, MSGBOX_SIGN
	end

ClosedSootopolisDoorScript:: @ 814D2FF
	msgbox ClosedSootopolisDoorText, MSGBOX_SIGN
	end

SootopolisCity_EventScript_14D308:: @ 814D308
	lockall
	applymovement 10, Common_Movement_WalkInPlaceFastestLeft
	applymovement OBJ_EVENT_ID_PLAYER, Common_Movement_WalkInPlaceFastestRight
	waitmovement 0
	playse SE_PIN
	applymovement 10, Common_Movement_ExclamationMark
	waitmovement 0
	applymovement 10, Common_Movement_Delay48
	waitmovement 0
	applymovement 10, SootopolisCity_Movement_14D413
	waitmovement 0
	.ifdef SAPPHIRE
	msgbox SootopolisCity_Text_169988, MSGBOX_DEFAULT
	.else
	msgbox SootopolisCity_Text_169E0F, MSGBOX_DEFAULT
	.endif
	closemessage
	applymovement 10, SootopolisCity_Movement_14D417
	applymovement OBJ_EVENT_ID_PLAYER, SootopolisCity_Movement_14D440
	waitmovement 10
	.ifdef SAPPHIRE
	msgbox SootopolisCity_Text_1699FD, MSGBOX_DEFAULT
	.else
	msgbox SootopolisCity_Text_169E82, MSGBOX_DEFAULT
	.endif
	playse SE_PIN
	applymovement 5, Common_Movement_ExclamationMark
	waitmovement 0
	applymovement 5, Common_Movement_Delay48
	waitmovement 0
	.ifdef SAPPHIRE
	msgbox SootopolisCity_Text_169AB7, MSGBOX_DEFAULT
	.else
	msgbox SootopolisCity_Text_169F3C, MSGBOX_DEFAULT
	.endif
	closemessage
	delay 30
	applymovement 5, SootopolisCity_Movement_14D46A
	applymovement 10, SootopolisCity_Movement_14D41D
	applymovement OBJ_EVENT_ID_PLAYER, SootopolisCity_Movement_14D445
	waitmovement 0
	applymovement 5, Common_Movement_WalkInPlaceFastestRight
	applymovement OBJ_EVENT_ID_PLAYER, Common_Movement_WalkInPlaceFastestRight
	waitmovement 0
	delay 30
	applymovement 10, Common_Movement_WalkInPlaceFastestDown
	waitmovement 0
	.ifdef SAPPHIRE
	msgbox SootopolisCity_Text_169AE7, MSGBOX_DEFAULT
	.else
	msgbox SootopolisCity_Text_169F6B, MSGBOX_DEFAULT
	.endif
	closemessage
	delay 30
	applymovement 5, SootopolisCity_Movement_14D47C
	applymovement OBJ_EVENT_ID_PLAYER, SootopolisCity_Movement_14D457
	applymovement 10, SootopolisCity_Movement_14D42D
	waitmovement 0
	applymovement 5, Common_Movement_WalkInPlaceFastestLeft
	waitmovement 0
	.ifdef SAPPHIRE
	msgbox SootopolisCity_Text_169BC7, MSGBOX_DEFAULT
	.else
	msgbox SootopolisCity_Text_16A06C, MSGBOX_DEFAULT
	.endif
	applymovement OBJ_EVENT_ID_PLAYER, Common_Movement_WalkInPlaceFastestLeft
	waitmovement 0
	.ifdef SAPPHIRE
	msgbox SootopolisCity_Text_169C99, MSGBOX_DEFAULT
	.else
	msgbox SootopolisCity_Text_16A13E, MSGBOX_DEFAULT
	.endif
	moveobjectoffscreen 5
	setobjectmovementtype 5, 9
	moveobjectoffscreen 10
	setobjectmovementtype 10, 10
	setvar VAR_SOOTOPOLIS_STATE, 2
	releaseall
	end

SootopolisCity_Movement_14D413:: @ 814D413
	walk_left
	walk_left
	walk_left
	step_end

SootopolisCity_Movement_14D417:: @ 814D417
	walk_right
	walk_right
	walk_right
	walk_up
	walk_in_place_fastest_down
	step_end

SootopolisCity_Movement_14D41D:: @ 814D41D
	walk_down
	walk_right
	walk_down
	walk_down
	walk_down
	walk_right
	walk_right
	walk_right
	walk_right
	walk_down
	walk_down
	walk_down
	walk_down
	walk_left
	walk_left
	step_end

SootopolisCity_Movement_14D42D:: @ 814D42D
	walk_left
	walk_left
	walk_left
	walk_left
	walk_left
	walk_left
	walk_down
	walk_down
	walk_down
	walk_down
	walk_down
	walk_down
	walk_down
	walk_down
	walk_right
	walk_right
	walk_right
	walk_right
	step_end

SootopolisCity_Movement_14D440:: @ 814D440
	walk_right
	walk_right
	walk_right
	walk_right
	step_end

SootopolisCity_Movement_14D445:: @ 814D445
	walk_right
	walk_down
	walk_down
	walk_down
	walk_right
	walk_right
	walk_right
	walk_right
	walk_down
	walk_down
	walk_down
	walk_down
	walk_left
	walk_left
	walk_left
	walk_left
	walk_left
	step_end

SootopolisCity_Movement_14D457:: @ 814D457
	delay_16
	delay_16
	walk_left
	walk_left
	walk_left
	walk_down
	walk_down
	walk_down
	walk_down
	walk_down
	walk_down
	walk_down
	walk_down
	walk_right
	walk_right
	walk_right
	walk_right
	walk_right
	step_end

SootopolisCity_Movement_14D46A:: @ 814D46A
	walk_down
	walk_down
	walk_down
	walk_right
	walk_right
	walk_right
	walk_right
	walk_down
	walk_down
	walk_down
	walk_down
	walk_left
	walk_left
	walk_left
	walk_left
	walk_left
	walk_left
	step_end

SootopolisCity_Movement_14D47C:: @ 814D47C
	delay_16
	delay_16
	walk_left
	walk_left
	walk_down
	walk_down
	walk_down
	walk_down
	walk_down
	walk_down
	walk_down
	walk_down
	walk_right
	walk_right
	walk_right
	walk_right
	walk_right
	walk_right
	step_end

SootopolisCity_EventScript_14D48F:: @ 814D48F
	.ifdef SAPPHIRE
	msgbox SootopolisCity_Text_169D37, MSGBOX_NPC
	.else
	msgbox SootopolisCity_Text_16A1DB, MSGBOX_NPC
	.endif
	end

SootopolisCity_EventScript_14D498:: @ 814D498
	lock
	faceplayer
	goto_if_set FLAG_LEGENDARY_BATTLE_COMPLETED, SootopolisCity_EventScript_14D4AD
	.ifdef SAPPHIRE
	msgbox SootopolisCity_Text_169DA6, MSGBOX_DEFAULT
	.else
	msgbox SootopolisCity_Text_16A249, MSGBOX_DEFAULT
	.endif
	release
	end

SootopolisCity_EventScript_14D4AD:: @ 814D4AD
	msgbox SootopolisCity_Text_16A33E, MSGBOX_DEFAULT
	closemessage
	applymovement VAR_LAST_TALKED, Common_Movement_WalkInPlaceFastestDown
	waitmovement 0
	delay 50
	setfieldeffectargument 0, 1
	dofieldeffect FLDEFF_NPCFLY_OUT
	delay 15
	removeobject VAR_LAST_TALKED
	waitfieldeffect FLDEFF_NPCFLY_OUT
	release
	end