Book a Demo!
CoCalc Logo Icon
StoreFeaturesDocsShareSupportNewsAboutPoliciesSign UpSign In
pret
GitHub Repository: pret/pokered
Path: blob/master/constants/event_constants.asm
1270 views
1
; wEventFlags bit flags
2
3
; Pallet Town events
4
const_def
5
const EVENT_FOLLOWED_OAK_INTO_LAB
6
const_skip 2
7
const EVENT_HALL_OF_FAME_DEX_RATING
8
const_skip 2
9
const EVENT_PALLET_AFTER_GETTING_POKEBALLS
10
const_skip 17
11
const EVENT_GOT_TOWN_MAP
12
const EVENT_ENTERED_BLUES_HOUSE
13
const EVENT_DAISY_WALKING
14
const_skip 5
15
const EVENT_FOLLOWED_OAK_INTO_LAB_2
16
const EVENT_OAK_ASKED_TO_CHOOSE_MON
17
const EVENT_GOT_STARTER
18
const EVENT_BATTLED_RIVAL_IN_OAKS_LAB
19
const EVENT_GOT_POKEBALLS_FROM_OAK
20
const EVENT_GOT_POKEDEX
21
const EVENT_PALLET_AFTER_GETTING_POKEBALLS_2
22
const EVENT_OAK_APPEARED_IN_PALLET
23
24
; Viridian City events
25
const_next $28
26
const EVENT_VIRIDIAN_GYM_OPEN
27
const EVENT_GOT_TM42
28
const_skip 14
29
const EVENT_OAK_GOT_PARCEL
30
const EVENT_GOT_OAKS_PARCEL
31
const_skip 22
32
const EVENT_GOT_TM27
33
const EVENT_BEAT_VIRIDIAN_GYM_GIOVANNI
34
const EVENT_BEAT_VIRIDIAN_GYM_TRAINER_0
35
const EVENT_BEAT_VIRIDIAN_GYM_TRAINER_1
36
const EVENT_BEAT_VIRIDIAN_GYM_TRAINER_2
37
const EVENT_BEAT_VIRIDIAN_GYM_TRAINER_3
38
const EVENT_BEAT_VIRIDIAN_GYM_TRAINER_4
39
const EVENT_BEAT_VIRIDIAN_GYM_TRAINER_5
40
const EVENT_BEAT_VIRIDIAN_GYM_TRAINER_6
41
const EVENT_BEAT_VIRIDIAN_GYM_TRAINER_7
42
43
; Pewter City events
44
const_next $68
45
const EVENT_BOUGHT_MUSEUM_TICKET
46
const EVENT_GOT_OLD_AMBER
47
const_skip 8
48
const EVENT_BEAT_PEWTER_GYM_TRAINER_0
49
const_skip 3
50
const EVENT_GOT_TM34
51
const EVENT_BEAT_BROCK
52
53
; Cerulean City events
54
const_next $98
55
const EVENT_BEAT_CERULEAN_RIVAL
56
const_skip 14
57
const EVENT_BEAT_CERULEAN_ROCKET_THIEF
58
const_skip 18
59
const EVENT_BEAT_CERULEAN_GYM_TRAINER_0
60
const EVENT_BEAT_CERULEAN_GYM_TRAINER_1
61
const_skip 2
62
const EVENT_GOT_TM11
63
const EVENT_BEAT_MISTY
64
const EVENT_GOT_BICYCLE
65
66
; Lavender Town events
67
const_next $F0 - 2
68
const EVENT_POKEMON_TOWER_RIVAL_ON_LEFT
69
const EVENT_BEAT_POKEMON_TOWER_RIVAL
70
const_skip
71
const EVENT_BEAT_POKEMONTOWER_3_TRAINER_0
72
const EVENT_BEAT_POKEMONTOWER_3_TRAINER_1
73
const EVENT_BEAT_POKEMONTOWER_3_TRAINER_2
74
const_skip 5
75
const EVENT_BEAT_POKEMONTOWER_4_TRAINER_0
76
const EVENT_BEAT_POKEMONTOWER_4_TRAINER_1
77
const EVENT_BEAT_POKEMONTOWER_4_TRAINER_2
78
const_skip 6
79
const EVENT_BEAT_POKEMONTOWER_5_TRAINER_0
80
const EVENT_BEAT_POKEMONTOWER_5_TRAINER_1
81
const EVENT_BEAT_POKEMONTOWER_5_TRAINER_2
82
const EVENT_BEAT_POKEMONTOWER_5_TRAINER_3
83
const_skip
84
const EVENT_IN_PURIFIED_ZONE
85
const_skip
86
const EVENT_BEAT_POKEMONTOWER_6_TRAINER_0
87
const EVENT_BEAT_POKEMONTOWER_6_TRAINER_1
88
const EVENT_BEAT_POKEMONTOWER_6_TRAINER_2
89
const_skip 3
90
const EVENT_BEAT_GHOST_MAROWAK
91
const_skip
92
const EVENT_BEAT_POKEMONTOWER_7_TRAINER_0
93
const EVENT_BEAT_POKEMONTOWER_7_TRAINER_1
94
const EVENT_BEAT_POKEMONTOWER_7_TRAINER_2
95
const_skip 3
96
const EVENT_RESCUED_MR_FUJI_2
97
const_skip 16
98
const EVENT_GOT_POKE_FLUTE
99
100
; Vermilion City events
101
const_next $150
102
const_skip
103
const EVENT_GOT_BIKE_VOUCHER
104
const_skip 4
105
const EVENT_SEEL_FAN_BOAST
106
const EVENT_PIKACHU_FAN_BOAST
107
const_skip 8
108
const EVENT_2ND_LOCK_OPENED
109
const EVENT_1ST_LOCK_OPENED
110
const EVENT_BEAT_VERMILION_GYM_TRAINER_0
111
const EVENT_BEAT_VERMILION_GYM_TRAINER_1
112
const EVENT_BEAT_VERMILION_GYM_TRAINER_2
113
const_skip
114
const EVENT_GOT_TM24
115
const EVENT_BEAT_LT_SURGE
116
117
; Celadon City events
118
const_next $180
119
const EVENT_GOT_TM41
120
const_skip 11
121
const EVENT_GOT_TM13
122
const EVENT_GOT_TM48
123
const EVENT_GOT_TM49
124
const EVENT_GOT_TM18
125
const_skip 24
126
const EVENT_GOT_TM21
127
const EVENT_BEAT_ERIKA
128
const EVENT_BEAT_CELADON_GYM_TRAINER_0
129
const EVENT_BEAT_CELADON_GYM_TRAINER_1
130
const EVENT_BEAT_CELADON_GYM_TRAINER_2
131
const EVENT_BEAT_CELADON_GYM_TRAINER_3
132
const EVENT_BEAT_CELADON_GYM_TRAINER_4
133
const EVENT_BEAT_CELADON_GYM_TRAINER_5
134
const EVENT_BEAT_CELADON_GYM_TRAINER_6
135
const_skip 7
136
const EVENT_1B8 ; ???
137
const EVENT_FOUND_ROCKET_HIDEOUT
138
const EVENT_GOT_10_COINS
139
const EVENT_GOT_20_COINS
140
const EVENT_GOT_20_COINS_2
141
const_skip 2
142
const EVENT_1BF ; ???
143
const_skip 32
144
const EVENT_GOT_COIN_CASE
145
146
; Fuchsia City events
147
const_next $238
148
const EVENT_GOT_HM04
149
const EVENT_GAVE_GOLD_TEETH
150
const_skip 20
151
const EVENT_SAFARI_GAME_OVER
152
const EVENT_IN_SAFARI_ZONE
153
const_skip 8
154
const EVENT_GOT_TM06
155
const EVENT_BEAT_KOGA
156
const EVENT_BEAT_FUCHSIA_GYM_TRAINER_0
157
const EVENT_BEAT_FUCHSIA_GYM_TRAINER_1
158
const EVENT_BEAT_FUCHSIA_GYM_TRAINER_2
159
const EVENT_BEAT_FUCHSIA_GYM_TRAINER_3
160
const EVENT_BEAT_FUCHSIA_GYM_TRAINER_4
161
const EVENT_BEAT_FUCHSIA_GYM_TRAINER_5
162
163
; Cinnabar Island events
164
const_next $278
165
const EVENT_MANSION_SWITCH_ON
166
const_skip 16
167
const EVENT_BEAT_MANSION_1_TRAINER_0
168
const_skip 14
169
const EVENT_GOT_TM38
170
const EVENT_BEAT_BLAINE
171
const EVENT_BEAT_CINNABAR_GYM_TRAINER_0
172
const EVENT_BEAT_CINNABAR_GYM_TRAINER_1
173
const EVENT_BEAT_CINNABAR_GYM_TRAINER_2
174
const EVENT_BEAT_CINNABAR_GYM_TRAINER_3
175
const EVENT_BEAT_CINNABAR_GYM_TRAINER_4
176
const EVENT_BEAT_CINNABAR_GYM_TRAINER_5
177
const EVENT_BEAT_CINNABAR_GYM_TRAINER_6
178
const_skip 6
179
const EVENT_2A7 ; ???
180
const EVENT_CINNABAR_GYM_GATE0_UNLOCKED
181
const EVENT_CINNABAR_GYM_GATE1_UNLOCKED
182
const EVENT_CINNABAR_GYM_GATE2_UNLOCKED
183
const EVENT_CINNABAR_GYM_GATE3_UNLOCKED
184
const EVENT_CINNABAR_GYM_GATE4_UNLOCKED
185
const EVENT_CINNABAR_GYM_GATE5_UNLOCKED
186
const EVENT_CINNABAR_GYM_GATE6_UNLOCKED
187
const_skip 40
188
const EVENT_GOT_TM35
189
const_skip 8
190
const EVENT_GAVE_FOSSIL_TO_LAB
191
const EVENT_LAB_STILL_REVIVING_FOSSIL
192
const EVENT_LAB_HANDING_OVER_FOSSIL_MON
193
194
; Saffron City events
195
const_next $340
196
const EVENT_GOT_TM31
197
const_skip 15
198
const EVENT_DEFEATED_FIGHTING_DOJO
199
const EVENT_BEAT_KARATE_MASTER
200
const EVENT_BEAT_FIGHTING_DOJO_TRAINER_0
201
const EVENT_BEAT_FIGHTING_DOJO_TRAINER_1
202
const EVENT_BEAT_FIGHTING_DOJO_TRAINER_2
203
const EVENT_BEAT_FIGHTING_DOJO_TRAINER_3
204
const EVENT_GOT_HITMONLEE
205
const EVENT_GOT_HITMONCHAN
206
const_skip 8
207
const EVENT_GOT_TM46
208
const EVENT_BEAT_SABRINA
209
const EVENT_BEAT_SAFFRON_GYM_TRAINER_0
210
const EVENT_BEAT_SAFFRON_GYM_TRAINER_1
211
const EVENT_BEAT_SAFFRON_GYM_TRAINER_2
212
const EVENT_BEAT_SAFFRON_GYM_TRAINER_3
213
const EVENT_BEAT_SAFFRON_GYM_TRAINER_4
214
const EVENT_BEAT_SAFFRON_GYM_TRAINER_5
215
const EVENT_BEAT_SAFFRON_GYM_TRAINER_6
216
const_skip 46
217
const EVENT_SILPH_CO_RECEPTIONIST_AT_DESK
218
const_skip 24
219
const EVENT_GOT_TM29
220
221
; Route 1 events
222
const_next $3C0
223
const EVENT_GOT_POTION_SAMPLE
224
225
; Route 2 events
226
const_next $3D8
227
const EVENT_GOT_HM05
228
229
; Route 3 events
230
const_next $3E0
231
const_skip 2
232
const EVENT_BEAT_ROUTE_3_TRAINER_0
233
const EVENT_BEAT_ROUTE_3_TRAINER_1
234
const EVENT_BEAT_ROUTE_3_TRAINER_2
235
const EVENT_BEAT_ROUTE_3_TRAINER_3
236
const EVENT_BEAT_ROUTE_3_TRAINER_4
237
const EVENT_BEAT_ROUTE_3_TRAINER_5
238
const EVENT_BEAT_ROUTE_3_TRAINER_6
239
const EVENT_BEAT_ROUTE_3_TRAINER_7
240
241
; Route 4 events
242
const_next $3F0
243
const_skip 2
244
const EVENT_BEAT_ROUTE_4_TRAINER_0
245
const_skip 12
246
const EVENT_BOUGHT_MAGIKARP
247
248
; Route 6 events
249
const_next $410
250
const_skip
251
const EVENT_BEAT_ROUTE_6_TRAINER_0
252
const EVENT_BEAT_ROUTE_6_TRAINER_1
253
const EVENT_BEAT_ROUTE_6_TRAINER_2
254
const EVENT_BEAT_ROUTE_6_TRAINER_3
255
const EVENT_BEAT_ROUTE_6_TRAINER_4
256
const EVENT_BEAT_ROUTE_6_TRAINER_5
257
258
; Route 8 events
259
const_next $430
260
const_skip
261
const EVENT_BEAT_ROUTE_8_TRAINER_0
262
const EVENT_BEAT_ROUTE_8_TRAINER_1
263
const EVENT_BEAT_ROUTE_8_TRAINER_2
264
const EVENT_BEAT_ROUTE_8_TRAINER_3
265
const EVENT_BEAT_ROUTE_8_TRAINER_4
266
const EVENT_BEAT_ROUTE_8_TRAINER_5
267
const EVENT_BEAT_ROUTE_8_TRAINER_6
268
const EVENT_BEAT_ROUTE_8_TRAINER_7
269
const EVENT_BEAT_ROUTE_8_TRAINER_8
270
271
; Route 9 events
272
const_next $440
273
const_skip
274
const EVENT_BEAT_ROUTE_9_TRAINER_0
275
const EVENT_BEAT_ROUTE_9_TRAINER_1
276
const EVENT_BEAT_ROUTE_9_TRAINER_2
277
const EVENT_BEAT_ROUTE_9_TRAINER_3
278
const EVENT_BEAT_ROUTE_9_TRAINER_4
279
const EVENT_BEAT_ROUTE_9_TRAINER_5
280
const EVENT_BEAT_ROUTE_9_TRAINER_6
281
const EVENT_BEAT_ROUTE_9_TRAINER_7
282
const EVENT_BEAT_ROUTE_9_TRAINER_8
283
284
; Route 10 events
285
const_next $450
286
const_skip
287
const EVENT_BEAT_ROUTE_10_TRAINER_0
288
const EVENT_BEAT_ROUTE_10_TRAINER_1
289
const EVENT_BEAT_ROUTE_10_TRAINER_2
290
const EVENT_BEAT_ROUTE_10_TRAINER_3
291
const EVENT_BEAT_ROUTE_10_TRAINER_4
292
const EVENT_BEAT_ROUTE_10_TRAINER_5
293
const_skip 2
294
const EVENT_BEAT_ROCK_TUNNEL_1_TRAINER_0
295
const EVENT_BEAT_ROCK_TUNNEL_1_TRAINER_1
296
const EVENT_BEAT_ROCK_TUNNEL_1_TRAINER_2
297
const EVENT_BEAT_ROCK_TUNNEL_1_TRAINER_3
298
const EVENT_BEAT_ROCK_TUNNEL_1_TRAINER_4
299
const EVENT_BEAT_ROCK_TUNNEL_1_TRAINER_5
300
const EVENT_BEAT_ROCK_TUNNEL_1_TRAINER_6
301
const_skip
302
const EVENT_BEAT_POWER_PLANT_VOLTORB_0
303
const EVENT_BEAT_POWER_PLANT_VOLTORB_1
304
const EVENT_BEAT_POWER_PLANT_VOLTORB_2
305
const EVENT_BEAT_POWER_PLANT_VOLTORB_3
306
const EVENT_BEAT_POWER_PLANT_VOLTORB_4
307
const EVENT_BEAT_POWER_PLANT_VOLTORB_5
308
const EVENT_BEAT_POWER_PLANT_VOLTORB_6
309
const EVENT_BEAT_POWER_PLANT_VOLTORB_7
310
const EVENT_BEAT_ZAPDOS
311
312
; Route 11 events
313
const_next $470
314
const_skip
315
const EVENT_BEAT_ROUTE_11_TRAINER_0
316
const EVENT_BEAT_ROUTE_11_TRAINER_1
317
const EVENT_BEAT_ROUTE_11_TRAINER_2
318
const EVENT_BEAT_ROUTE_11_TRAINER_3
319
const EVENT_BEAT_ROUTE_11_TRAINER_4
320
const EVENT_BEAT_ROUTE_11_TRAINER_5
321
const EVENT_BEAT_ROUTE_11_TRAINER_6
322
const EVENT_BEAT_ROUTE_11_TRAINER_7
323
const EVENT_BEAT_ROUTE_11_TRAINER_8
324
const EVENT_BEAT_ROUTE_11_TRAINER_9
325
const_skip 4
326
const EVENT_GOT_ITEMFINDER
327
328
; Route 12 events
329
const_next $480
330
const EVENT_GOT_TM39
331
const_skip
332
const EVENT_BEAT_ROUTE_12_TRAINER_0
333
const EVENT_BEAT_ROUTE_12_TRAINER_1
334
const EVENT_BEAT_ROUTE_12_TRAINER_2
335
const EVENT_BEAT_ROUTE_12_TRAINER_3
336
const EVENT_BEAT_ROUTE_12_TRAINER_4
337
const EVENT_BEAT_ROUTE_12_TRAINER_5
338
const EVENT_BEAT_ROUTE_12_TRAINER_6
339
const_skip 5
340
const EVENT_FIGHT_ROUTE12_SNORLAX
341
const EVENT_BEAT_ROUTE12_SNORLAX
342
343
; Route 13 events
344
const_next $490
345
const_skip
346
const EVENT_BEAT_ROUTE_13_TRAINER_0
347
const EVENT_BEAT_ROUTE_13_TRAINER_1
348
const EVENT_BEAT_ROUTE_13_TRAINER_2
349
const EVENT_BEAT_ROUTE_13_TRAINER_3
350
const EVENT_BEAT_ROUTE_13_TRAINER_4
351
const EVENT_BEAT_ROUTE_13_TRAINER_5
352
const EVENT_BEAT_ROUTE_13_TRAINER_6
353
const EVENT_BEAT_ROUTE_13_TRAINER_7
354
const EVENT_BEAT_ROUTE_13_TRAINER_8
355
const EVENT_BEAT_ROUTE_13_TRAINER_9
356
357
; Route 14 events
358
const_next $4A0
359
const_skip
360
const EVENT_BEAT_ROUTE_14_TRAINER_0
361
const EVENT_BEAT_ROUTE_14_TRAINER_1
362
const EVENT_BEAT_ROUTE_14_TRAINER_2
363
const EVENT_BEAT_ROUTE_14_TRAINER_3
364
const EVENT_BEAT_ROUTE_14_TRAINER_4
365
const EVENT_BEAT_ROUTE_14_TRAINER_5
366
const EVENT_BEAT_ROUTE_14_TRAINER_6
367
const EVENT_BEAT_ROUTE_14_TRAINER_7
368
const EVENT_BEAT_ROUTE_14_TRAINER_8
369
const EVENT_BEAT_ROUTE_14_TRAINER_9
370
371
; Route 15 events
372
const_next $4B0
373
const EVENT_GOT_EXP_ALL
374
const EVENT_BEAT_ROUTE_15_TRAINER_0
375
const EVENT_BEAT_ROUTE_15_TRAINER_1
376
const EVENT_BEAT_ROUTE_15_TRAINER_2
377
const EVENT_BEAT_ROUTE_15_TRAINER_3
378
const EVENT_BEAT_ROUTE_15_TRAINER_4
379
const EVENT_BEAT_ROUTE_15_TRAINER_5
380
const EVENT_BEAT_ROUTE_15_TRAINER_6
381
const EVENT_BEAT_ROUTE_15_TRAINER_7
382
const EVENT_BEAT_ROUTE_15_TRAINER_8
383
const EVENT_BEAT_ROUTE_15_TRAINER_9
384
385
; Route 16 events
386
const_next $4C0
387
const_skip
388
const EVENT_BEAT_ROUTE_16_TRAINER_0
389
const EVENT_BEAT_ROUTE_16_TRAINER_1
390
const EVENT_BEAT_ROUTE_16_TRAINER_2
391
const EVENT_BEAT_ROUTE_16_TRAINER_3
392
const EVENT_BEAT_ROUTE_16_TRAINER_4
393
const EVENT_BEAT_ROUTE_16_TRAINER_5
394
const_skip
395
const EVENT_FIGHT_ROUTE16_SNORLAX
396
const EVENT_BEAT_ROUTE16_SNORLAX
397
const_skip 4
398
const EVENT_GOT_HM02
399
const EVENT_RESCUED_MR_FUJI
400
401
; Route 17 events
402
const_next $4D0
403
const_skip
404
const EVENT_BEAT_ROUTE_17_TRAINER_0
405
const EVENT_BEAT_ROUTE_17_TRAINER_1
406
const EVENT_BEAT_ROUTE_17_TRAINER_2
407
const EVENT_BEAT_ROUTE_17_TRAINER_3
408
const EVENT_BEAT_ROUTE_17_TRAINER_4
409
const EVENT_BEAT_ROUTE_17_TRAINER_5
410
const EVENT_BEAT_ROUTE_17_TRAINER_6
411
const EVENT_BEAT_ROUTE_17_TRAINER_7
412
const EVENT_BEAT_ROUTE_17_TRAINER_8
413
const EVENT_BEAT_ROUTE_17_TRAINER_9
414
415
; Route 18 events
416
const_next $4E0
417
const_skip
418
const EVENT_BEAT_ROUTE_18_TRAINER_0
419
const EVENT_BEAT_ROUTE_18_TRAINER_1
420
const EVENT_BEAT_ROUTE_18_TRAINER_2
421
422
; Route 19 events
423
const_next $4F0
424
const_skip
425
const EVENT_BEAT_ROUTE_19_TRAINER_0
426
const EVENT_BEAT_ROUTE_19_TRAINER_1
427
const EVENT_BEAT_ROUTE_19_TRAINER_2
428
const EVENT_BEAT_ROUTE_19_TRAINER_3
429
const EVENT_BEAT_ROUTE_19_TRAINER_4
430
const EVENT_BEAT_ROUTE_19_TRAINER_5
431
const EVENT_BEAT_ROUTE_19_TRAINER_6
432
const EVENT_BEAT_ROUTE_19_TRAINER_7
433
const EVENT_BEAT_ROUTE_19_TRAINER_8
434
const EVENT_BEAT_ROUTE_19_TRAINER_9
435
436
; Route 20 events
437
const_next $500
438
const EVENT_IN_SEAFOAM_ISLANDS
439
const EVENT_BEAT_ROUTE_20_TRAINER_0
440
const EVENT_BEAT_ROUTE_20_TRAINER_1
441
const EVENT_BEAT_ROUTE_20_TRAINER_2
442
const EVENT_BEAT_ROUTE_20_TRAINER_3
443
const EVENT_BEAT_ROUTE_20_TRAINER_4
444
const EVENT_BEAT_ROUTE_20_TRAINER_5
445
const EVENT_BEAT_ROUTE_20_TRAINER_6
446
const EVENT_BEAT_ROUTE_20_TRAINER_7
447
const EVENT_BEAT_ROUTE_20_TRAINER_8
448
const EVENT_BEAT_ROUTE_20_TRAINER_9
449
const_skip 3
450
const EVENT_SEAFOAM1_BOULDER1_DOWN_HOLE
451
const EVENT_SEAFOAM1_BOULDER2_DOWN_HOLE
452
453
; Route 21 events
454
const_next $510
455
const_skip
456
const EVENT_BEAT_ROUTE_21_TRAINER_0
457
const EVENT_BEAT_ROUTE_21_TRAINER_1
458
const EVENT_BEAT_ROUTE_21_TRAINER_2
459
const EVENT_BEAT_ROUTE_21_TRAINER_3
460
const EVENT_BEAT_ROUTE_21_TRAINER_4
461
const EVENT_BEAT_ROUTE_21_TRAINER_5
462
const EVENT_BEAT_ROUTE_21_TRAINER_6
463
const EVENT_BEAT_ROUTE_21_TRAINER_7
464
const EVENT_BEAT_ROUTE_21_TRAINER_8
465
466
; Route 22 events
467
const_next $520
468
const EVENT_1ST_ROUTE22_RIVAL_BATTLE
469
const EVENT_2ND_ROUTE22_RIVAL_BATTLE
470
const_skip 3
471
const EVENT_BEAT_ROUTE22_RIVAL_1ST_BATTLE
472
const EVENT_BEAT_ROUTE22_RIVAL_2ND_BATTLE
473
const EVENT_ROUTE22_RIVAL_WANTS_BATTLE
474
475
; Route 23 events
476
const_next $530
477
const EVENT_PASSED_CASCADEBADGE_CHECK
478
const EVENT_PASSED_THUNDERBADGE_CHECK
479
const EVENT_PASSED_RAINBOWBADGE_CHECK
480
const EVENT_PASSED_SOULBADGE_CHECK
481
const EVENT_PASSED_MARSHBADGE_CHECK
482
const EVENT_PASSED_VOLCANOBADGE_CHECK
483
const EVENT_PASSED_EARTHBADGE_CHECK
484
const_skip
485
const EVENT_VICTORY_ROAD_2_BOULDER_ON_SWITCH1
486
const EVENT_BEAT_VICTORY_ROAD_2_TRAINER_0
487
const EVENT_BEAT_VICTORY_ROAD_2_TRAINER_1
488
const EVENT_BEAT_VICTORY_ROAD_2_TRAINER_2
489
const EVENT_BEAT_VICTORY_ROAD_2_TRAINER_3
490
const EVENT_BEAT_VICTORY_ROAD_2_TRAINER_4
491
const EVENT_BEAT_MOLTRES
492
const EVENT_VICTORY_ROAD_2_BOULDER_ON_SWITCH2
493
494
; Route 24 events
495
const_next $540
496
const EVENT_GOT_NUGGET
497
const EVENT_BEAT_ROUTE24_ROCKET
498
const EVENT_BEAT_ROUTE_24_TRAINER_0
499
const EVENT_BEAT_ROUTE_24_TRAINER_1
500
const EVENT_BEAT_ROUTE_24_TRAINER_2
501
const EVENT_BEAT_ROUTE_24_TRAINER_3
502
const EVENT_BEAT_ROUTE_24_TRAINER_4
503
const EVENT_BEAT_ROUTE_24_TRAINER_5
504
const_skip
505
const EVENT_NUGGET_REWARD_AVAILABLE
506
507
; Route 25 events
508
const_next $550
509
const EVENT_MET_BILL
510
const EVENT_BEAT_ROUTE_25_TRAINER_0
511
const EVENT_BEAT_ROUTE_25_TRAINER_1
512
const EVENT_BEAT_ROUTE_25_TRAINER_2
513
const EVENT_BEAT_ROUTE_25_TRAINER_3
514
const EVENT_BEAT_ROUTE_25_TRAINER_4
515
const EVENT_BEAT_ROUTE_25_TRAINER_5
516
const EVENT_BEAT_ROUTE_25_TRAINER_6
517
const EVENT_BEAT_ROUTE_25_TRAINER_7
518
const EVENT_BEAT_ROUTE_25_TRAINER_8
519
const_skip
520
const EVENT_USED_CELL_SEPARATOR_ON_BILL
521
const EVENT_GOT_SS_TICKET
522
const EVENT_MET_BILL_2
523
const EVENT_BILL_SAID_USE_CELL_SEPARATOR
524
const EVENT_LEFT_BILLS_HOUSE_AFTER_HELPING
525
526
; Viridian Forest events
527
const_next $560
528
const_skip 2
529
const EVENT_BEAT_VIRIDIAN_FOREST_TRAINER_0
530
const EVENT_BEAT_VIRIDIAN_FOREST_TRAINER_1
531
const EVENT_BEAT_VIRIDIAN_FOREST_TRAINER_2
532
533
; Mt. Moon events
534
const_next $570
535
const_skip
536
const EVENT_BEAT_MT_MOON_1_TRAINER_0
537
const EVENT_BEAT_MT_MOON_1_TRAINER_1
538
const EVENT_BEAT_MT_MOON_1_TRAINER_2
539
const EVENT_BEAT_MT_MOON_1_TRAINER_3
540
const EVENT_BEAT_MT_MOON_1_TRAINER_4
541
const EVENT_BEAT_MT_MOON_1_TRAINER_5
542
const EVENT_BEAT_MT_MOON_1_TRAINER_6
543
const_skip
544
const EVENT_BEAT_MT_MOON_EXIT_SUPER_NERD
545
const EVENT_BEAT_MT_MOON_3_TRAINER_0
546
const EVENT_BEAT_MT_MOON_3_TRAINER_1
547
const EVENT_BEAT_MT_MOON_3_TRAINER_2
548
const EVENT_BEAT_MT_MOON_3_TRAINER_3
549
const EVENT_GOT_DOME_FOSSIL
550
const EVENT_GOT_HELIX_FOSSIL
551
552
; S.S. Anne events
553
const_next $5C0
554
const_skip 4
555
const EVENT_BEAT_SS_ANNE_5_TRAINER_0
556
const EVENT_BEAT_SS_ANNE_5_TRAINER_1
557
const_skip 26
558
const EVENT_GOT_HM01
559
const EVENT_RUBBED_CAPTAINS_BACK
560
const EVENT_SS_ANNE_LEFT
561
const EVENT_WALKED_PAST_GUARD_AFTER_SS_ANNE_LEFT
562
const EVENT_STARTED_WALKING_OUT_OF_DOCK
563
const EVENT_WALKED_OUT_OF_DOCK
564
const_skip 11
565
const EVENT_BEAT_SS_ANNE_8_TRAINER_0
566
const EVENT_BEAT_SS_ANNE_8_TRAINER_1
567
const EVENT_BEAT_SS_ANNE_8_TRAINER_2
568
const EVENT_BEAT_SS_ANNE_8_TRAINER_3
569
const_skip 12
570
const EVENT_BEAT_SS_ANNE_9_TRAINER_0
571
const EVENT_BEAT_SS_ANNE_9_TRAINER_1
572
const EVENT_BEAT_SS_ANNE_9_TRAINER_2
573
const EVENT_BEAT_SS_ANNE_9_TRAINER_3
574
const_skip 12
575
const EVENT_BEAT_SS_ANNE_10_TRAINER_0
576
const EVENT_BEAT_SS_ANNE_10_TRAINER_1
577
const EVENT_BEAT_SS_ANNE_10_TRAINER_2
578
const EVENT_BEAT_SS_ANNE_10_TRAINER_3
579
const EVENT_BEAT_SS_ANNE_10_TRAINER_4
580
const EVENT_BEAT_SS_ANNE_10_TRAINER_5
581
582
; Victory Road 3F events
583
const_next $660
584
const EVENT_VICTORY_ROAD_3_BOULDER_ON_SWITCH1
585
const EVENT_BEAT_VICTORY_ROAD_3_TRAINER_0
586
const EVENT_BEAT_VICTORY_ROAD_3_TRAINER_1
587
const EVENT_BEAT_VICTORY_ROAD_3_TRAINER_2
588
const EVENT_BEAT_VICTORY_ROAD_3_TRAINER_3
589
const_skip
590
const EVENT_VICTORY_ROAD_3_BOULDER_ON_SWITCH2
591
592
; Rocket Hideout events
593
const_next $670
594
const_skip
595
const EVENT_BEAT_ROCKET_HIDEOUT_1_TRAINER_0
596
const EVENT_BEAT_ROCKET_HIDEOUT_1_TRAINER_1
597
const EVENT_BEAT_ROCKET_HIDEOUT_1_TRAINER_2
598
const EVENT_BEAT_ROCKET_HIDEOUT_1_TRAINER_3
599
const EVENT_BEAT_ROCKET_HIDEOUT_1_TRAINER_4
600
const_skip
601
const EVENT_677 ; ???
602
const_skip 7
603
const EVENT_67F ; ???
604
const_skip
605
const EVENT_BEAT_ROCKET_HIDEOUT_2_TRAINER_0
606
const_skip 15
607
const EVENT_BEAT_ROCKET_HIDEOUT_3_TRAINER_0
608
const EVENT_BEAT_ROCKET_HIDEOUT_3_TRAINER_1
609
const_skip 15
610
const EVENT_BEAT_ROCKET_HIDEOUT_4_TRAINER_0
611
const EVENT_BEAT_ROCKET_HIDEOUT_4_TRAINER_1
612
const EVENT_BEAT_ROCKET_HIDEOUT_4_TRAINER_2
613
const EVENT_ROCKET_HIDEOUT_4_DOOR_UNLOCKED
614
const EVENT_ROCKET_DROPPED_LIFT_KEY
615
const EVENT_BEAT_ROCKET_HIDEOUT_GIOVANNI
616
617
; Silph Co. events
618
const_next $6F0
619
const_skip 2
620
const EVENT_BEAT_SILPH_CO_2F_TRAINER_0
621
const EVENT_BEAT_SILPH_CO_2F_TRAINER_1
622
const EVENT_BEAT_SILPH_CO_2F_TRAINER_2
623
const EVENT_BEAT_SILPH_CO_2F_TRAINER_3
624
const_skip 7
625
const EVENT_SILPH_CO_2_UNLOCKED_DOOR1
626
const EVENT_SILPH_CO_2_UNLOCKED_DOOR2
627
const EVENT_GOT_TM36
628
const_skip 2
629
const EVENT_BEAT_SILPH_CO_3F_TRAINER_0
630
const EVENT_BEAT_SILPH_CO_3F_TRAINER_1
631
const_skip 4
632
const EVENT_SILPH_CO_3_UNLOCKED_DOOR1
633
const EVENT_SILPH_CO_3_UNLOCKED_DOOR2
634
const_skip 8
635
const EVENT_BEAT_SILPH_CO_4F_TRAINER_0
636
const EVENT_BEAT_SILPH_CO_4F_TRAINER_1
637
const EVENT_BEAT_SILPH_CO_4F_TRAINER_2
638
const_skip 3
639
const EVENT_SILPH_CO_4_UNLOCKED_DOOR1
640
const EVENT_SILPH_CO_4_UNLOCKED_DOOR2
641
const_skip 8
642
const EVENT_BEAT_SILPH_CO_5F_TRAINER_0
643
const EVENT_BEAT_SILPH_CO_5F_TRAINER_1
644
const EVENT_BEAT_SILPH_CO_5F_TRAINER_2
645
const EVENT_BEAT_SILPH_CO_5F_TRAINER_3
646
const_skip 2
647
const EVENT_SILPH_CO_5_UNLOCKED_DOOR1
648
const EVENT_SILPH_CO_5_UNLOCKED_DOOR2
649
const EVENT_SILPH_CO_5_UNLOCKED_DOOR3
650
const_skip 11
651
const EVENT_BEAT_SILPH_CO_6F_TRAINER_0
652
const EVENT_BEAT_SILPH_CO_6F_TRAINER_1
653
const EVENT_BEAT_SILPH_CO_6F_TRAINER_2
654
const_skip 6
655
const EVENT_SILPH_CO_6_UNLOCKED_DOOR
656
const EVENT_BEAT_SILPH_CO_RIVAL
657
const_skip 4
658
const EVENT_BEAT_SILPH_CO_7F_TRAINER_0
659
const EVENT_BEAT_SILPH_CO_7F_TRAINER_1
660
const EVENT_BEAT_SILPH_CO_7F_TRAINER_2
661
const EVENT_BEAT_SILPH_CO_7F_TRAINER_3
662
const_skip 3
663
const EVENT_SILPH_CO_7_UNLOCKED_DOOR1
664
const EVENT_SILPH_CO_7_UNLOCKED_DOOR2
665
const EVENT_SILPH_CO_7_UNLOCKED_DOOR3
666
const_skip 3
667
const EVENT_BEAT_SILPH_CO_8F_TRAINER_0
668
const EVENT_BEAT_SILPH_CO_8F_TRAINER_1
669
const EVENT_BEAT_SILPH_CO_8F_TRAINER_2
670
const_skip 3
671
const EVENT_SILPH_CO_8_UNLOCKED_DOOR
672
const_skip 9
673
const EVENT_BEAT_SILPH_CO_9F_TRAINER_0
674
const EVENT_BEAT_SILPH_CO_9F_TRAINER_1
675
const EVENT_BEAT_SILPH_CO_9F_TRAINER_2
676
const_skip 3
677
const EVENT_SILPH_CO_9_UNLOCKED_DOOR1
678
const EVENT_SILPH_CO_9_UNLOCKED_DOOR2
679
const EVENT_SILPH_CO_9_UNLOCKED_DOOR3
680
const EVENT_SILPH_CO_9_UNLOCKED_DOOR4
681
const_skip 5
682
const EVENT_BEAT_SILPH_CO_10F_TRAINER_0
683
const EVENT_BEAT_SILPH_CO_10F_TRAINER_1
684
const_skip 5
685
const EVENT_SILPH_CO_10_UNLOCKED_DOOR
686
const_skip 11
687
const EVENT_BEAT_SILPH_CO_11F_TRAINER_0
688
const EVENT_BEAT_SILPH_CO_11F_TRAINER_1
689
const_skip 2
690
const EVENT_SILPH_CO_11_UNLOCKED_DOOR
691
const_skip 4
692
const EVENT_GOT_MASTER_BALL
693
const_skip
694
const EVENT_BEAT_SILPH_CO_GIOVANNI
695
696
; Pokémon Mansion events
697
const_next $800
698
const_skip
699
const EVENT_BEAT_MANSION_2_TRAINER_0
700
const_skip 15
701
const EVENT_BEAT_MANSION_3_TRAINER_0
702
const EVENT_BEAT_MANSION_3_TRAINER_1
703
const_skip 14
704
const EVENT_BEAT_MANSION_4_TRAINER_0
705
const EVENT_BEAT_MANSION_4_TRAINER_1
706
707
; Safari Zone events
708
const_next $880
709
const EVENT_GOT_HM03
710
711
; Cerulean Cave events
712
const_next $8C0
713
const_skip
714
const EVENT_BEAT_MEWTWO
715
716
; Indigo Plateau events
717
const_next $8E0
718
DEF INDIGO_PLATEAU_EVENTS_START EQU const_value
719
const_skip
720
const EVENT_BEAT_LORELEIS_ROOM_TRAINER_0
721
const_skip 4
722
const EVENT_AUTOWALKED_INTO_LORELEIS_ROOM
723
const_skip 2
724
const EVENT_BEAT_BRUNOS_ROOM_TRAINER_0
725
const_skip 4
726
const EVENT_AUTOWALKED_INTO_BRUNOS_ROOM
727
const_skip 2
728
const EVENT_BEAT_AGATHAS_ROOM_TRAINER_0
729
const_skip 4
730
const EVENT_AUTOWALKED_INTO_AGATHAS_ROOM
731
const_skip 2
732
const EVENT_BEAT_LANCES_ROOM_TRAINER_0
733
const_skip 4
734
const EVENT_BEAT_LANCE
735
const EVENT_LANCES_ROOM_LOCK_DOOR
736
const_skip
737
const EVENT_BEAT_CHAMPION_RIVAL
738
const_skip 5
739
const_skip
740
DEF INDIGO_PLATEAU_EVENTS_END EQU const_value - 1
741
742
; Victory Road 1F events
743
const_next $910
744
const_skip
745
const EVENT_BEAT_VICTORY_ROAD_1_TRAINER_0
746
const EVENT_BEAT_VICTORY_ROAD_1_TRAINER_1
747
const_skip 4
748
const EVENT_VICTORY_ROAD_1_BOULDER_ON_SWITCH
749
750
; Rock Tunnel events
751
const_next $9B0
752
const_skip
753
const EVENT_BEAT_ROCK_TUNNEL_2_TRAINER_0
754
const EVENT_BEAT_ROCK_TUNNEL_2_TRAINER_1
755
const EVENT_BEAT_ROCK_TUNNEL_2_TRAINER_2
756
const EVENT_BEAT_ROCK_TUNNEL_2_TRAINER_3
757
const EVENT_BEAT_ROCK_TUNNEL_2_TRAINER_4
758
const EVENT_BEAT_ROCK_TUNNEL_2_TRAINER_5
759
const EVENT_BEAT_ROCK_TUNNEL_2_TRAINER_6
760
const EVENT_BEAT_ROCK_TUNNEL_2_TRAINER_7
761
762
; Seafoam Islands events
763
const_next $9C0
764
const EVENT_SEAFOAM2_BOULDER1_DOWN_HOLE
765
const EVENT_SEAFOAM2_BOULDER2_DOWN_HOLE
766
const_skip 6
767
const EVENT_SEAFOAM3_BOULDER1_DOWN_HOLE
768
const EVENT_SEAFOAM3_BOULDER2_DOWN_HOLE
769
const_skip 6
770
const EVENT_SEAFOAM4_BOULDER1_DOWN_HOLE
771
const EVENT_SEAFOAM4_BOULDER2_DOWN_HOLE
772
const_skip 8
773
const EVENT_BEAT_ARTICUNO
774
775
; End of events
776
const_next $A00
777
DEF NUM_EVENTS EQU const_value
778
779