#ifndef GUARD_ITEMS_H #define GUARD_ITEMS_H #define ITEM_NONE 0x000 #define ITEM_MASTER_BALL 0x001 #define ITEM_ULTRA_BALL 0x002 #define ITEM_GREAT_BALL 0x003 #define ITEM_POKE_BALL 0x004 #define ITEM_SAFARI_BALL 0x005 #define ITEM_NET_BALL 0x006 #define ITEM_DIVE_BALL 0x007 #define ITEM_NEST_BALL 0x008 #define ITEM_REPEAT_BALL 0x009 #define ITEM_TIMER_BALL 0x00a #define ITEM_LUXURY_BALL 0x00b #define ITEM_PREMIER_BALL 0x00c #define ITEM_POTION 0x00d #define ITEM_ANTIDOTE 0x00e #define ITEM_BURN_HEAL 0x00f #define ITEM_ICE_HEAL 0x010 #define ITEM_AWAKENING 0x011 #define ITEM_PARALYZE_HEAL 0x012 #define ITEM_FULL_RESTORE 0x013 #define ITEM_MAX_POTION 0x014 #define ITEM_HYPER_POTION 0x015 #define ITEM_SUPER_POTION 0x016 #define ITEM_FULL_HEAL 0x017 #define ITEM_REVIVE 0x018 #define ITEM_MAX_REVIVE 0x019 #define ITEM_FRESH_WATER 0x01a #define ITEM_SODA_POP 0x01b #define ITEM_LEMONADE 0x01c #define ITEM_MOOMOO_MILK 0x01d #define ITEM_ENERGY_POWDER 0x01e #define ITEM_ENERGY_ROOT 0x01f #define ITEM_HEAL_POWDER 0x020 #define ITEM_REVIVAL_HERB 0x021 #define ITEM_ETHER 0x022 #define ITEM_MAX_ETHER 0x023 #define ITEM_ELIXIR 0x024 #define ITEM_MAX_ELIXIR 0x025 #define ITEM_LAVA_COOKIE 0x026 #define ITEM_BLUE_FLUTE 0x027 #define ITEM_YELLOW_FLUTE 0x028 #define ITEM_RED_FLUTE 0x029 #define ITEM_BLACK_FLUTE 0x02a #define ITEM_WHITE_FLUTE 0x02b #define ITEM_BERRY_JUICE 0x02c #define ITEM_SACRED_ASH 0x02d #define ITEM_SHOAL_SALT 0x02e #define ITEM_SHOAL_SHELL 0x02f #define ITEM_RED_SHARD 0x030 #define ITEM_BLUE_SHARD 0x031 #define ITEM_YELLOW_SHARD 0x032 #define ITEM_GREEN_SHARD 0x033 #define ITEM_HP_UP 0x03f #define ITEM_PROTEIN 0x040 #define ITEM_IRON 0x041 #define ITEM_CARBOS 0x042 #define ITEM_CALCIUM 0x043 #define ITEM_RARE_CANDY 0x044 #define ITEM_PP_UP 0x045 #define ITEM_ZINC 0x046 #define ITEM_PP_MAX 0x047 #define ITEM_GUARD_SPEC 0x049 #define ITEM_DIRE_HIT 0x04a #define ITEM_X_ATTACK 0x04b #define ITEM_X_DEFEND 0x04c #define ITEM_X_SPEED 0x04d #define ITEM_X_ACCURACY 0x04e #define ITEM_X_SPECIAL 0x04f #define ITEM_POKE_DOLL 0x050 #define ITEM_FLUFFY_TAIL 0x051 #define ITEM_SUPER_REPEL 0x053 #define ITEM_MAX_REPEL 0x054 #define ITEM_ESCAPE_ROPE 0x055 #define ITEM_REPEL 0x056 #define ITEM_SUN_STONE 0x05d #define ITEM_MOON_STONE 0x05e #define ITEM_FIRE_STONE 0x05f #define ITEM_THUNDER_STONE 0x060 #define ITEM_WATER_STONE 0x061 #define ITEM_LEAF_STONE 0x062 #define ITEM_TINY_MUSHROOM 0x067 #define ITEM_BIG_MUSHROOM 0x068 #define ITEM_PEARL 0x06a #define ITEM_BIG_PEARL 0x06b #define ITEM_STARDUST 0x06c #define ITEM_STAR_PIECE 0x06d #define ITEM_NUGGET 0x06e #define ITEM_HEART_SCALE 0x06f #define ITEM_ORANGE_MAIL 0x079 #define ITEM_HARBOR_MAIL 0x07a #define ITEM_GLITTER_MAIL 0x07b #define ITEM_MECH_MAIL 0x07c #define ITEM_WOOD_MAIL 0x07d #define ITEM_WAVE_MAIL 0x07e #define ITEM_BEAD_MAIL 0x07f #define ITEM_SHADOW_MAIL 0x080 #define ITEM_TROPIC_MAIL 0x081 #define ITEM_DREAM_MAIL 0x082 #define ITEM_FAB_MAIL 0x083 #define ITEM_RETRO_MAIL 0x084 #define ITEM_CHERI_BERRY 0x085 #define ITEM_CHESTO_BERRY 0x086 #define ITEM_PECHA_BERRY 0x087 #define ITEM_RAWST_BERRY 0x088 #define ITEM_ASPEAR_BERRY 0x089 #define ITEM_LEPPA_BERRY 0x08a #define ITEM_ORAN_BERRY 0x08b #define ITEM_PERSIM_BERRY 0x08c #define ITEM_LUM_BERRY 0x08d #define ITEM_SITRUS_BERRY 0x08e #define ITEM_FIGY_BERRY 0x08f #define ITEM_WIKI_BERRY 0x090 #define ITEM_MAGO_BERRY 0x091 #define ITEM_AGUAV_BERRY 0x092 #define ITEM_IAPAPA_BERRY 0x093 #define ITEM_RAZZ_BERRY 0x094 #define ITEM_BLUK_BERRY 0x095 #define ITEM_NANAB_BERRY 0x096 #define ITEM_WEPEAR_BERRY 0x097 #define ITEM_PINAP_BERRY 0x098 #define ITEM_POMEG_BERRY 0x099 #define ITEM_KELPSY_BERRY 0x09a #define ITEM_QUALOT_BERRY 0x09b #define ITEM_HONDEW_BERRY 0x09c #define ITEM_GREPA_BERRY 0x09d #define ITEM_TAMATO_BERRY 0x09e #define ITEM_CORNN_BERRY 0x09f #define ITEM_MAGOST_BERRY 0x0a0 #define ITEM_RABUTA_BERRY 0x0a1 #define ITEM_NOMEL_BERRY 0x0a2 #define ITEM_SPELON_BERRY 0x0a3 #define ITEM_PAMTRE_BERRY 0x0a4 #define ITEM_WATMEL_BERRY 0x0a5 #define ITEM_DURIN_BERRY 0x0a6 #define ITEM_BELUE_BERRY 0x0a7 #define ITEM_LIECHI_BERRY 0x0a8 #define ITEM_GANLON_BERRY 0x0a9 #define ITEM_SALAC_BERRY 0x0aa #define ITEM_PETAYA_BERRY 0x0ab #define ITEM_APICOT_BERRY 0x0ac #define ITEM_LANSAT_BERRY 0x0ad #define ITEM_STARF_BERRY 0x0ae #define ITEM_ENIGMA_BERRY 0x0af #define ITEM_BRIGHT_POWDER 0x0b3 #define ITEM_WHITE_HERB 0x0b4 #define ITEM_MACHO_BRACE 0x0b5 #define ITEM_EXP_SHARE 0x0b6 #define ITEM_QUICK_CLAW 0x0b7 #define ITEM_SOOTHE_BELL 0x0b8 #define ITEM_MENTAL_HERB 0x0b9 #define ITEM_CHOICE_BAND 0x0ba #define ITEM_KINGS_ROCK 0x0bb #define ITEM_SILVER_POWDER 0x0bc #define ITEM_AMULET_COIN 0x0bd #define ITEM_CLEANSE_TAG 0x0be #define ITEM_SOUL_DEW 0x0bf #define ITEM_DEEP_SEA_TOOTH 0x0c0 #define ITEM_DEEP_SEA_SCALE 0x0c1 #define ITEM_SMOKE_BALL 0x0c2 #define ITEM_EVERSTONE 0x0c3 #define ITEM_FOCUS_BAND 0x0c4 #define ITEM_LUCKY_EGG 0x0c5 #define ITEM_SCOPE_LENS 0x0c6 #define ITEM_METAL_COAT 0x0c7 #define ITEM_LEFTOVERS 0x0c8 #define ITEM_DRAGON_SCALE 0x0c9 #define ITEM_LIGHT_BALL 0x0ca #define ITEM_SOFT_SAND 0x0cb #define ITEM_HARD_STONE 0x0cc #define ITEM_MIRACLE_SEED 0x0cd #define ITEM_BLACK_GLASSES 0x0ce #define ITEM_BLACK_BELT 0x0cf #define ITEM_MAGNET 0x0d0 #define ITEM_MYSTIC_WATER 0x0d1 #define ITEM_SHARP_BEAK 0x0d2 #define ITEM_POISON_BARB 0x0d3 #define ITEM_NEVER_MELT_ICE 0x0d4 #define ITEM_SPELL_TAG 0x0d5 #define ITEM_TWISTED_SPOON 0x0d6 #define ITEM_CHARCOAL 0x0d7 #define ITEM_DRAGON_FANG 0x0d8 #define ITEM_SILK_SCARF 0x0d9 #define ITEM_UP_GRADE 0x0da #define ITEM_SHELL_BELL 0x0db #define ITEM_SEA_INCENSE 0x0dc #define ITEM_LAX_INCENSE 0x0dd #define ITEM_LUCKY_PUNCH 0x0de #define ITEM_METAL_POWDER 0x0df #define ITEM_THICK_CLUB 0x0e0 #define ITEM_STICK 0x0e1 #define ITEM_RED_SCARF 0x0fe #define ITEM_BLUE_SCARF 0x0ff #define ITEM_PINK_SCARF 0x100 #define ITEM_GREEN_SCARF 0x101 #define ITEM_YELLOW_SCARF 0x102 #define ITEM_MACH_BIKE 0x103 #define ITEM_COIN_CASE 0x104 #define ITEM_ITEMFINDER 0x105 #define ITEM_OLD_ROD 0x106 #define ITEM_GOOD_ROD 0x107 #define ITEM_SUPER_ROD 0x108 #define ITEM_SS_TICKET 0x109 #define ITEM_CONTEST_PASS 0x10a #define ITEM_WAILMER_PAIL 0x10c #define ITEM_DEVON_GOODS 0x10d #define ITEM_SOOT_SACK 0x10e #define ITEM_BASEMENT_KEY 0x10f #define ITEM_ACRO_BIKE 0x110 #define ITEM_POKEBLOCK_CASE 0x111 #define ITEM_LETTER 0x112 #define ITEM_EON_TICKET 0x113 #define ITEM_RED_ORB 0x114 #define ITEM_BLUE_ORB 0x115 #define ITEM_SCANNER 0x116 #define ITEM_GO_GOGGLES 0x117 #define ITEM_METEORITE 0x118 #define ITEM_ROOM_1_KEY 0x119 #define ITEM_ROOM_2_KEY 0x11a #define ITEM_ROOM_4_KEY 0x11b #define ITEM_ROOM_6_KEY 0x11c #define ITEM_STORAGE_KEY 0x11d #define ITEM_ROOT_FOSSIL 0x11e #define ITEM_CLAW_FOSSIL 0x11f #define ITEM_DEVON_SCOPE 0x120 #define ITEM_TM01 0x121 #define ITEM_TM02 0x122 #define ITEM_TM03 0x123 #define ITEM_TM04 0x124 #define ITEM_TM05 0x125 #define ITEM_TM06 0x126 #define ITEM_TM07 0x127 #define ITEM_TM08 0x128 #define ITEM_TM09 0x129 #define ITEM_TM10 0x12a #define ITEM_TM11 0x12b #define ITEM_TM12 0x12c #define ITEM_TM13 0x12d #define ITEM_TM14 0x12e #define ITEM_TM15 0x12f #define ITEM_TM16 0x130 #define ITEM_TM17 0x131 #define ITEM_TM18 0x132 #define ITEM_TM19 0x133 #define ITEM_TM20 0x134 #define ITEM_TM21 0x135 #define ITEM_TM22 0x136 #define ITEM_TM23 0x137 #define ITEM_TM24 0x138 #define ITEM_TM25 0x139 #define ITEM_TM26 0x13a #define ITEM_TM27 0x13b #define ITEM_TM28 0x13c #define ITEM_TM29 0x13d #define ITEM_TM30 0x13e #define ITEM_TM31 0x13f #define ITEM_TM32 0x140 #define ITEM_TM33 0x141 #define ITEM_TM34 0x142 #define ITEM_TM35 0x143 #define ITEM_TM36 0x144 #define ITEM_TM37 0x145 #define ITEM_TM38 0x146 #define ITEM_TM39 0x147 #define ITEM_TM40 0x148 #define ITEM_TM41 0x149 #define ITEM_TM42 0x14a #define ITEM_TM43 0x14b #define ITEM_TM44 0x14c #define ITEM_TM45 0x14d #define ITEM_TM46 0x14e #define ITEM_TM47 0x14f #define ITEM_TM48 0x150 #define ITEM_TM49 0x151 #define ITEM_TM50 0x152 #define ITEM_HM01 0x153 #define ITEM_HM02 0x154 #define ITEM_HM03 0x155 #define ITEM_HM04 0x156 #define ITEM_HM05 0x157 #define ITEM_HM06 0x158 #define ITEM_HM07 0x159 #define ITEM_HM08 0x15a #define ITEM_OAKS_PARCEL 0x15d #define ITEM_POKE_FLUTE 0x15e #define ITEM_SECRET_KEY 0x15f #define ITEM_BIKE_VOUCHER 0x160 #define ITEM_GOLD_TEETH 0x161 #define ITEM_OLD_AMBER 0x162 #define ITEM_CARD_KEY 0x163 #define ITEM_LIFT_KEY 0x164 #define ITEM_HELIX_FOSSIL 0x165 #define ITEM_DOME_FOSSIL 0x166 #define ITEM_SILPH_SCOPE 0x167 #define ITEM_BICYCLE 0x168 #define ITEM_TOWN_MAP 0x169 #define ITEM_VS_SEEKER 0x16a #define ITEM_FAME_CHECKER 0x16b #define ITEM_TM_CASE 0x16c #define ITEM_BERRY_POUCH 0x16d #define ITEM_TEACHY_TV 0x16e #define ITEM_TRI_PASS 0x16f #define ITEM_RAINBOW_PASS 0x170 #define ITEM_TEA 0x171 #define ITEM_MYSTIC_TICKET 0x172 #define ITEM_AURORA_TICKET 0x173 #define ITEM_POWDER_JAR 0x174 #define ITEM_RUBY 0x175 #define ITEM_SAPPHIRE 0x176 #define ITEM_MAGMA_EMBLEM 0x177 #define ITEM_OLD_SEA_MAP 0x178 #endif // GUARD_ITEMS_H