summaryrefslogtreecommitdiff
path: root/data/scripts/item_ball_scripts.inc
blob: 045fbb5a7fafca6bd35d7fce37140c0ba33c61f1 (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
459
460
461
462
463
464
465
466
467
468
469
470
471
472
473
474
475
476
477
478
479
480
481
482
483
484
485
486
487
488
489
490
491
492
493
494
495
496
497
498
499
500
501
502
503
504
505
506
507
508
509
510
511
512
513
514
515
516
517
518
519
520
521
522
523
524
525
526
527
528
529
530
531
532
533
534
535
536
537
538
539
540
541
542
543
544
545
546
547
548
549
550
551
552
553
554
555
556
557
558
559
560
561
562
563
564
565
566
567
568
569
570
571
572
573
574
575
576
577
578
579
580
581
582
583
584
585
586
587
588
589
590
591
592
593
594
595
596
597
598
599
600
601
602
603
604
605
606
607
608
609
610
611
612
613
614
615
616
617
618
619
620
621
622
623
624
625
626
627
628
629
630
631
632
633
634
635
636
637
638
639
640
641
642
643
644
645
646
647
648
649
650
651
652
653
654
655
656
657
658
659
Route102_EventScript_ItemPotion:: @ 8290CD8
	giveitem_std ITEM_POTION, 1, 1
	end

Route103_EventScript_ItemGuardSpec:: @ 8290CE5
	giveitem_std ITEM_GUARD_SPEC, 1, 1
	end

Route103_EventScript_ItemPPUp:: @ 8290CF2
	giveitem_std ITEM_PP_UP, 1, 1
	end

Route104_EventScript_ItemPPUp:: @ 8290CFF
	giveitem_std ITEM_PP_UP, 1, 1
	end

Route104_EventScript_ItemPokeBall:: @ 8290D0C
	giveitem_std ITEM_POKE_BALL, 1, 1
	end

Route104_EventScript_ItemXAccuracy:: @ 8290D19
	giveitem_std ITEM_X_ACCURACY, 1, 1
	end

Route104_EventScript_ItemPotion:: @ 8290D26
	giveitem_std ITEM_POTION, 1, 1
	end

Route105_EventScript_ItemIron:: @ 8290D33
	giveitem_std ITEM_IRON, 1, 1
	end

Route106_EventScript_ItemProtein:: @ 8290D40
	giveitem_std ITEM_PROTEIN, 1, 1
	end

Route108_EventScript_ItemStarPiece:: @ 8290D4D
	giveitem_std ITEM_STAR_PIECE, 1, 1
	end

Route109_EventScript_ItemPPUp:: @ 8290D5A
	giveitem_std ITEM_PP_UP, 1, 1
	end

Route109_EventScript_ItemPotion:: @ 8290D67
	giveitem_std ITEM_POTION, 1, 1
	end

Route110_EventScript_ItemRareCandy:: @ 8290D74
	giveitem_std ITEM_RARE_CANDY, 1, 1
	end

Route110_EventScript_ItemDireHit:: @ 8290D81
	giveitem_std ITEM_DIRE_HIT, 1, 1
	end

Route110_EventScript_ItemElixir:: @ 8290D8E
	giveitem_std ITEM_ELIXIR, 1, 1
	end

Route111_EventScript_ItemTM37:: @ 8290D9B
	giveitem_std ITEM_TM37, 1, 1
	end

Route111_EventScript_ItemStardust:: @ 8290DA8
	giveitem_std ITEM_STARDUST, 1, 1
	end

Route111_EventScript_ItemHPUp:: @ 8290DB5
	giveitem_std ITEM_HP_UP, 1, 1
	end

Route111_EventScript_ItemElixir:: @ 8290DC2
	giveitem_std ITEM_ELIXIR, 1, 1
	end

Route112_EventScript_ItemNugget:: @ 8290DCF
	giveitem_std ITEM_NUGGET, 1, 1
	end

Route113_EventScript_ItemMaxEther:: @ 8290DDC
	giveitem_std ITEM_MAX_ETHER, 1, 1
	end

Route113_EventScript_ItemSuperRepel:: @ 8290DE9
	giveitem_std ITEM_SUPER_REPEL, 1, 1
	end

Route113_EventScript_ItemHyperPotion:: @ 8290DF6
	giveitem_std ITEM_HYPER_POTION, 1, 1
	end

Route114_EventScript_ItemRareCandy:: @ 8290E03
	giveitem_std ITEM_RARE_CANDY, 1, 1
	end

Route114_EventScript_ItemProtein:: @ 8290E10
	giveitem_std ITEM_PROTEIN, 1, 1
	end

Route114_EventScript_ItemEnergyPowder:: @ 8290E1D
	giveitem_std ITEM_ENERGY_POWDER, 1, 1
	end

Route115_EventScript_ItemSuperPotion:: @ 8290E2A
	giveitem_std ITEM_SUPER_POTION, 1, 1
	end

Route115_EventScript_ItemTM01:: @ 8290E37
	giveitem_std ITEM_TM01, 1, 1
	end

Route115_EventScript_ItemIron:: @ 8290E44
	giveitem_std ITEM_IRON, 1, 1
	end

Route115_EventScript_ItemGreatBall:: @ 8290E51
	giveitem_std ITEM_GREAT_BALL, 1, 1
	end

Route115_EventScript_ItemHealPowder:: @ 8290E5E
	giveitem_std ITEM_HEAL_POWDER, 1, 1
	end

Route115_EventScript_ItemPPUp:: @ 8290E6B
	giveitem_std ITEM_PP_UP, 1, 1
	end

Route116_EventScript_ItemXSpecial:: @ 8290E78
	giveitem_std ITEM_X_SPECIAL, 1, 1
	end

Route116_EventScript_ItemEther:: @ 8290E85
	giveitem_std ITEM_ETHER, 1, 1
	end

Route116_EventScript_ItemRepel:: @ 8290E92
	giveitem_std ITEM_REPEL, 1, 1
	end

Route116_EventScript_ItemHPUp:: @ 8290E9F
	giveitem_std ITEM_HP_UP, 1, 1
	end

Route116_EventScript_ItemPotion:: @ 8290EAC
	giveitem_std ITEM_POTION, 1, 1
	end

Route117_EventScript_ItemGreatBall:: @ 8290EB9
	giveitem_std ITEM_GREAT_BALL, 1, 1
	end

Route117_EventScript_ItemRevive:: @ 8290EC6
	giveitem_std ITEM_REVIVE, 1, 1
	end

Route118_EventScript_ItemHyperPotion:: @ 8290ED3
	giveitem_std ITEM_HYPER_POTION, 1, 1
	end

Route119_EventScript_ItemSuperRepel:: @ 8290EE0
	giveitem_std ITEM_SUPER_REPEL, 1, 1
	end

Route119_EventScript_ItemZinc:: @ 8290EED
	giveitem_std ITEM_ZINC, 1, 1
	end

Route119_EventScript_ItemElixir:: @ 8290EFA
	giveitem_std ITEM_ELIXIR, 1, 1
	end

Route119_EventScript_ItemLeafStone:: @ 8290F07
	giveitem_std ITEM_LEAF_STONE, 1, 1
	end

Route119_EventScript_ItemRareCandy:: @ 8290F14
	giveitem_std ITEM_RARE_CANDY, 1, 1
	end

Route119_EventScript_ItemHyperPotion:: @ 8290F21
	giveitem_std ITEM_HYPER_POTION, 1, 1
	end

Route119_EventScript_ItemHyperPotion2:: @ 8290F2E
	giveitem_std ITEM_HYPER_POTION, 1, 1
	end

Route119_EventScript_ItemElixir2:: @ 8290F3B
	giveitem_std ITEM_ELIXIR, 1, 1
	end

Route120_EventScript_ItemNugget:: @ 8290F48
	giveitem_std ITEM_NUGGET, 1, 1
	end

Route120_EventScript_ItemFullHeal:: @ 8290F55
	giveitem_std ITEM_FULL_HEAL, 1, 1
	end

Route120_EventScript_ItemHyperPotion:: @ 8290F62
	giveitem_std ITEM_HYPER_POTION, 1, 1
	end

Route120_EventScript_ItemNestBall:: @ 8290F6F
	giveitem_std ITEM_NEST_BALL, 1, 1
	end

Route120_EventScript_ItemRevive:: @ 8290F7C
	giveitem_std ITEM_REVIVE, 1, 1
	end

Route121_EventScript_ItemCarbos:: @ 8290F89
	giveitem_std ITEM_CARBOS, 1, 1
	end

Route121_EventScript_ItemRevive:: @ 8290F96
	giveitem_std ITEM_REVIVE, 1, 1
	end

Route121_EventScript_ItemZinc:: @ 8290FA3
	giveitem_std ITEM_ZINC, 1, 1
	end

Route123_EventScript_ItemCalcium:: @ 8290FB0
	giveitem_std ITEM_CALCIUM, 1, 1
	end

Route123_EventScript_ItemUltraBall:: @ 8290FBD
	giveitem_std ITEM_ULTRA_BALL, 1, 1
	end

Route123_EventScript_ItemElixir:: @ 8290FCA
	giveitem_std ITEM_ELIXIR, 1, 1
	end

Route123_EventScript_ItemPPUp:: @ 8290FD7
	giveitem_std ITEM_PP_UP, 1, 1
	end

Route123_EventScript_ItemRevivalHerb:: @ 8290FE4
	giveitem_std ITEM_REVIVAL_HERB, 1, 1
	end

Route124_EventScript_ItemRedShard:: @ 8290FF1
	giveitem_std ITEM_RED_SHARD, 1, 1
	end

Route124_EventScript_ItemBlueShard:: @ 8290FFE
	giveitem_std ITEM_BLUE_SHARD, 1, 1
	end

Route124_EventScript_ItemYellowShard:: @ 829100B
	giveitem_std ITEM_YELLOW_SHARD, 1, 1
	end

Route125_EventScript_ItemBigPearl:: @ 8291018
	giveitem_std ITEM_BIG_PEARL, 1, 1
	end

Route126_EventScript_ItemGreenShard:: @ 8291025
	giveitem_std ITEM_GREEN_SHARD, 1, 1
	end

Route127_EventScript_ItemZinc:: @ 8291032
	giveitem_std ITEM_ZINC, 1, 1
	end

Route127_EventScript_ItemCarbos:: @ 829103F
	giveitem_std ITEM_CARBOS, 1, 1
	end

Route127_EventScript_ItemRareCandy:: @ 829104C
	giveitem_std ITEM_RARE_CANDY, 1, 1
	end

Route132_EventScript_ItemRareCandy:: @ 8291059
	giveitem_std ITEM_RARE_CANDY, 1, 1
	end

Route132_EventScript_ItemProtein:: @ 8291066
	giveitem_std ITEM_PROTEIN, 1, 1
	end

Route133_EventScript_ItemBigPearl:: @ 8291073
	giveitem_std ITEM_BIG_PEARL, 1, 1
	end

Route133_EventScript_ItemStarPiece:: @ 8291080
	giveitem_std ITEM_STAR_PIECE, 1, 1
	end

Route133_EventScript_ItemMaxRevive:: @ 829108D
	giveitem_std ITEM_MAX_REVIVE, 1, 1
	end

Route134_EventScript_ItemCarbos:: @ 829109A
	giveitem_std ITEM_CARBOS, 1, 1
	end

Route134_EventScript_ItemStarPiece:: @ 82910A7
	giveitem_std ITEM_STAR_PIECE, 1, 1
	end

PetalburgCity_EventScript_ItemMaxRevive:: @ 82910B4
	giveitem_std ITEM_MAX_REVIVE, 1, 1
	end

PetalburgCity_EventScript_ItemEther:: @ 82910C1
	giveitem_std ITEM_ETHER, 1, 1
	end

MauvilleCity_EventScript_ItemXSpeed:: @ 82910CE
	giveitem_std ITEM_X_SPEED, 1, 1
	end

RustboroCity_EventScript_ItemXDefend:: @ 82910DB
	giveitem_std ITEM_X_DEFEND, 1, 1
	end

LilycoveCity_EventScript_ItemMaxRepel:: @ 82910E8
	giveitem_std ITEM_MAX_REPEL, 1, 1
	end

MossdeepCity_EventScript_ItemNetBall:: @ 82910F5
	giveitem_std ITEM_NET_BALL, 1, 1
	end

PetalburgWoods_EventScript_ItemXAttack:: @ 8291102
	giveitem_std ITEM_X_ATTACK, 1, 1
	end

PetalburgWoods_EventScript_ItemGreatBall:: @ 829110F
	giveitem_std ITEM_GREAT_BALL, 1, 1
	end

PetalburgWoods_EventScript_ItemEther:: @ 829111C
	giveitem_std ITEM_ETHER, 1, 1
	end

PetalburgWoods_EventScript_ItemParalyzeHeal:: @ 8291129
	giveitem_std ITEM_PARALYZE_HEAL, 1, 1
	end

RusturfTunnel_EventScript_ItemPokeBall:: @ 8291136
	giveitem_std ITEM_POKE_BALL, 1, 1
	end

RusturfTunnel_EventScript_ItemMaxEther:: @ 8291143
	giveitem_std ITEM_MAX_ETHER, 1, 1
	end

GraniteCave_1F_EventScript_ItemEscapeRope:: @ 8291150
	giveitem_std ITEM_ESCAPE_ROPE, 1, 1
	end

GraniteCave_B1F_EventScript_ItemPokeBall:: @ 829115D
	giveitem_std ITEM_POKE_BALL, 1, 1
	end

GraniteCave_B2F_EventScript_ItemRepel:: @ 829116A
	giveitem_std ITEM_REPEL, 1, 1
	end

GraniteCave_B2F_EventScript_ItemRareCandy:: @ 8291177
	giveitem_std ITEM_RARE_CANDY, 1, 1
	end

JaggedPass_EventScript_ItemBurnHeal:: @ 8291184
	giveitem_std ITEM_BURN_HEAL, 1, 1
	end

FieryPath_EventScript_ItemFireStone:: @ 8291191
	giveitem_std ITEM_FIRE_STONE, 1, 1
	end

FieryPath_EventScript_ItemTM06:: @ 829119E
	giveitem_std ITEM_TM06, 1, 1
	end

MeteorFalls_1F_1R_EventScript_ItemTM23:: @ 82911AB
	giveitem_std ITEM_TM23, 1, 1
	end

MeteorFalls_1F_1R_EventScript_ItemFullHeal:: @ 82911B8
	giveitem_std ITEM_FULL_HEAL, 1, 1
	end

MeteorFalls_1F_1R_EventScript_ItemMoonStone:: @ 82911C5
	giveitem_std ITEM_MOON_STONE, 1, 1
	end

MeteorFalls_1F_1R_EventScript_ItemPPUP:: @ 82911D2
	giveitem_std ITEM_PP_UP, 1, 1
	end

MeteorFalls_B1F_2R_EventScript_ItemTM02:: @ 82911DF
	giveitem_std ITEM_TM02, 1, 1
	end

NewMauville_Inside_EventScript_ItemUltraRope:: @ 82911EC
	giveitem_std ITEM_ULTRA_BALL, 1, 1
	end

NewMauville_Inside_EventScript_ItemEscapeRope:: @ 82911F9
	giveitem_std ITEM_ESCAPE_ROPE, 1, 1
	end

NewMauville_Inside_EventScript_ItemThunderStone:: @ 8291206
	giveitem_std ITEM_THUNDER_STONE, 1, 1
	end

NewMauville_Inside_EventScript_ItemFullHeal:: @ 8291213
	giveitem_std ITEM_FULL_HEAL, 1, 1
	end

NewMauville_Inside_EventScript_ItemParalyzeHeal:: @ 8291220
	giveitem_std ITEM_PARALYZE_HEAL, 1, 1
	end

AbandonedShip_Rooms_1F_EventScript_ItemHarborMail:: @ 829122D
	giveitem_std ITEM_HARBOR_MAIL, 1, 1
	end

AbandonedShip_Rooms_B1F_EventScript_ItemEscapeRope:: @ 829123A
	giveitem_std ITEM_ESCAPE_ROPE, 1, 1
	end

AbandonedShip_Rooms2_B1F_EventScript_ItemDiveBall:: @ 8291247
	giveitem_std ITEM_DIVE_BALL, 1, 1
	end

AbandonedShip_Room_B1F_EventScript_ItemTM13:: @ 8291254
	giveitem_std ITEM_TM13, 1, 1
	end

AbandonedShip_Rooms2_1F_EventScript_ItemRevive:: @ 8291261
	giveitem_std ITEM_REVIVE, 1, 1
	end

AbandonedShip_CaptainsOffice_EventScript_ItemStorageKey:: @ 829126E
	giveitem_std ITEM_STORAGE_KEY, 1, 1
	end

AbandonedShip_HiddenFloorRooms_EventScript_ItemLuxuryBall:: @ 829127B
	giveitem_std ITEM_LUXURY_BALL, 1, 1
	end

AbandonedShip_HiddenFloorRooms_EventScript_ItemScanner:: @ 8291288
	giveitem_std ITEM_SCANNER, 1, 1
	end

AbandonedShip_HiddenFloorRooms_EventScript_ItemWaterStone:: @ 8291295
	giveitem_std ITEM_WATER_STONE, 1, 1
	end

AbandonedShip_HiddenFloorRooms_EventScript_ItemTM18:: @ 82912A2
	giveitem_std ITEM_TM18, 1, 1
	end

ScorchedSlab_EventScript_ItemTM11:: @ 82912AF
	giveitem_std ITEM_TM11, 1, 1
	end

SafariZone_Northwest_EventScript_ItemTM22:: @ 82912BC
	giveitem_std ITEM_TM22, 1, 1
	end

SafariZone_North_EventScript_ItemCalcium:: @ 82912C9
	giveitem_std ITEM_CALCIUM, 1, 1
	end

SafariZone_Southwest_EventScript_ItemMaxRevive:: @ 82912D6
	giveitem_std ITEM_MAX_REVIVE, 1, 1
	end

SafariZone_Northeast_EventScript_ItemNugget:: @ 82912E3
	giveitem_std ITEM_NUGGET, 1, 1
	end

SafariZone_Southeast_EventScript_ItemBigPearl:: @ 82912F0
	giveitem_std ITEM_BIG_PEARL, 1, 1
	end

MtPyre_2F_EventScript_ItemUltraBall:: @ 82912FD
	giveitem_std ITEM_ULTRA_BALL, 1, 1
	end

MtPyre_3F_EventScript_ItemSuperRepel:: @ 829130A
	giveitem_std ITEM_SUPER_REPEL, 1, 1
	end

MtPyre_4F_EventScript_ItemSeaIncense:: @ 8291317
	giveitem_std ITEM_SEA_INCENSE, 1, 1
	end

MtPyre_5F_EventScript_ItemLaxIncense:: @ 8291324
	giveitem_std ITEM_LAX_INCENSE, 1, 1
	end

MtPyre_6F_EventScript_ItemTM30:: @ 8291331
	giveitem_std ITEM_TM30, 1, 1
	end

MtPyre_Exterior_EventScript_ItemMaxPotion:: @ 829133E
	giveitem_std ITEM_MAX_POTION, 1, 1
	end

MtPyre_Exterior_EventScript_ItemTM48:: @ 829134B
	giveitem_std ITEM_TM48, 1, 1
	end

AquaHideout_B1F_EventScript_ItemMasterBall:: @ 8291358
	giveitem_std ITEM_MASTER_BALL, 1, 1
	end

AquaHideout_B1F_EventScript_ItemNugget:: @ 8291365
	giveitem_std ITEM_NUGGET, 1, 1
	end

AquaHideout_B1F_EventScript_ItemMaxElixir:: @ 8291372
	giveitem_std ITEM_MAX_ELIXIR, 1, 1
	end

AquaHideout_B2F_EventScript_ItemNestBall:: @ 829137F
	giveitem_std ITEM_NEST_BALL, 1, 1
	end

AquaHideout_B2F_EventScript_ItemMasterBall:: @ 829138C
	giveitem_std ITEM_MASTER_BALL, 1, 1      // Unused
	end

Route119_EventScript_ItemNugget:: @ 8291399
	giveitem_std ITEM_NUGGET, 1, 1
	end

Route119_EventScript_ItemMaxElixir:: @ 82913A6
	giveitem_std ITEM_MAX_ELIXIR, 1, 1
	end

Route119_EventScript_ItemNestBall:: @ 82913B3
	giveitem_std ITEM_NEST_BALL, 1, 1
	end

ShoalCave_LowTideEntranceRoom_EventScript_ItemBigPearl:: @ 82913C0
	giveitem_std ITEM_BIG_PEARL, 1, 1
	end

ShoalCave_LowTideInnerRoom_EventScript_ItemRareCandy:: @ 82913CD
	giveitem_std ITEM_RARE_CANDY, 1, 1
	end

ShoalCave_LowTideStairsRoom_EventScript_ItemIceHeal:: @ 82913DA
	giveitem_std ITEM_ICE_HEAL, 1, 1
	end

ShoalCave_LowTideIceRoom_EventScript_ItemTM07:: @ 82913E7
	giveitem_std ITEM_TM07, 1, 1
	end

ShoalCave_LowTideIceRoom_EventScript_ItemNeverMeltIce:: @ 82913F4
	giveitem_std ITEM_NEVER_MELT_ICE, 1, 1
	end

SeafloorCavern_Room9_EventScript_ItemTM26:: @ 8291401
	giveitem_std ITEM_TM26, 1, 1
	end

Route110_TrickHousePuzzle1_EventScript_ItemOrangeMail:: @ 829140E
	giveitem_std ITEM_ORANGE_MAIL, 1, 1
	end

Route110_TrickHousePuzzle2_EventScript_ItemHarborMail:: @ 829141B
	giveitem_std ITEM_HARBOR_MAIL, 1, 1
	end

Route110_TrickHousePuzzle2_EventScript_ItemWaveMail:: @ 8291428
	giveitem_std ITEM_WAVE_MAIL, 1, 1
	end

Route110_TrickHousePuzzle3_EventScript_ItemShadowMail:: @ 8291435
	giveitem_std ITEM_SHADOW_MAIL, 1, 1
	end

Route110_TrickHousePuzzle3_EventScript_ItemWoodMail:: @ 8291442
	giveitem_std ITEM_WOOD_MAIL, 1, 1
	end

Route110_TrickHousePuzzle4_EventScript_ItemMechMail:: @ 829144F
	giveitem_std ITEM_MECH_MAIL, 1, 1
	end

Route110_TrickHousePuzzle6_EventScript_ItemGlitterMail:: @ 829145C
	giveitem_std ITEM_GLITTER_MAIL, 1, 1
	end

Route110_TrickHousePuzzle7_EventScript_ItemTropicMail:: @ 8291469
	giveitem_std ITEM_TROPIC_MAIL, 1, 1
	end

Route110_TrickHousePuzzle8_EventScript_ItemBeadMail:: @ 8291476
	giveitem_std ITEM_BEAD_MAIL, 1, 1
	end

VictoryRoad_1F_EventScript_ItemMaxElixir:: @ 8291483
	giveitem_std ITEM_MAX_ELIXIR, 1, 1
	end

VictoryRoad_1F_EventScript_ItemPPUp:: @ 8291490
	giveitem_std ITEM_PP_UP, 1, 1
	end

VictoryRoad_B1F_EventScript_ItemTM29:: @ 829149D
	giveitem_std ITEM_TM29, 1, 1
	end

VictoryRoad_B1F_EventScript_ItemFullRestore:: @ 82914AA
	giveitem_std ITEM_FULL_RESTORE, 1, 1
	end

VictoryRoad_B2F_EventScript_ItemFullHeal:: @ 82914B7
	giveitem_std ITEM_FULL_HEAL, 1, 1
	end

ArtisanCave_B1F_EventScript_ItemHPUp:: @ 82914C4
	giveitem_std ITEM_HP_UP, 1, 1
	end

ArtisanCave_1F_EventScript_ItemCarbos:: @ 82914D1
	giveitem_std ITEM_CARBOS, 1, 1
	end

MagmaHideout_1F_EventScript_ItemRareCandy:: @ 82914DE
	giveitem_std ITEM_RARE_CANDY, 1, 1
	end

MagmaHideout_2F_2R_EventScript_MaxElixir:: @ 82914EB
	giveitem_std ITEM_MAX_ELIXIR, 1, 1
	end

MagmaHideout_2F_2R_EventScript_ItemFullRestore:: @ 82914F8
	giveitem_std ITEM_FULL_RESTORE, 1, 1
	end

MagmaHideout_3F_1R_EventScript_ItemNugget:: @ 8291505
	giveitem_std ITEM_NUGGET, 1, 1
	end

MagmaHideout_3F_2R_EventScript_ItemPPMax:: @ 8291512
	giveitem_std ITEM_PP_MAX, 1, 1
	end

MagmaHideout_4F_EventScript_MaxRevive:: @ 829151F
	giveitem_std ITEM_MAX_REVIVE, 1, 1
	end

MagmaHideout_3F_3R_EventScript_ItemEscapeRope:: @ 829152C
	giveitem_std ITEM_ESCAPE_ROPE, 1, 1
	end