silphscope 1.1.1 → 1.1.3

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -0,0 +1,1506 @@
1
+ {
2
+ "NONE": {
3
+ "icon": "gItemIcon_QuestionMark",
4
+ "palette": "gItemIconPalette_QuestionMark"
5
+ },
6
+ "MASTER_BALL": {
7
+ "icon": "gItemIcon_MasterBall",
8
+ "palette": "gItemIconPalette_MasterBall"
9
+ },
10
+ "ULTRA_BALL": {
11
+ "icon": "gItemIcon_UltraBall",
12
+ "palette": "gItemIconPalette_UltraBall"
13
+ },
14
+ "GREAT_BALL": {
15
+ "icon": "gItemIcon_GreatBall",
16
+ "palette": "gItemIconPalette_GreatBall"
17
+ },
18
+ "POKE_BALL": {
19
+ "icon": "gItemIcon_PokeBall",
20
+ "palette": "gItemIconPalette_PokeBall"
21
+ },
22
+ "SAFARI_BALL": {
23
+ "icon": "gItemIcon_SafariBall",
24
+ "palette": "gItemIconPalette_SafariBall"
25
+ },
26
+ "NET_BALL": {
27
+ "icon": "gItemIcon_NetBall",
28
+ "palette": "gItemIconPalette_NetBall"
29
+ },
30
+ "DIVE_BALL": {
31
+ "icon": "gItemIcon_DiveBall",
32
+ "palette": "gItemIconPalette_DiveBall"
33
+ },
34
+ "NEST_BALL": {
35
+ "icon": "gItemIcon_NestBall",
36
+ "palette": "gItemIconPalette_NestBall"
37
+ },
38
+ "REPEAT_BALL": {
39
+ "icon": "gItemIcon_RepeatBall",
40
+ "palette": "gItemIconPalette_RepeatBall"
41
+ },
42
+ "TIMER_BALL": {
43
+ "icon": "gItemIcon_TimerBall",
44
+ "palette": "gItemIconPalette_RepeatBall"
45
+ },
46
+ "LUXURY_BALL": {
47
+ "icon": "gItemIcon_LuxuryBall",
48
+ "palette": "gItemIconPalette_LuxuryBall"
49
+ },
50
+ "PREMIER_BALL": {
51
+ "icon": "gItemIcon_PremierBall",
52
+ "palette": "gItemIconPalette_LuxuryBall"
53
+ },
54
+ "POTION": {
55
+ "icon": "gItemIcon_Potion",
56
+ "palette": "gItemIconPalette_Potion"
57
+ },
58
+ "ANTIDOTE": {
59
+ "icon": "gItemIcon_Antidote",
60
+ "palette": "gItemIconPalette_Antidote"
61
+ },
62
+ "BURN_HEAL": {
63
+ "icon": "gItemIcon_StatusHeal",
64
+ "palette": "gItemIconPalette_BurnHeal"
65
+ },
66
+ "ICE_HEAL": {
67
+ "icon": "gItemIcon_StatusHeal",
68
+ "palette": "gItemIconPalette_IceHeal"
69
+ },
70
+ "AWAKENING": {
71
+ "icon": "gItemIcon_StatusHeal",
72
+ "palette": "gItemIconPalette_Awakening"
73
+ },
74
+ "PARALYZE_HEAL": {
75
+ "icon": "gItemIcon_StatusHeal",
76
+ "palette": "gItemIconPalette_ParalyzeHeal"
77
+ },
78
+ "FULL_RESTORE": {
79
+ "icon": "gItemIcon_LargePotion",
80
+ "palette": "gItemIconPalette_FullRestore"
81
+ },
82
+ "MAX_POTION": {
83
+ "icon": "gItemIcon_LargePotion",
84
+ "palette": "gItemIconPalette_MaxPotion"
85
+ },
86
+ "HYPER_POTION": {
87
+ "icon": "gItemIcon_Potion",
88
+ "palette": "gItemIconPalette_HyperPotion"
89
+ },
90
+ "SUPER_POTION": {
91
+ "icon": "gItemIcon_Potion",
92
+ "palette": "gItemIconPalette_SuperPotion"
93
+ },
94
+ "FULL_HEAL": {
95
+ "icon": "gItemIcon_FullHeal",
96
+ "palette": "gItemIconPalette_FullHeal"
97
+ },
98
+ "REVIVE": {
99
+ "icon": "gItemIcon_Revive",
100
+ "palette": "gItemIconPalette_Revive"
101
+ },
102
+ "MAX_REVIVE": {
103
+ "icon": "gItemIcon_MaxRevive",
104
+ "palette": "gItemIconPalette_Revive"
105
+ },
106
+ "FRESH_WATER": {
107
+ "icon": "gItemIcon_FreshWater",
108
+ "palette": "gItemIconPalette_FreshWater"
109
+ },
110
+ "SODA_POP": {
111
+ "icon": "gItemIcon_SodaPop",
112
+ "palette": "gItemIconPalette_SodaPop"
113
+ },
114
+ "LEMONADE": {
115
+ "icon": "gItemIcon_Lemonade",
116
+ "palette": "gItemIconPalette_Lemonade"
117
+ },
118
+ "MOOMOO_MILK": {
119
+ "icon": "gItemIcon_MoomooMilk",
120
+ "palette": "gItemIconPalette_MoomooMilk"
121
+ },
122
+ "ENERGY_POWDER": {
123
+ "icon": "gItemIcon_Powder",
124
+ "palette": "gItemIconPalette_EnergyPowder"
125
+ },
126
+ "ENERGY_ROOT": {
127
+ "icon": "gItemIcon_EnergyRoot",
128
+ "palette": "gItemIconPalette_EnergyRoot"
129
+ },
130
+ "HEAL_POWDER": {
131
+ "icon": "gItemIcon_Powder",
132
+ "palette": "gItemIconPalette_HealPowder"
133
+ },
134
+ "REVIVAL_HERB": {
135
+ "icon": "gItemIcon_RevivalHerb",
136
+ "palette": "gItemIconPalette_RevivalHerb"
137
+ },
138
+ "ETHER": {
139
+ "icon": "gItemIcon_Ether",
140
+ "palette": "gItemIconPalette_Ether"
141
+ },
142
+ "MAX_ETHER": {
143
+ "icon": "gItemIcon_Ether",
144
+ "palette": "gItemIconPalette_MaxEther"
145
+ },
146
+ "ELIXIR": {
147
+ "icon": "gItemIcon_Ether",
148
+ "palette": "gItemIconPalette_Elixir"
149
+ },
150
+ "MAX_ELIXIR": {
151
+ "icon": "gItemIcon_Ether",
152
+ "palette": "gItemIconPalette_MaxElixir"
153
+ },
154
+ "LAVA_COOKIE": {
155
+ "icon": "gItemIcon_LavaCookie",
156
+ "palette": "gItemIconPalette_LavaCookieAndLetter"
157
+ },
158
+ "BLUE_FLUTE": {
159
+ "icon": "gItemIcon_Flute",
160
+ "palette": "gItemIconPalette_BlueFlute"
161
+ },
162
+ "YELLOW_FLUTE": {
163
+ "icon": "gItemIcon_Flute",
164
+ "palette": "gItemIconPalette_YellowFlute"
165
+ },
166
+ "RED_FLUTE": {
167
+ "icon": "gItemIcon_Flute",
168
+ "palette": "gItemIconPalette_RedFlute"
169
+ },
170
+ "BLACK_FLUTE": {
171
+ "icon": "gItemIcon_Flute",
172
+ "palette": "gItemIconPalette_BlackFlute"
173
+ },
174
+ "WHITE_FLUTE": {
175
+ "icon": "gItemIcon_Flute",
176
+ "palette": "gItemIconPalette_WhiteFlute"
177
+ },
178
+ "BERRY_JUICE": {
179
+ "icon": "gItemIcon_BerryJuice",
180
+ "palette": "gItemIconPalette_BerryJuice"
181
+ },
182
+ "SACRED_ASH": {
183
+ "icon": "gItemIcon_SacredAsh",
184
+ "palette": "gItemIconPalette_SacredAsh"
185
+ },
186
+ "SHOAL_SALT": {
187
+ "icon": "gItemIcon_Powder",
188
+ "palette": "gItemIconPalette_ShoalSalt"
189
+ },
190
+ "SHOAL_SHELL": {
191
+ "icon": "gItemIcon_ShoalShell",
192
+ "palette": "gItemIconPalette_Shell"
193
+ },
194
+ "RED_SHARD": {
195
+ "icon": "gItemIcon_Shard",
196
+ "palette": "gItemIconPalette_RedShard"
197
+ },
198
+ "BLUE_SHARD": {
199
+ "icon": "gItemIcon_Shard",
200
+ "palette": "gItemIconPalette_BlueShard"
201
+ },
202
+ "YELLOW_SHARD": {
203
+ "icon": "gItemIcon_Shard",
204
+ "palette": "gItemIconPalette_YellowShard"
205
+ },
206
+ "GREEN_SHARD": {
207
+ "icon": "gItemIcon_Shard",
208
+ "palette": "gItemIconPalette_GreenShard"
209
+ },
210
+ "034": {
211
+ "icon": "gItemIcon_QuestionMark",
212
+ "palette": "gItemIconPalette_QuestionMark"
213
+ },
214
+ "035": {
215
+ "icon": "gItemIcon_QuestionMark",
216
+ "palette": "gItemIconPalette_QuestionMark"
217
+ },
218
+ "036": {
219
+ "icon": "gItemIcon_QuestionMark",
220
+ "palette": "gItemIconPalette_QuestionMark"
221
+ },
222
+ "037": {
223
+ "icon": "gItemIcon_QuestionMark",
224
+ "palette": "gItemIconPalette_QuestionMark"
225
+ },
226
+ "038": {
227
+ "icon": "gItemIcon_QuestionMark",
228
+ "palette": "gItemIconPalette_QuestionMark"
229
+ },
230
+ "039": {
231
+ "icon": "gItemIcon_QuestionMark",
232
+ "palette": "gItemIconPalette_QuestionMark"
233
+ },
234
+ "03A": {
235
+ "icon": "gItemIcon_QuestionMark",
236
+ "palette": "gItemIconPalette_QuestionMark"
237
+ },
238
+ "03B": {
239
+ "icon": "gItemIcon_QuestionMark",
240
+ "palette": "gItemIconPalette_QuestionMark"
241
+ },
242
+ "03C": {
243
+ "icon": "gItemIcon_QuestionMark",
244
+ "palette": "gItemIconPalette_QuestionMark"
245
+ },
246
+ "03D": {
247
+ "icon": "gItemIcon_QuestionMark",
248
+ "palette": "gItemIconPalette_QuestionMark"
249
+ },
250
+ "03E": {
251
+ "icon": "gItemIcon_QuestionMark",
252
+ "palette": "gItemIconPalette_QuestionMark"
253
+ },
254
+ "HP_UP": {
255
+ "icon": "gItemIcon_HPUp",
256
+ "palette": "gItemIconPalette_HPUp"
257
+ },
258
+ "PROTEIN": {
259
+ "icon": "gItemIcon_Vitamin",
260
+ "palette": "gItemIconPalette_Protein"
261
+ },
262
+ "IRON": {
263
+ "icon": "gItemIcon_Vitamin",
264
+ "palette": "gItemIconPalette_Iron"
265
+ },
266
+ "CARBOS": {
267
+ "icon": "gItemIcon_Vitamin",
268
+ "palette": "gItemIconPalette_Carbos"
269
+ },
270
+ "CALCIUM": {
271
+ "icon": "gItemIcon_Vitamin",
272
+ "palette": "gItemIconPalette_Calcium"
273
+ },
274
+ "RARE_CANDY": {
275
+ "icon": "gItemIcon_RareCandy",
276
+ "palette": "gItemIconPalette_RareCandy"
277
+ },
278
+ "PP_UP": {
279
+ "icon": "gItemIcon_PPUp",
280
+ "palette": "gItemIconPalette_PPUp"
281
+ },
282
+ "ZINC": {
283
+ "icon": "gItemIcon_Vitamin",
284
+ "palette": "gItemIconPalette_Zinc"
285
+ },
286
+ "PP_MAX": {
287
+ "icon": "gItemIcon_PPMax",
288
+ "palette": "gItemIconPalette_PPMax"
289
+ },
290
+ "048": {
291
+ "icon": "gItemIcon_QuestionMark",
292
+ "palette": "gItemIconPalette_QuestionMark"
293
+ },
294
+ "GUARD_SPEC": {
295
+ "icon": "gItemIcon_BattleStatItem",
296
+ "palette": "gItemIconPalette_GuardSpec"
297
+ },
298
+ "DIRE_HIT": {
299
+ "icon": "gItemIcon_BattleStatItem",
300
+ "palette": "gItemIconPalette_DireHit"
301
+ },
302
+ "X_ATTACK": {
303
+ "icon": "gItemIcon_BattleStatItem",
304
+ "palette": "gItemIconPalette_XAttack"
305
+ },
306
+ "X_DEFEND": {
307
+ "icon": "gItemIcon_BattleStatItem",
308
+ "palette": "gItemIconPalette_XDefend"
309
+ },
310
+ "X_SPEED": {
311
+ "icon": "gItemIcon_BattleStatItem",
312
+ "palette": "gItemIconPalette_XSpeed"
313
+ },
314
+ "X_ACCURACY": {
315
+ "icon": "gItemIcon_BattleStatItem",
316
+ "palette": "gItemIconPalette_XAccuracy"
317
+ },
318
+ "X_SPECIAL": {
319
+ "icon": "gItemIcon_BattleStatItem",
320
+ "palette": "gItemIconPalette_XSpecial"
321
+ },
322
+ "POKE_DOLL": {
323
+ "icon": "gItemIcon_PokeDoll",
324
+ "palette": "gItemIconPalette_PokeDoll"
325
+ },
326
+ "FLUFFY_TAIL": {
327
+ "icon": "gItemIcon_FluffyTail",
328
+ "palette": "gItemIconPalette_FluffyTail"
329
+ },
330
+ "052": {
331
+ "icon": "gItemIcon_QuestionMark",
332
+ "palette": "gItemIconPalette_QuestionMark"
333
+ },
334
+ "SUPER_REPEL": {
335
+ "icon": "gItemIcon_Repel",
336
+ "palette": "gItemIconPalette_SuperRepel"
337
+ },
338
+ "MAX_REPEL": {
339
+ "icon": "gItemIcon_Repel",
340
+ "palette": "gItemIconPalette_MaxRepel"
341
+ },
342
+ "ESCAPE_ROPE": {
343
+ "icon": "gItemIcon_EscapeRope",
344
+ "palette": "gItemIconPalette_EscapeRope"
345
+ },
346
+ "REPEL": {
347
+ "icon": "gItemIcon_Repel",
348
+ "palette": "gItemIconPalette_Repel"
349
+ },
350
+ "057": {
351
+ "icon": "gItemIcon_QuestionMark",
352
+ "palette": "gItemIconPalette_QuestionMark"
353
+ },
354
+ "058": {
355
+ "icon": "gItemIcon_QuestionMark",
356
+ "palette": "gItemIconPalette_QuestionMark"
357
+ },
358
+ "059": {
359
+ "icon": "gItemIcon_QuestionMark",
360
+ "palette": "gItemIconPalette_QuestionMark"
361
+ },
362
+ "05A": {
363
+ "icon": "gItemIcon_QuestionMark",
364
+ "palette": "gItemIconPalette_QuestionMark"
365
+ },
366
+ "05B": {
367
+ "icon": "gItemIcon_QuestionMark",
368
+ "palette": "gItemIconPalette_QuestionMark"
369
+ },
370
+ "05C": {
371
+ "icon": "gItemIcon_QuestionMark",
372
+ "palette": "gItemIconPalette_QuestionMark"
373
+ },
374
+ "SUN_STONE": {
375
+ "icon": "gItemIcon_SunStone",
376
+ "palette": "gItemIconPalette_SunStone"
377
+ },
378
+ "MOON_STONE": {
379
+ "icon": "gItemIcon_MoonStone",
380
+ "palette": "gItemIconPalette_MoonStone"
381
+ },
382
+ "FIRE_STONE": {
383
+ "icon": "gItemIcon_FireStone",
384
+ "palette": "gItemIconPalette_FireStone"
385
+ },
386
+ "THUNDER_STONE": {
387
+ "icon": "gItemIcon_ThunderStone",
388
+ "palette": "gItemIconPalette_ThunderStone"
389
+ },
390
+ "WATER_STONE": {
391
+ "icon": "gItemIcon_WaterStone",
392
+ "palette": "gItemIconPalette_WaterStone"
393
+ },
394
+ "LEAF_STONE": {
395
+ "icon": "gItemIcon_LeafStone",
396
+ "palette": "gItemIconPalette_LeafStone"
397
+ },
398
+ "063": {
399
+ "icon": "gItemIcon_QuestionMark",
400
+ "palette": "gItemIconPalette_QuestionMark"
401
+ },
402
+ "064": {
403
+ "icon": "gItemIcon_QuestionMark",
404
+ "palette": "gItemIconPalette_QuestionMark"
405
+ },
406
+ "065": {
407
+ "icon": "gItemIcon_QuestionMark",
408
+ "palette": "gItemIconPalette_QuestionMark"
409
+ },
410
+ "066": {
411
+ "icon": "gItemIcon_QuestionMark",
412
+ "palette": "gItemIconPalette_QuestionMark"
413
+ },
414
+ "TINY_MUSHROOM": {
415
+ "icon": "gItemIcon_TinyMushroom",
416
+ "palette": "gItemIconPalette_Mushroom"
417
+ },
418
+ "BIG_MUSHROOM": {
419
+ "icon": "gItemIcon_BigMushroom",
420
+ "palette": "gItemIconPalette_Mushroom"
421
+ },
422
+ "069": {
423
+ "icon": "gItemIcon_QuestionMark",
424
+ "palette": "gItemIconPalette_QuestionMark"
425
+ },
426
+ "PEARL": {
427
+ "icon": "gItemIcon_Pearl",
428
+ "palette": "gItemIconPalette_Pearl"
429
+ },
430
+ "BIG_PEARL": {
431
+ "icon": "gItemIcon_BigPearl",
432
+ "palette": "gItemIconPalette_Pearl"
433
+ },
434
+ "STARDUST": {
435
+ "icon": "gItemIcon_Stardust",
436
+ "palette": "gItemIconPalette_Star"
437
+ },
438
+ "STAR_PIECE": {
439
+ "icon": "gItemIcon_StarPiece",
440
+ "palette": "gItemIconPalette_Star"
441
+ },
442
+ "NUGGET": {
443
+ "icon": "gItemIcon_Nugget",
444
+ "palette": "gItemIconPalette_Nugget"
445
+ },
446
+ "HEART_SCALE": {
447
+ "icon": "gItemIcon_HeartScale",
448
+ "palette": "gItemIconPalette_HeartScale"
449
+ },
450
+ "070": {
451
+ "icon": "gItemIcon_QuestionMark",
452
+ "palette": "gItemIconPalette_QuestionMark"
453
+ },
454
+ "071": {
455
+ "icon": "gItemIcon_QuestionMark",
456
+ "palette": "gItemIconPalette_QuestionMark"
457
+ },
458
+ "072": {
459
+ "icon": "gItemIcon_QuestionMark",
460
+ "palette": "gItemIconPalette_QuestionMark"
461
+ },
462
+ "073": {
463
+ "icon": "gItemIcon_QuestionMark",
464
+ "palette": "gItemIconPalette_QuestionMark"
465
+ },
466
+ "074": {
467
+ "icon": "gItemIcon_QuestionMark",
468
+ "palette": "gItemIconPalette_QuestionMark"
469
+ },
470
+ "075": {
471
+ "icon": "gItemIcon_QuestionMark",
472
+ "palette": "gItemIconPalette_QuestionMark"
473
+ },
474
+ "076": {
475
+ "icon": "gItemIcon_QuestionMark",
476
+ "palette": "gItemIconPalette_QuestionMark"
477
+ },
478
+ "077": {
479
+ "icon": "gItemIcon_QuestionMark",
480
+ "palette": "gItemIconPalette_QuestionMark"
481
+ },
482
+ "078": {
483
+ "icon": "gItemIcon_QuestionMark",
484
+ "palette": "gItemIconPalette_QuestionMark"
485
+ },
486
+ "ORANGE_MAIL": {
487
+ "icon": "gItemIcon_OrangeMail",
488
+ "palette": "gItemIconPalette_OrangeMail"
489
+ },
490
+ "HARBOR_MAIL": {
491
+ "icon": "gItemIcon_HarborMail",
492
+ "palette": "gItemIconPalette_HarborMail"
493
+ },
494
+ "GLITTER_MAIL": {
495
+ "icon": "gItemIcon_GlitterMail",
496
+ "palette": "gItemIconPalette_GlitterMail"
497
+ },
498
+ "MECH_MAIL": {
499
+ "icon": "gItemIcon_MechMail",
500
+ "palette": "gItemIconPalette_MechMail"
501
+ },
502
+ "WOOD_MAIL": {
503
+ "icon": "gItemIcon_WoodMail",
504
+ "palette": "gItemIconPalette_WoodMail"
505
+ },
506
+ "WAVE_MAIL": {
507
+ "icon": "gItemIcon_WaveMail",
508
+ "palette": "gItemIconPalette_WaveMail"
509
+ },
510
+ "BEAD_MAIL": {
511
+ "icon": "gItemIcon_BeadMail",
512
+ "palette": "gItemIconPalette_BeadMail"
513
+ },
514
+ "SHADOW_MAIL": {
515
+ "icon": "gItemIcon_ShadowMail",
516
+ "palette": "gItemIconPalette_ShadowMail"
517
+ },
518
+ "TROPIC_MAIL": {
519
+ "icon": "gItemIcon_TropicMail",
520
+ "palette": "gItemIconPalette_TropicMail"
521
+ },
522
+ "DREAM_MAIL": {
523
+ "icon": "gItemIcon_DreamMail",
524
+ "palette": "gItemIconPalette_DreamMail"
525
+ },
526
+ "FAB_MAIL": {
527
+ "icon": "gItemIcon_FabMail",
528
+ "palette": "gItemIconPalette_FabMail"
529
+ },
530
+ "RETRO_MAIL": {
531
+ "icon": "gItemIcon_RetroMail",
532
+ "palette": "gItemIconPalette_RetroMail"
533
+ },
534
+ "CHERI_BERRY": {
535
+ "icon": "gItemIcon_CheriBerry",
536
+ "palette": "gItemIconPalette_CheriBerry"
537
+ },
538
+ "CHESTO_BERRY": {
539
+ "icon": "gItemIcon_ChestoBerry",
540
+ "palette": "gItemIconPalette_ChestoBerry"
541
+ },
542
+ "PECHA_BERRY": {
543
+ "icon": "gItemIcon_PechaBerry",
544
+ "palette": "gItemIconPalette_PechaBerry"
545
+ },
546
+ "RAWST_BERRY": {
547
+ "icon": "gItemIcon_RawstBerry",
548
+ "palette": "gItemIconPalette_RawstBerry"
549
+ },
550
+ "ASPEAR_BERRY": {
551
+ "icon": "gItemIcon_AspearBerry",
552
+ "palette": "gItemIconPalette_AspearBerry"
553
+ },
554
+ "LEPPA_BERRY": {
555
+ "icon": "gItemIcon_LeppaBerry",
556
+ "palette": "gItemIconPalette_LeppaBerry"
557
+ },
558
+ "ORAN_BERRY": {
559
+ "icon": "gItemIcon_OranBerry",
560
+ "palette": "gItemIconPalette_OranBerry"
561
+ },
562
+ "PERSIM_BERRY": {
563
+ "icon": "gItemIcon_PersimBerry",
564
+ "palette": "gItemIconPalette_PersimBerry"
565
+ },
566
+ "LUM_BERRY": {
567
+ "icon": "gItemIcon_LumBerry",
568
+ "palette": "gItemIconPalette_LumBerry"
569
+ },
570
+ "SITRUS_BERRY": {
571
+ "icon": "gItemIcon_SitrusBerry",
572
+ "palette": "gItemIconPalette_SitrusBerry"
573
+ },
574
+ "FIGY_BERRY": {
575
+ "icon": "gItemIcon_FigyBerry",
576
+ "palette": "gItemIconPalette_FigyBerry"
577
+ },
578
+ "WIKI_BERRY": {
579
+ "icon": "gItemIcon_WikiBerry",
580
+ "palette": "gItemIconPalette_WikiBerry"
581
+ },
582
+ "MAGO_BERRY": {
583
+ "icon": "gItemIcon_MagoBerry",
584
+ "palette": "gItemIconPalette_MagoBerry"
585
+ },
586
+ "AGUAV_BERRY": {
587
+ "icon": "gItemIcon_AguavBerry",
588
+ "palette": "gItemIconPalette_AguavBerry"
589
+ },
590
+ "IAPAPA_BERRY": {
591
+ "icon": "gItemIcon_IapapaBerry",
592
+ "palette": "gItemIconPalette_IapapaBerry"
593
+ },
594
+ "RAZZ_BERRY": {
595
+ "icon": "gItemIcon_RazzBerry",
596
+ "palette": "gItemIconPalette_RazzBerry"
597
+ },
598
+ "BLUK_BERRY": {
599
+ "icon": "gItemIcon_BlukBerry",
600
+ "palette": "gItemIconPalette_BlukBerry"
601
+ },
602
+ "NANAB_BERRY": {
603
+ "icon": "gItemIcon_NanabBerry",
604
+ "palette": "gItemIconPalette_NanabBerry"
605
+ },
606
+ "WEPEAR_BERRY": {
607
+ "icon": "gItemIcon_WepearBerry",
608
+ "palette": "gItemIconPalette_WepearBerry"
609
+ },
610
+ "PINAP_BERRY": {
611
+ "icon": "gItemIcon_PinapBerry",
612
+ "palette": "gItemIconPalette_PinapBerry"
613
+ },
614
+ "POMEG_BERRY": {
615
+ "icon": "gItemIcon_PomegBerry",
616
+ "palette": "gItemIconPalette_PomegBerry"
617
+ },
618
+ "KELPSY_BERRY": {
619
+ "icon": "gItemIcon_KelpsyBerry",
620
+ "palette": "gItemIconPalette_KelpsyBerry"
621
+ },
622
+ "QUALOT_BERRY": {
623
+ "icon": "gItemIcon_QualotBerry",
624
+ "palette": "gItemIconPalette_QualotBerry"
625
+ },
626
+ "HONDEW_BERRY": {
627
+ "icon": "gItemIcon_HondewBerry",
628
+ "palette": "gItemIconPalette_HondewBerry"
629
+ },
630
+ "GREPA_BERRY": {
631
+ "icon": "gItemIcon_GrepaBerry",
632
+ "palette": "gItemIconPalette_GrepaBerry"
633
+ },
634
+ "TAMATO_BERRY": {
635
+ "icon": "gItemIcon_TamatoBerry",
636
+ "palette": "gItemIconPalette_TamatoBerry"
637
+ },
638
+ "CORNN_BERRY": {
639
+ "icon": "gItemIcon_CornnBerry",
640
+ "palette": "gItemIconPalette_CornnBerry"
641
+ },
642
+ "MAGOST_BERRY": {
643
+ "icon": "gItemIcon_MagostBerry",
644
+ "palette": "gItemIconPalette_MagostBerry"
645
+ },
646
+ "RABUTA_BERRY": {
647
+ "icon": "gItemIcon_RabutaBerry",
648
+ "palette": "gItemIconPalette_RabutaBerry"
649
+ },
650
+ "NOMEL_BERRY": {
651
+ "icon": "gItemIcon_NomelBerry",
652
+ "palette": "gItemIconPalette_NomelBerry"
653
+ },
654
+ "SPELON_BERRY": {
655
+ "icon": "gItemIcon_SpelonBerry",
656
+ "palette": "gItemIconPalette_SpelonBerry"
657
+ },
658
+ "PAMTRE_BERRY": {
659
+ "icon": "gItemIcon_PamtreBerry",
660
+ "palette": "gItemIconPalette_PamtreBerry"
661
+ },
662
+ "WATMEL_BERRY": {
663
+ "icon": "gItemIcon_WatmelBerry",
664
+ "palette": "gItemIconPalette_WatmelBerry"
665
+ },
666
+ "DURIN_BERRY": {
667
+ "icon": "gItemIcon_DurinBerry",
668
+ "palette": "gItemIconPalette_DurinBerry"
669
+ },
670
+ "BELUE_BERRY": {
671
+ "icon": "gItemIcon_BelueBerry",
672
+ "palette": "gItemIconPalette_BelueBerry"
673
+ },
674
+ "LIECHI_BERRY": {
675
+ "icon": "gItemIcon_LiechiBerry",
676
+ "palette": "gItemIconPalette_LiechiBerry"
677
+ },
678
+ "GANLON_BERRY": {
679
+ "icon": "gItemIcon_GanlonBerry",
680
+ "palette": "gItemIconPalette_GanlonBerry"
681
+ },
682
+ "SALAC_BERRY": {
683
+ "icon": "gItemIcon_SalacBerry",
684
+ "palette": "gItemIconPalette_SalacBerry"
685
+ },
686
+ "PETAYA_BERRY": {
687
+ "icon": "gItemIcon_PetayaBerry",
688
+ "palette": "gItemIconPalette_PetayaBerry"
689
+ },
690
+ "APICOT_BERRY": {
691
+ "icon": "gItemIcon_ApicotBerry",
692
+ "palette": "gItemIconPalette_ApicotBerry"
693
+ },
694
+ "LANSAT_BERRY": {
695
+ "icon": "gItemIcon_LansatBerry",
696
+ "palette": "gItemIconPalette_LansatBerry"
697
+ },
698
+ "STARF_BERRY": {
699
+ "icon": "gItemIcon_StarfBerry",
700
+ "palette": "gItemIconPalette_StarfBerry"
701
+ },
702
+ "ENIGMA_BERRY": {
703
+ "icon": "gItemIcon_EnigmaBerry",
704
+ "palette": "gItemIconPalette_EnigmaBerry"
705
+ },
706
+ "UNUSED_BERRY_1": {
707
+ "icon": "gItemIcon_QuestionMark",
708
+ "palette": "gItemIconPalette_QuestionMark"
709
+ },
710
+ "UNUSED_BERRY_2": {
711
+ "icon": "gItemIcon_QuestionMark",
712
+ "palette": "gItemIconPalette_QuestionMark"
713
+ },
714
+ "UNUSED_BERRY_3": {
715
+ "icon": "gItemIcon_QuestionMark",
716
+ "palette": "gItemIconPalette_QuestionMark"
717
+ },
718
+ "BRIGHT_POWDER": {
719
+ "icon": "gItemIcon_BrightPowder",
720
+ "palette": "gItemIconPalette_BrightPowder"
721
+ },
722
+ "WHITE_HERB": {
723
+ "icon": "gItemIcon_InBattleHerb",
724
+ "palette": "gItemIconPalette_WhiteHerb"
725
+ },
726
+ "MACHO_BRACE": {
727
+ "icon": "gItemIcon_MachoBrace",
728
+ "palette": "gItemIconPalette_MachoBrace"
729
+ },
730
+ "EXP_SHARE": {
731
+ "icon": "gItemIcon_ExpShare",
732
+ "palette": "gItemIconPalette_ExpShare"
733
+ },
734
+ "QUICK_CLAW": {
735
+ "icon": "gItemIcon_QuickClaw",
736
+ "palette": "gItemIconPalette_QuickClaw"
737
+ },
738
+ "SOOTHE_BELL": {
739
+ "icon": "gItemIcon_SootheBell",
740
+ "palette": "gItemIconPalette_SootheBell"
741
+ },
742
+ "MENTAL_HERB": {
743
+ "icon": "gItemIcon_InBattleHerb",
744
+ "palette": "gItemIconPalette_MentalHerb"
745
+ },
746
+ "CHOICE_BAND": {
747
+ "icon": "gItemIcon_ChoiceBand",
748
+ "palette": "gItemIconPalette_ChoiceBand"
749
+ },
750
+ "KINGS_ROCK": {
751
+ "icon": "gItemIcon_KingsRock",
752
+ "palette": "gItemIconPalette_KingsRock"
753
+ },
754
+ "SILVER_POWDER": {
755
+ "icon": "gItemIcon_SilverPowder",
756
+ "palette": "gItemIconPalette_SilverPowder"
757
+ },
758
+ "AMULET_COIN": {
759
+ "icon": "gItemIcon_AmuletCoin",
760
+ "palette": "gItemIconPalette_AmuletCoin"
761
+ },
762
+ "CLEANSE_TAG": {
763
+ "icon": "gItemIcon_CleanseTag",
764
+ "palette": "gItemIconPalette_CleanseTag"
765
+ },
766
+ "SOUL_DEW": {
767
+ "icon": "gItemIcon_SoulDew",
768
+ "palette": "gItemIconPalette_SoulDew"
769
+ },
770
+ "DEEP_SEA_TOOTH": {
771
+ "icon": "gItemIcon_DeepSeaTooth",
772
+ "palette": "gItemIconPalette_DeepSeaTooth"
773
+ },
774
+ "DEEP_SEA_SCALE": {
775
+ "icon": "gItemIcon_DeepSeaScale",
776
+ "palette": "gItemIconPalette_DeepSeaScale"
777
+ },
778
+ "SMOKE_BALL": {
779
+ "icon": "gItemIcon_SmokeBall",
780
+ "palette": "gItemIconPalette_SmokeBall"
781
+ },
782
+ "EVERSTONE": {
783
+ "icon": "gItemIcon_Everstone",
784
+ "palette": "gItemIconPalette_Everstone"
785
+ },
786
+ "FOCUS_BAND": {
787
+ "icon": "gItemIcon_FocusBand",
788
+ "palette": "gItemIconPalette_FocusBand"
789
+ },
790
+ "LUCKY_EGG": {
791
+ "icon": "gItemIcon_LuckyEgg",
792
+ "palette": "gItemIconPalette_LuckyEgg"
793
+ },
794
+ "SCOPE_LENS": {
795
+ "icon": "gItemIcon_ScopeLens",
796
+ "palette": "gItemIconPalette_ScopeLens"
797
+ },
798
+ "METAL_COAT": {
799
+ "icon": "gItemIcon_MetalCoat",
800
+ "palette": "gItemIconPalette_MetalCoat"
801
+ },
802
+ "LEFTOVERS": {
803
+ "icon": "gItemIcon_Leftovers",
804
+ "palette": "gItemIconPalette_Leftovers"
805
+ },
806
+ "DRAGON_SCALE": {
807
+ "icon": "gItemIcon_DragonScale",
808
+ "palette": "gItemIconPalette_DragonScale"
809
+ },
810
+ "LIGHT_BALL": {
811
+ "icon": "gItemIcon_LightBall",
812
+ "palette": "gItemIconPalette_LightBall"
813
+ },
814
+ "SOFT_SAND": {
815
+ "icon": "gItemIcon_SoftSand",
816
+ "palette": "gItemIconPalette_SoftSand"
817
+ },
818
+ "HARD_STONE": {
819
+ "icon": "gItemIcon_HardStone",
820
+ "palette": "gItemIconPalette_HardStone"
821
+ },
822
+ "MIRACLE_SEED": {
823
+ "icon": "gItemIcon_MiracleSeed",
824
+ "palette": "gItemIconPalette_MiracleSeed"
825
+ },
826
+ "BLACK_GLASSES": {
827
+ "icon": "gItemIcon_BlackGlasses",
828
+ "palette": "gItemIconPalette_BlackTypeEnhancingItem"
829
+ },
830
+ "BLACK_BELT": {
831
+ "icon": "gItemIcon_BlackBelt",
832
+ "palette": "gItemIconPalette_BlackTypeEnhancingItem"
833
+ },
834
+ "MAGNET": {
835
+ "icon": "gItemIcon_Magnet",
836
+ "palette": "gItemIconPalette_Magnet"
837
+ },
838
+ "MYSTIC_WATER": {
839
+ "icon": "gItemIcon_MysticWater",
840
+ "palette": "gItemIconPalette_MysticWater"
841
+ },
842
+ "SHARP_BEAK": {
843
+ "icon": "gItemIcon_SharpBeak",
844
+ "palette": "gItemIconPalette_SharpBeak"
845
+ },
846
+ "POISON_BARB": {
847
+ "icon": "gItemIcon_PoisonBarb",
848
+ "palette": "gItemIconPalette_PoisonBarb"
849
+ },
850
+ "NEVER_MELT_ICE": {
851
+ "icon": "gItemIcon_NeverMeltIce",
852
+ "palette": "gItemIconPalette_NeverMeltIce"
853
+ },
854
+ "SPELL_TAG": {
855
+ "icon": "gItemIcon_SpellTag",
856
+ "palette": "gItemIconPalette_SpellTag"
857
+ },
858
+ "TWISTED_SPOON": {
859
+ "icon": "gItemIcon_TwistedSpoon",
860
+ "palette": "gItemIconPalette_TwistedSpoon"
861
+ },
862
+ "CHARCOAL": {
863
+ "icon": "gItemIcon_Charcoal",
864
+ "palette": "gItemIconPalette_Charcoal"
865
+ },
866
+ "DRAGON_FANG": {
867
+ "icon": "gItemIcon_DragonFang",
868
+ "palette": "gItemIconPalette_DragonFang"
869
+ },
870
+ "SILK_SCARF": {
871
+ "icon": "gItemIcon_SilkScarf",
872
+ "palette": "gItemIconPalette_SilkScarf"
873
+ },
874
+ "UP_GRADE": {
875
+ "icon": "gItemIcon_UpGrade",
876
+ "palette": "gItemIconPalette_UpGrade"
877
+ },
878
+ "SHELL_BELL": {
879
+ "icon": "gItemIcon_ShellBell",
880
+ "palette": "gItemIconPalette_Shell"
881
+ },
882
+ "SEA_INCENSE": {
883
+ "icon": "gItemIcon_SeaIncense",
884
+ "palette": "gItemIconPalette_SeaIncense"
885
+ },
886
+ "LAX_INCENSE": {
887
+ "icon": "gItemIcon_LaxIncense",
888
+ "palette": "gItemIconPalette_LaxIncense"
889
+ },
890
+ "LUCKY_PUNCH": {
891
+ "icon": "gItemIcon_LuckyPunch",
892
+ "palette": "gItemIconPalette_LuckyPunch"
893
+ },
894
+ "METAL_POWDER": {
895
+ "icon": "gItemIcon_MetalPowder",
896
+ "palette": "gItemIconPalette_MetalPowder"
897
+ },
898
+ "THICK_CLUB": {
899
+ "icon": "gItemIcon_ThickClub",
900
+ "palette": "gItemIconPalette_ThickClub"
901
+ },
902
+ "STICK": {
903
+ "icon": "gItemIcon_Stick",
904
+ "palette": "gItemIconPalette_Stick"
905
+ },
906
+ "0E2": {
907
+ "icon": "gItemIcon_QuestionMark",
908
+ "palette": "gItemIconPalette_QuestionMark"
909
+ },
910
+ "0E3": {
911
+ "icon": "gItemIcon_QuestionMark",
912
+ "palette": "gItemIconPalette_QuestionMark"
913
+ },
914
+ "0E4": {
915
+ "icon": "gItemIcon_QuestionMark",
916
+ "palette": "gItemIconPalette_QuestionMark"
917
+ },
918
+ "0E5": {
919
+ "icon": "gItemIcon_QuestionMark",
920
+ "palette": "gItemIconPalette_QuestionMark"
921
+ },
922
+ "0E6": {
923
+ "icon": "gItemIcon_QuestionMark",
924
+ "palette": "gItemIconPalette_QuestionMark"
925
+ },
926
+ "0E7": {
927
+ "icon": "gItemIcon_QuestionMark",
928
+ "palette": "gItemIconPalette_QuestionMark"
929
+ },
930
+ "0E8": {
931
+ "icon": "gItemIcon_QuestionMark",
932
+ "palette": "gItemIconPalette_QuestionMark"
933
+ },
934
+ "0E9": {
935
+ "icon": "gItemIcon_QuestionMark",
936
+ "palette": "gItemIconPalette_QuestionMark"
937
+ },
938
+ "0EA": {
939
+ "icon": "gItemIcon_QuestionMark",
940
+ "palette": "gItemIconPalette_QuestionMark"
941
+ },
942
+ "0EB": {
943
+ "icon": "gItemIcon_QuestionMark",
944
+ "palette": "gItemIconPalette_QuestionMark"
945
+ },
946
+ "0EC": {
947
+ "icon": "gItemIcon_QuestionMark",
948
+ "palette": "gItemIconPalette_QuestionMark"
949
+ },
950
+ "0ED": {
951
+ "icon": "gItemIcon_QuestionMark",
952
+ "palette": "gItemIconPalette_QuestionMark"
953
+ },
954
+ "0EE": {
955
+ "icon": "gItemIcon_QuestionMark",
956
+ "palette": "gItemIconPalette_QuestionMark"
957
+ },
958
+ "0EF": {
959
+ "icon": "gItemIcon_QuestionMark",
960
+ "palette": "gItemIconPalette_QuestionMark"
961
+ },
962
+ "0F0": {
963
+ "icon": "gItemIcon_QuestionMark",
964
+ "palette": "gItemIconPalette_QuestionMark"
965
+ },
966
+ "0F1": {
967
+ "icon": "gItemIcon_QuestionMark",
968
+ "palette": "gItemIconPalette_QuestionMark"
969
+ },
970
+ "0F2": {
971
+ "icon": "gItemIcon_QuestionMark",
972
+ "palette": "gItemIconPalette_QuestionMark"
973
+ },
974
+ "0F3": {
975
+ "icon": "gItemIcon_QuestionMark",
976
+ "palette": "gItemIconPalette_QuestionMark"
977
+ },
978
+ "0F4": {
979
+ "icon": "gItemIcon_QuestionMark",
980
+ "palette": "gItemIconPalette_QuestionMark"
981
+ },
982
+ "0F5": {
983
+ "icon": "gItemIcon_QuestionMark",
984
+ "palette": "gItemIconPalette_QuestionMark"
985
+ },
986
+ "0F6": {
987
+ "icon": "gItemIcon_QuestionMark",
988
+ "palette": "gItemIconPalette_QuestionMark"
989
+ },
990
+ "0F7": {
991
+ "icon": "gItemIcon_QuestionMark",
992
+ "palette": "gItemIconPalette_QuestionMark"
993
+ },
994
+ "0F8": {
995
+ "icon": "gItemIcon_QuestionMark",
996
+ "palette": "gItemIconPalette_QuestionMark"
997
+ },
998
+ "0F9": {
999
+ "icon": "gItemIcon_QuestionMark",
1000
+ "palette": "gItemIconPalette_QuestionMark"
1001
+ },
1002
+ "0FA": {
1003
+ "icon": "gItemIcon_QuestionMark",
1004
+ "palette": "gItemIconPalette_QuestionMark"
1005
+ },
1006
+ "0FB": {
1007
+ "icon": "gItemIcon_QuestionMark",
1008
+ "palette": "gItemIconPalette_QuestionMark"
1009
+ },
1010
+ "0FC": {
1011
+ "icon": "gItemIcon_QuestionMark",
1012
+ "palette": "gItemIconPalette_QuestionMark"
1013
+ },
1014
+ "0FD": {
1015
+ "icon": "gItemIcon_QuestionMark",
1016
+ "palette": "gItemIconPalette_QuestionMark"
1017
+ },
1018
+ "RED_SCARF": {
1019
+ "icon": "gItemIcon_Scarf",
1020
+ "palette": "gItemIconPalette_RedScarf"
1021
+ },
1022
+ "BLUE_SCARF": {
1023
+ "icon": "gItemIcon_Scarf",
1024
+ "palette": "gItemIconPalette_BlueScarf"
1025
+ },
1026
+ "PINK_SCARF": {
1027
+ "icon": "gItemIcon_Scarf",
1028
+ "palette": "gItemIconPalette_PinkScarf"
1029
+ },
1030
+ "GREEN_SCARF": {
1031
+ "icon": "gItemIcon_Scarf",
1032
+ "palette": "gItemIconPalette_GreenScarf"
1033
+ },
1034
+ "YELLOW_SCARF": {
1035
+ "icon": "gItemIcon_Scarf",
1036
+ "palette": "gItemIconPalette_YellowScarf"
1037
+ },
1038
+ "MACH_BIKE": {
1039
+ "icon": "gItemIcon_MachBike",
1040
+ "palette": "gItemIconPalette_MachBike"
1041
+ },
1042
+ "COIN_CASE": {
1043
+ "icon": "gItemIcon_CoinCase",
1044
+ "palette": "gItemIconPalette_CoinCase"
1045
+ },
1046
+ "ITEMFINDER": {
1047
+ "icon": "gItemIcon_Itemfinder",
1048
+ "palette": "gItemIconPalette_Itemfinder"
1049
+ },
1050
+ "OLD_ROD": {
1051
+ "icon": "gItemIcon_OldRod",
1052
+ "palette": "gItemIconPalette_OldRod"
1053
+ },
1054
+ "GOOD_ROD": {
1055
+ "icon": "gItemIcon_GoodRod",
1056
+ "palette": "gItemIconPalette_GoodRod"
1057
+ },
1058
+ "SUPER_ROD": {
1059
+ "icon": "gItemIcon_SuperRod",
1060
+ "palette": "gItemIconPalette_SuperRod"
1061
+ },
1062
+ "SS_TICKET": {
1063
+ "icon": "gItemIcon_SSTicket",
1064
+ "palette": "gItemIconPalette_SSTicket"
1065
+ },
1066
+ "CONTEST_PASS": {
1067
+ "icon": "gItemIcon_ContestPass",
1068
+ "palette": "gItemIconPalette_ContestPass"
1069
+ },
1070
+ "10B": {
1071
+ "icon": "gItemIcon_QuestionMark",
1072
+ "palette": "gItemIconPalette_QuestionMark"
1073
+ },
1074
+ "WAILMER_PAIL": {
1075
+ "icon": "gItemIcon_WailmerPail",
1076
+ "palette": "gItemIconPalette_WailmerPail"
1077
+ },
1078
+ "DEVON_GOODS": {
1079
+ "icon": "gItemIcon_DevonGoods",
1080
+ "palette": "gItemIconPalette_DevonGoods"
1081
+ },
1082
+ "SOOT_SACK": {
1083
+ "icon": "gItemIcon_SootSack",
1084
+ "palette": "gItemIconPalette_SootSack"
1085
+ },
1086
+ "BASEMENT_KEY": {
1087
+ "icon": "gItemIcon_BasementKey",
1088
+ "palette": "gItemIconPalette_OldKey"
1089
+ },
1090
+ "ACRO_BIKE": {
1091
+ "icon": "gItemIcon_AcroBike",
1092
+ "palette": "gItemIconPalette_AcroBike"
1093
+ },
1094
+ "POKEBLOCK_CASE": {
1095
+ "icon": "gItemIcon_PokeblockCase",
1096
+ "palette": "gItemIconPalette_PokeblockCase"
1097
+ },
1098
+ "LETTER": {
1099
+ "icon": "gItemIcon_Letter",
1100
+ "palette": "gItemIconPalette_LavaCookieAndLetter"
1101
+ },
1102
+ "EON_TICKET": {
1103
+ "icon": "gItemIcon_EonTicket",
1104
+ "palette": "gItemIconPalette_EonTicket"
1105
+ },
1106
+ "RED_ORB": {
1107
+ "icon": "gItemIcon_Orb",
1108
+ "palette": "gItemIconPalette_RedOrb"
1109
+ },
1110
+ "BLUE_ORB": {
1111
+ "icon": "gItemIcon_Orb",
1112
+ "palette": "gItemIconPalette_BlueOrb"
1113
+ },
1114
+ "SCANNER": {
1115
+ "icon": "gItemIcon_Scanner",
1116
+ "palette": "gItemIconPalette_Scanner"
1117
+ },
1118
+ "GO_GOGGLES": {
1119
+ "icon": "gItemIcon_GoGoggles",
1120
+ "palette": "gItemIconPalette_GoGoggles"
1121
+ },
1122
+ "METEORITE": {
1123
+ "icon": "gItemIcon_Meteorite",
1124
+ "palette": "gItemIconPalette_Meteorite"
1125
+ },
1126
+ "ROOM_1_KEY": {
1127
+ "icon": "gItemIcon_Room1Key",
1128
+ "palette": "gItemIconPalette_Key"
1129
+ },
1130
+ "ROOM_2_KEY": {
1131
+ "icon": "gItemIcon_Room2Key",
1132
+ "palette": "gItemIconPalette_Key"
1133
+ },
1134
+ "ROOM_4_KEY": {
1135
+ "icon": "gItemIcon_Room4Key",
1136
+ "palette": "gItemIconPalette_Key"
1137
+ },
1138
+ "ROOM_6_KEY": {
1139
+ "icon": "gItemIcon_Room6Key",
1140
+ "palette": "gItemIconPalette_Key"
1141
+ },
1142
+ "STORAGE_KEY": {
1143
+ "icon": "gItemIcon_StorageKey",
1144
+ "palette": "gItemIconPalette_OldKey"
1145
+ },
1146
+ "ROOT_FOSSIL": {
1147
+ "icon": "gItemIcon_RootFossil",
1148
+ "palette": "gItemIconPalette_HoennFossil"
1149
+ },
1150
+ "CLAW_FOSSIL": {
1151
+ "icon": "gItemIcon_ClawFossil",
1152
+ "palette": "gItemIconPalette_HoennFossil"
1153
+ },
1154
+ "DEVON_SCOPE": {
1155
+ "icon": "gItemIcon_DevonScope",
1156
+ "palette": "gItemIconPalette_DevonScope"
1157
+ },
1158
+ "TM01": {
1159
+ "icon": "gItemIcon_TMHM",
1160
+ "palette": "gItemIconPalette_FightingTMHM"
1161
+ },
1162
+ "TM02": {
1163
+ "icon": "gItemIcon_TMHM",
1164
+ "palette": "gItemIconPalette_DragonTMHM"
1165
+ },
1166
+ "TM03": {
1167
+ "icon": "gItemIcon_TMHM",
1168
+ "palette": "gItemIconPalette_WaterTMHM"
1169
+ },
1170
+ "TM04": {
1171
+ "icon": "gItemIcon_TMHM",
1172
+ "palette": "gItemIconPalette_PsychicTMHM"
1173
+ },
1174
+ "TM05": {
1175
+ "icon": "gItemIcon_TMHM",
1176
+ "palette": "gItemIconPalette_NormalTMHM"
1177
+ },
1178
+ "TM06": {
1179
+ "icon": "gItemIcon_TMHM",
1180
+ "palette": "gItemIconPalette_PoisonTMHM"
1181
+ },
1182
+ "TM07": {
1183
+ "icon": "gItemIcon_TMHM",
1184
+ "palette": "gItemIconPalette_IceTMHM"
1185
+ },
1186
+ "TM08": {
1187
+ "icon": "gItemIcon_TMHM",
1188
+ "palette": "gItemIconPalette_FightingTMHM"
1189
+ },
1190
+ "TM09": {
1191
+ "icon": "gItemIcon_TMHM",
1192
+ "palette": "gItemIconPalette_GrassTMHM"
1193
+ },
1194
+ "TM10": {
1195
+ "icon": "gItemIcon_TMHM",
1196
+ "palette": "gItemIconPalette_NormalTMHM"
1197
+ },
1198
+ "TM11": {
1199
+ "icon": "gItemIcon_TMHM",
1200
+ "palette": "gItemIconPalette_FireTMHM"
1201
+ },
1202
+ "TM12": {
1203
+ "icon": "gItemIcon_TMHM",
1204
+ "palette": "gItemIconPalette_DarkTMHM"
1205
+ },
1206
+ "TM13": {
1207
+ "icon": "gItemIcon_TMHM",
1208
+ "palette": "gItemIconPalette_IceTMHM"
1209
+ },
1210
+ "TM14": {
1211
+ "icon": "gItemIcon_TMHM",
1212
+ "palette": "gItemIconPalette_IceTMHM"
1213
+ },
1214
+ "TM15": {
1215
+ "icon": "gItemIcon_TMHM",
1216
+ "palette": "gItemIconPalette_NormalTMHM"
1217
+ },
1218
+ "TM16": {
1219
+ "icon": "gItemIcon_TMHM",
1220
+ "palette": "gItemIconPalette_PsychicTMHM"
1221
+ },
1222
+ "TM17": {
1223
+ "icon": "gItemIcon_TMHM",
1224
+ "palette": "gItemIconPalette_NormalTMHM"
1225
+ },
1226
+ "TM18": {
1227
+ "icon": "gItemIcon_TMHM",
1228
+ "palette": "gItemIconPalette_WaterTMHM"
1229
+ },
1230
+ "TM19": {
1231
+ "icon": "gItemIcon_TMHM",
1232
+ "palette": "gItemIconPalette_GrassTMHM"
1233
+ },
1234
+ "TM20": {
1235
+ "icon": "gItemIcon_TMHM",
1236
+ "palette": "gItemIconPalette_NormalTMHM"
1237
+ },
1238
+ "TM21": {
1239
+ "icon": "gItemIcon_TMHM",
1240
+ "palette": "gItemIconPalette_NormalTMHM"
1241
+ },
1242
+ "TM22": {
1243
+ "icon": "gItemIcon_TMHM",
1244
+ "palette": "gItemIconPalette_GrassTMHM"
1245
+ },
1246
+ "TM23": {
1247
+ "icon": "gItemIcon_TMHM",
1248
+ "palette": "gItemIconPalette_SteelTMHM"
1249
+ },
1250
+ "TM24": {
1251
+ "icon": "gItemIcon_TMHM",
1252
+ "palette": "gItemIconPalette_ElectricTMHM"
1253
+ },
1254
+ "TM25": {
1255
+ "icon": "gItemIcon_TMHM",
1256
+ "palette": "gItemIconPalette_ElectricTMHM"
1257
+ },
1258
+ "TM26": {
1259
+ "icon": "gItemIcon_TMHM",
1260
+ "palette": "gItemIconPalette_GroundTMHM"
1261
+ },
1262
+ "TM27": {
1263
+ "icon": "gItemIcon_TMHM",
1264
+ "palette": "gItemIconPalette_NormalTMHM"
1265
+ },
1266
+ "TM28": {
1267
+ "icon": "gItemIcon_TMHM",
1268
+ "palette": "gItemIconPalette_GroundTMHM"
1269
+ },
1270
+ "TM29": {
1271
+ "icon": "gItemIcon_TMHM",
1272
+ "palette": "gItemIconPalette_PsychicTMHM"
1273
+ },
1274
+ "TM30": {
1275
+ "icon": "gItemIcon_TMHM",
1276
+ "palette": "gItemIconPalette_GhostTMHM"
1277
+ },
1278
+ "TM31": {
1279
+ "icon": "gItemIcon_TMHM",
1280
+ "palette": "gItemIconPalette_FightingTMHM"
1281
+ },
1282
+ "TM32": {
1283
+ "icon": "gItemIcon_TMHM",
1284
+ "palette": "gItemIconPalette_NormalTMHM"
1285
+ },
1286
+ "TM33": {
1287
+ "icon": "gItemIcon_TMHM",
1288
+ "palette": "gItemIconPalette_PsychicTMHM"
1289
+ },
1290
+ "TM34": {
1291
+ "icon": "gItemIcon_TMHM",
1292
+ "palette": "gItemIconPalette_ElectricTMHM"
1293
+ },
1294
+ "TM35": {
1295
+ "icon": "gItemIcon_TMHM",
1296
+ "palette": "gItemIconPalette_FireTMHM"
1297
+ },
1298
+ "TM36": {
1299
+ "icon": "gItemIcon_TMHM",
1300
+ "palette": "gItemIconPalette_PoisonTMHM"
1301
+ },
1302
+ "TM37": {
1303
+ "icon": "gItemIcon_TMHM",
1304
+ "palette": "gItemIconPalette_RockTMHM"
1305
+ },
1306
+ "TM38": {
1307
+ "icon": "gItemIcon_TMHM",
1308
+ "palette": "gItemIconPalette_FireTMHM"
1309
+ },
1310
+ "TM39": {
1311
+ "icon": "gItemIcon_TMHM",
1312
+ "palette": "gItemIconPalette_RockTMHM"
1313
+ },
1314
+ "TM40": {
1315
+ "icon": "gItemIcon_TMHM",
1316
+ "palette": "gItemIconPalette_FlyingTMHM"
1317
+ },
1318
+ "TM41": {
1319
+ "icon": "gItemIcon_TMHM",
1320
+ "palette": "gItemIconPalette_DarkTMHM"
1321
+ },
1322
+ "TM42": {
1323
+ "icon": "gItemIcon_TMHM",
1324
+ "palette": "gItemIconPalette_NormalTMHM"
1325
+ },
1326
+ "TM43": {
1327
+ "icon": "gItemIcon_TMHM",
1328
+ "palette": "gItemIconPalette_NormalTMHM"
1329
+ },
1330
+ "TM44": {
1331
+ "icon": "gItemIcon_TMHM",
1332
+ "palette": "gItemIconPalette_PsychicTMHM"
1333
+ },
1334
+ "TM45": {
1335
+ "icon": "gItemIcon_TMHM",
1336
+ "palette": "gItemIconPalette_NormalTMHM"
1337
+ },
1338
+ "TM46": {
1339
+ "icon": "gItemIcon_TMHM",
1340
+ "palette": "gItemIconPalette_DarkTMHM"
1341
+ },
1342
+ "TM47": {
1343
+ "icon": "gItemIcon_TMHM",
1344
+ "palette": "gItemIconPalette_SteelTMHM"
1345
+ },
1346
+ "TM48": {
1347
+ "icon": "gItemIcon_TMHM",
1348
+ "palette": "gItemIconPalette_PsychicTMHM"
1349
+ },
1350
+ "TM49": {
1351
+ "icon": "gItemIcon_TMHM",
1352
+ "palette": "gItemIconPalette_DarkTMHM"
1353
+ },
1354
+ "TM50": {
1355
+ "icon": "gItemIcon_TMHM",
1356
+ "palette": "gItemIconPalette_FireTMHM"
1357
+ },
1358
+ "HM01": {
1359
+ "icon": "gItemIcon_TMHM",
1360
+ "palette": "gItemIconPalette_NormalTMHM"
1361
+ },
1362
+ "HM02": {
1363
+ "icon": "gItemIcon_TMHM",
1364
+ "palette": "gItemIconPalette_FlyingTMHM"
1365
+ },
1366
+ "HM03": {
1367
+ "icon": "gItemIcon_TMHM",
1368
+ "palette": "gItemIconPalette_WaterTMHM"
1369
+ },
1370
+ "HM04": {
1371
+ "icon": "gItemIcon_TMHM",
1372
+ "palette": "gItemIconPalette_NormalTMHM"
1373
+ },
1374
+ "HM05": {
1375
+ "icon": "gItemIcon_TMHM",
1376
+ "palette": "gItemIconPalette_NormalTMHM"
1377
+ },
1378
+ "HM06": {
1379
+ "icon": "gItemIcon_TMHM",
1380
+ "palette": "gItemIconPalette_FightingTMHM"
1381
+ },
1382
+ "HM07": {
1383
+ "icon": "gItemIcon_TMHM",
1384
+ "palette": "gItemIconPalette_WaterTMHM"
1385
+ },
1386
+ "HM08": {
1387
+ "icon": "gItemIcon_TMHM",
1388
+ "palette": "gItemIconPalette_WaterTMHM"
1389
+ },
1390
+ "15B": {
1391
+ "icon": "gItemIcon_QuestionMark",
1392
+ "palette": "gItemIconPalette_QuestionMark"
1393
+ },
1394
+ "15C": {
1395
+ "icon": "gItemIcon_QuestionMark",
1396
+ "palette": "gItemIconPalette_QuestionMark"
1397
+ },
1398
+ "OAKS_PARCEL": {
1399
+ "icon": "gItemIcon_OaksParcel",
1400
+ "palette": "gItemIconPalette_OaksParcel"
1401
+ },
1402
+ "POKE_FLUTE": {
1403
+ "icon": "gItemIcon_PokeFlute",
1404
+ "palette": "gItemIconPalette_PokeFlute"
1405
+ },
1406
+ "SECRET_KEY": {
1407
+ "icon": "gItemIcon_SecretKey",
1408
+ "palette": "gItemIconPalette_SecretKey"
1409
+ },
1410
+ "BIKE_VOUCHER": {
1411
+ "icon": "gItemIcon_BikeVoucher",
1412
+ "palette": "gItemIconPalette_BikeVoucher"
1413
+ },
1414
+ "GOLD_TEETH": {
1415
+ "icon": "gItemIcon_GoldTeeth",
1416
+ "palette": "gItemIconPalette_GoldTeeth"
1417
+ },
1418
+ "OLD_AMBER": {
1419
+ "icon": "gItemIcon_OldAmber",
1420
+ "palette": "gItemIconPalette_OldAmber"
1421
+ },
1422
+ "CARD_KEY": {
1423
+ "icon": "gItemIcon_CardKey",
1424
+ "palette": "gItemIconPalette_CardKey"
1425
+ },
1426
+ "LIFT_KEY": {
1427
+ "icon": "gItemIcon_LiftKey",
1428
+ "palette": "gItemIconPalette_Key"
1429
+ },
1430
+ "HELIX_FOSSIL": {
1431
+ "icon": "gItemIcon_HelixFossil",
1432
+ "palette": "gItemIconPalette_KantoFossil"
1433
+ },
1434
+ "DOME_FOSSIL": {
1435
+ "icon": "gItemIcon_DomeFossil",
1436
+ "palette": "gItemIconPalette_KantoFossil"
1437
+ },
1438
+ "SILPH_SCOPE": {
1439
+ "icon": "gItemIcon_SilphScope",
1440
+ "palette": "gItemIconPalette_SilphScope"
1441
+ },
1442
+ "BICYCLE": {
1443
+ "icon": "gItemIcon_Bicycle",
1444
+ "palette": "gItemIconPalette_Bicycle"
1445
+ },
1446
+ "TOWN_MAP": {
1447
+ "icon": "gItemIcon_TownMap",
1448
+ "palette": "gItemIconPalette_TownMap"
1449
+ },
1450
+ "VS_SEEKER": {
1451
+ "icon": "gItemIcon_VSSeeker",
1452
+ "palette": "gItemIconPalette_VSSeeker"
1453
+ },
1454
+ "FAME_CHECKER": {
1455
+ "icon": "gItemIcon_FameChecker",
1456
+ "palette": "gItemIconPalette_FameChecker"
1457
+ },
1458
+ "TM_CASE": {
1459
+ "icon": "gItemIcon_TMCase",
1460
+ "palette": "gItemIconPalette_TMCase"
1461
+ },
1462
+ "BERRY_POUCH": {
1463
+ "icon": "gItemIcon_BerryPouch",
1464
+ "palette": "gItemIconPalette_BerryPouch"
1465
+ },
1466
+ "TEACHY_TV": {
1467
+ "icon": "gItemIcon_TeachyTV",
1468
+ "palette": "gItemIconPalette_TeachyTV"
1469
+ },
1470
+ "TRI_PASS": {
1471
+ "icon": "gItemIcon_TriPass",
1472
+ "palette": "gItemIconPalette_TriPass"
1473
+ },
1474
+ "RAINBOW_PASS": {
1475
+ "icon": "gItemIcon_RainbowPass",
1476
+ "palette": "gItemIconPalette_RainbowPass"
1477
+ },
1478
+ "TEA": {
1479
+ "icon": "gItemIcon_Tea",
1480
+ "palette": "gItemIconPalette_Tea"
1481
+ },
1482
+ "MYSTIC_TICKET": {
1483
+ "icon": "gItemIcon_MysticTicket",
1484
+ "palette": "gItemIconPalette_MysticTicket"
1485
+ },
1486
+ "AURORA_TICKET": {
1487
+ "icon": "gItemIcon_AuroraTicket",
1488
+ "palette": "gItemIconPalette_AuroraTicket"
1489
+ },
1490
+ "POWDER_JAR": {
1491
+ "icon": "gItemIcon_PowderJar",
1492
+ "palette": "gItemIconPalette_PowderJar"
1493
+ },
1494
+ "RUBY": {
1495
+ "icon": "gItemIcon_Gem",
1496
+ "palette": "gItemIconPalette_Ruby"
1497
+ },
1498
+ "SAPPHIRE": {
1499
+ "icon": "gItemIcon_Gem",
1500
+ "palette": "gItemIconPalette_Sapphire"
1501
+ },
1502
+ "COUNT": {
1503
+ "icon": "gItemIcon_ReturnToFieldArrow",
1504
+ "palette": "gItemIconPalette_ReturnToFieldArrow"
1505
+ }
1506
+ }