From a69e6bc6b9563e274727ffa847959b5426432ca8 Mon Sep 17 00:00:00 2001 From: Maruno17 Date: Sat, 21 Sep 2024 19:30:54 +0100 Subject: [PATCH] Added Mail and MegaStones pseudo-pockets, deleted contest scarf items --- .../001_Hardcoded data/018_BagPocket.rb | 10 ++ PBS/Gen 5 backup/items.txt | 64 ++----- PBS/Gen 6 backup/items.txt | 158 +++++++----------- PBS/Gen 7 backup/items.txt | 158 +++++++----------- PBS/Gen 8 backup/items.txt | 118 ++++++------- PBS/Gen 9 backup/items.txt | 24 +-- PBS/items.txt | 118 ++++++------- 7 files changed, 270 insertions(+), 380 deletions(-) diff --git a/Data/Scripts/010_Data/001_Hardcoded data/018_BagPocket.rb b/Data/Scripts/010_Data/001_Hardcoded data/018_BagPocket.rb index 978828c21..608d5e10e 100644 --- a/Data/Scripts/010_Data/001_Hardcoded data/018_BagPocket.rb +++ b/Data/Scripts/010_Data/001_Hardcoded data/018_BagPocket.rb @@ -93,6 +93,11 @@ GameData::BagPocket.register({ :order => 10 }) +GameData::BagPocket.register({ + :id => :Mail, + :parent_pocket => :Items +}) + GameData::BagPocket.register({ :id => :Medicine, :name => _INTL("Medicine"), @@ -122,6 +127,11 @@ GameData::BagPocket.register({ :order => 50 }) +GameData::BagPocket.register({ + :id => :MegaStones, + :parent_pocket => :HeldItems +}) + GameData::BagPocket.register({ :id => :BattleItems, :name => _INTL("Battle Items"), diff --git a/PBS/Gen 5 backup/items.txt b/PBS/Gen 5 backup/items.txt index 21128340e..5244a1997 100644 --- a/PBS/Gen 5 backup/items.txt +++ b/PBS/Gen 5 backup/items.txt @@ -571,7 +571,7 @@ Name = Grass Mail NamePlural = Grass Mail PortionName = piece of Grass Mail PortionNamePlural = pieces of Grass Mail -Pocket = Items +Pocket = Mail Price = 50 Flags = IconMail Description = Stationery featuring a print of a refreshingly green field. Let a Pokémon hold it for delivery. @@ -581,7 +581,7 @@ Name = Flame Mail NamePlural = Flame Mail PortionName = piece of Flame Mail PortionNamePlural = pieces of Flame Mail -Pocket = Items +Pocket = Mail Price = 50 Flags = IconMail Description = Stationery featuring a print of flames in blazing red. Let a Pokémon hold it for delivery. @@ -591,7 +591,7 @@ Name = Bubble Mail NamePlural = Bubble Mail PortionName = piece of Bubble Mail PortionNamePlural = pieces of Bubble Mail -Pocket = Items +Pocket = Mail Price = 50 Flags = IconMail Description = Stationery featuring a print of a blue world underwater. Let a Pokémon hold it for delivery. @@ -601,7 +601,7 @@ Name = Bloom Mail NamePlural = Bloom Mail PortionName = piece of Bloom Mail PortionNamePlural = pieces of Bloom Mail -Pocket = Items +Pocket = Mail Price = 50 Flags = IconMail Description = Stationery featuring a print of pretty floral patterns. Let a Pokémon hold it for delivery. @@ -611,7 +611,7 @@ Name = Tunnel Mail NamePlural = Tunnel Mail PortionName = piece of Tunnel Mail PortionNamePlural = pieces of Tunnel Mail -Pocket = Items +Pocket = Mail Price = 50 Flags = IconMail Description = Stationery featuring a print of a dimly lit coal mine. Let a Pokémon hold it for delivery. @@ -621,7 +621,7 @@ Name = Steel Mail NamePlural = Steel Mail PortionName = piece of Steel Mail PortionNamePlural = pieces of Steel Mail -Pocket = Items +Pocket = Mail Price = 50 Flags = IconMail Description = Stationery featuring a print of cool mechanical designs. Let a Pokémon hold it for delivery. @@ -631,7 +631,7 @@ Name = Heart Mail NamePlural = Heart Mail PortionName = piece of Heart Mail PortionNamePlural = pieces of Heart Mail -Pocket = Items +Pocket = Mail Price = 50 Flags = IconMail Description = Stationery featuring a print of giant heart patterns. Let a Pokémon hold it for delivery. @@ -641,7 +641,7 @@ Name = Snow Mail NamePlural = Snow Mail PortionName = piece of Snow Mail PortionNamePlural = pieces of Snow Mail -Pocket = Items +Pocket = Mail Price = 50 Flags = IconMail Description = Stationery featuring a print of a chilly, snow-covered world. Let a Pokémon hold it for delivery. @@ -651,7 +651,7 @@ Name = Space Mail NamePlural = Space Mail PortionName = piece of Space Mail PortionNamePlural = pieces of Space Mail -Pocket = Items +Pocket = Mail Price = 50 Flags = IconMail Description = Stationery featuring a print depicting the huge expanse of space. Let a Pokémon hold it for delivery. @@ -661,7 +661,7 @@ Name = Air Mail NamePlural = Air Mail PortionName = piece of Air Mail PortionNamePlural = pieces of Air Mail -Pocket = Items +Pocket = Mail Price = 50 Flags = IconMail Description = Stationery featuring a print of colorful letter sets. Let a Pokémon hold it for delivery. @@ -671,7 +671,7 @@ Name = Mosaic Mail NamePlural = Mosaic Mail PortionName = piece of Mosaic Mail PortionNamePlural = pieces of Mosaic Mail -Pocket = Items +Pocket = Mail Price = 50 Flags = IconMail Description = Stationery featuring a print of a vivid rainbow pattern. Let a Pokémon hold it for delivery. @@ -681,7 +681,7 @@ Name = Brick Mail NamePlural = Brick Mail PortionName = piece of Brick Mail PortionNamePlural = pieces of Brick Mail -Pocket = Items +Pocket = Mail Price = 50 Flags = IconMail Description = Stationery featuring a print of a tough-looking brick pattern. Let a Pokémon hold it for delivery. @@ -3213,46 +3213,6 @@ BPPrice = 8 Flags = Fling_80 Description = A peculiar stone that makes certain species of Pokémon evolve. It is shaped like an egg. #------------------------------- -[REDSCARF] -Name = Red Scarf -NamePlural = Red Scarves -Pocket = HeldItems -Price = 100 -Flags = Fling_10 -Description = An item to be held by a Pokémon. It boosts the Cool aspect of the holder in a Contest. -#------------------------------- -[BLUESCARF] -Name = Blue Scarf -NamePlural = Blue Scarves -Pocket = HeldItems -Price = 100 -Flags = Fling_10 -Description = An item to be held by a Pokémon. It boosts the Beauty aspect of the holder in a Contest. -#------------------------------- -[PINKSCARF] -Name = Pink Scarf -NamePlural = Pink Scarves -Pocket = HeldItems -Price = 100 -Flags = Fling_10 -Description = An item to be held by a Pokémon. It boosts the Cute aspect of the holder in a Contest. -#------------------------------- -[GREENSCARF] -Name = Green Scarf -NamePlural = Green Scarves -Pocket = HeldItems -Price = 100 -Flags = Fling_10 -Description = An item to be held by a Pokémon. It boosts the Smart aspect of the holder in a Contest. -#------------------------------- -[YELLOWSCARF] -Name = Yellow Scarf -NamePlural = Yellow Scarves -Pocket = HeldItems -Price = 100 -Flags = Fling_10 -Description = An item to be held by a Pokémon. It boosts the Tough aspect of the holder in a Contest. -#------------------------------- [XATTACK] Name = X Attack NamePlural = X Attacks diff --git a/PBS/Gen 6 backup/items.txt b/PBS/Gen 6 backup/items.txt index 2ed864ff2..b10eec4fe 100644 --- a/PBS/Gen 6 backup/items.txt +++ b/PBS/Gen 6 backup/items.txt @@ -587,7 +587,7 @@ Name = Grass Mail NamePlural = Grass Mail PortionName = piece of Grass Mail PortionNamePlural = pieces of Grass Mail -Pocket = Items +Pocket = Mail Price = 50 Flags = IconMail Description = Stationery featuring a print of a refreshingly green field. Let a Pokémon hold it for delivery. @@ -597,7 +597,7 @@ Name = Flame Mail NamePlural = Flame Mail PortionName = piece of Flame Mail PortionNamePlural = pieces of Flame Mail -Pocket = Items +Pocket = Mail Price = 50 Flags = IconMail Description = Stationery featuring a print of flames in blazing red. Let a Pokémon hold it for delivery. @@ -607,7 +607,7 @@ Name = Bubble Mail NamePlural = Bubble Mail PortionName = piece of Bubble Mail PortionNamePlural = pieces of Bubble Mail -Pocket = Items +Pocket = Mail Price = 50 Flags = IconMail Description = Stationery featuring a print of a blue world underwater. Let a Pokémon hold it for delivery. @@ -617,7 +617,7 @@ Name = Bloom Mail NamePlural = Bloom Mail PortionName = piece of Bloom Mail PortionNamePlural = pieces of Bloom Mail -Pocket = Items +Pocket = Mail Price = 50 Flags = IconMail Description = Stationery featuring a print of pretty floral patterns. Let a Pokémon hold it for delivery. @@ -627,7 +627,7 @@ Name = Tunnel Mail NamePlural = Tunnel Mail PortionName = piece of Tunnel Mail PortionNamePlural = pieces of Tunnel Mail -Pocket = Items +Pocket = Mail Price = 50 Flags = IconMail Description = Stationery featuring a print of a dimly lit coal mine. Let a Pokémon hold it for delivery. @@ -637,7 +637,7 @@ Name = Steel Mail NamePlural = Steel Mail PortionName = piece of Steel Mail PortionNamePlural = pieces of Steel Mail -Pocket = Items +Pocket = Mail Price = 50 Flags = IconMail Description = Stationery featuring a print of cool mechanical designs. Let a Pokémon hold it for delivery. @@ -647,7 +647,7 @@ Name = Heart Mail NamePlural = Heart Mail PortionName = piece of Heart Mail PortionNamePlural = pieces of Heart Mail -Pocket = Items +Pocket = Mail Price = 50 Flags = IconMail Description = Stationery featuring a print of giant heart patterns. Let a Pokémon hold it for delivery. @@ -657,7 +657,7 @@ Name = Snow Mail NamePlural = Snow Mail PortionName = piece of Snow Mail PortionNamePlural = pieces of Snow Mail -Pocket = Items +Pocket = Mail Price = 50 Flags = IconMail Description = Stationery featuring a print of a chilly, snow-covered world. Let a Pokémon hold it for delivery. @@ -667,7 +667,7 @@ Name = Space Mail NamePlural = Space Mail PortionName = piece of Space Mail PortionNamePlural = pieces of Space Mail -Pocket = Items +Pocket = Mail Price = 50 Flags = IconMail Description = Stationery featuring a print depicting the huge expanse of space. Let a Pokémon hold it for delivery. @@ -677,7 +677,7 @@ Name = Air Mail NamePlural = Air Mail PortionName = piece of Air Mail PortionNamePlural = pieces of Air Mail -Pocket = Items +Pocket = Mail Price = 50 Flags = IconMail Description = Stationery featuring a print of colorful letter sets. Let a Pokémon hold it for delivery. @@ -687,7 +687,7 @@ Name = Mosaic Mail NamePlural = Mosaic Mail PortionName = piece of Mosaic Mail PortionNamePlural = pieces of Mosaic Mail -Pocket = Items +Pocket = Mail Price = 50 Flags = IconMail Description = Stationery featuring a print of a vivid rainbow pattern. Let a Pokémon hold it for delivery. @@ -697,7 +697,7 @@ Name = Brick Mail NamePlural = Brick Mail PortionName = piece of Brick Mail PortionNamePlural = pieces of Brick Mail -Pocket = Items +Pocket = Mail Price = 50 Flags = IconMail Description = Stationery featuring a print of a tough-looking brick pattern. Let a Pokémon hold it for delivery. @@ -3382,50 +3382,10 @@ BPPrice = 32 Flags = Fling_80 Description = A sachet filled with slightly overwhelming fragrant perfumes. Yet it's loved by a certain Pokémon. #------------------------------- -[REDSCARF] -Name = Red Scarf -NamePlural = Red Scarves -Pocket = HeldItems -Price = 100 -Flags = Fling_10 -Description = An item to be held by a Pokémon. It boosts the Cool aspect of the holder in a Contest. -#------------------------------- -[BLUESCARF] -Name = Blue Scarf -NamePlural = Blue Scarves -Pocket = HeldItems -Price = 100 -Flags = Fling_10 -Description = An item to be held by a Pokémon. It boosts the Beauty aspect of the holder in a Contest. -#------------------------------- -[PINKSCARF] -Name = Pink Scarf -NamePlural = Pink Scarves -Pocket = HeldItems -Price = 100 -Flags = Fling_10 -Description = An item to be held by a Pokémon. It boosts the Cute aspect of the holder in a Contest. -#------------------------------- -[GREENSCARF] -Name = Green Scarf -NamePlural = Green Scarves -Pocket = HeldItems -Price = 100 -Flags = Fling_10 -Description = An item to be held by a Pokémon. It boosts the Smart aspect of the holder in a Contest. -#------------------------------- -[YELLOWSCARF] -Name = Yellow Scarf -NamePlural = Yellow Scarves -Pocket = HeldItems -Price = 100 -Flags = Fling_10 -Description = An item to be held by a Pokémon. It boosts the Tough aspect of the holder in a Contest. -#------------------------------- [VENUSAURITE] Name = Venusaurite NamePlural = Venusaurites -Pocket = HeldItems +Pocket = MegaStones Price = 0 BPPrice = 64 Flags = MegaStone,Fling_80 @@ -3434,7 +3394,7 @@ Description = One of a variety of mysterious Mega Stones. Have Venusaur hold it, [CHARIZARDITEX] Name = Charizardite X NamePlural = Charizardite Xs -Pocket = HeldItems +Pocket = MegaStones Price = 0 BPPrice = 64 Flags = MegaStone,Fling_80 @@ -3443,7 +3403,7 @@ Description = One of a variety of mysterious Mega Stones. Have Charizard hold it [CHARIZARDITEY] Name = Charizardite Y NamePlural = Charizardite Ys -Pocket = HeldItems +Pocket = MegaStones Price = 0 BPPrice = 64 Flags = MegaStone,Fling_80 @@ -3452,7 +3412,7 @@ Description = One of a variety of mysterious Mega Stones. Have Charizard hold it [BLASTOISINITE] Name = Blastoisinite NamePlural = Blastoisinites -Pocket = HeldItems +Pocket = MegaStones Price = 0 BPPrice = 64 Flags = MegaStone,Fling_80 @@ -3461,7 +3421,7 @@ Description = One of a variety of mysterious Mega Stones. Have Blastoise hold it [BEEDRILLITE] Name = Beedrillite NamePlural = Beedrillites -Pocket = HeldItems +Pocket = MegaStones Price = 0 BPPrice = 64 Flags = MegaStone,Fling_80 @@ -3470,7 +3430,7 @@ Description = One of a variety of mysterious Mega Stones. Have Beedrill hold it, [PIDGEOTITE] Name = Pidgeotite NamePlural = Pidgeotites -Pocket = HeldItems +Pocket = MegaStones Price = 0 BPPrice = 64 Flags = MegaStone,Fling_80 @@ -3479,7 +3439,7 @@ Description = One of a variety of mysterious Mega Stones. Have Pidgeot hold it, [ALAKAZITE] Name = Alakazite NamePlural = Alakazites -Pocket = HeldItems +Pocket = MegaStones Price = 0 BPPrice = 64 Flags = MegaStone,Fling_80 @@ -3488,7 +3448,7 @@ Description = One of a variety of mysterious Mega Stones. Have Alakazam hold it, [SLOWBRONITE] Name = Slowbronite NamePlural = Slowbronites -Pocket = HeldItems +Pocket = MegaStones Price = 0 BPPrice = 64 Flags = MegaStone,Fling_80 @@ -3497,7 +3457,7 @@ Description = One of a variety of mysterious Mega Stones. Have Slowbro hold it, [GENGARITE] Name = Gengarite NamePlural = Gengarites -Pocket = HeldItems +Pocket = MegaStones Price = 0 BPPrice = 64 Flags = MegaStone,Fling_80 @@ -3506,7 +3466,7 @@ Description = One of a variety of mysterious Mega Stones. Have Gengar hold it, a [KANGASKHANITE] Name = Kangaskhanite NamePlural = Kangaskhanites -Pocket = HeldItems +Pocket = MegaStones Price = 0 BPPrice = 64 Flags = MegaStone,Fling_80 @@ -3515,7 +3475,7 @@ Description = One of a variety of mysterious Mega Stones. Have Kangaskhan hold i [PINSIRITE] Name = Pinsirite NamePlural = Pinsirites -Pocket = HeldItems +Pocket = MegaStones Price = 0 BPPrice = 64 Flags = MegaStone,Fling_80 @@ -3524,7 +3484,7 @@ Description = One of a variety of mysterious Mega Stones. Have Pinsir hold it, a [GYARADOSITE] Name = Gyaradosite NamePlural = Gyaradosites -Pocket = HeldItems +Pocket = MegaStones Price = 0 BPPrice = 64 Flags = MegaStone,Fling_80 @@ -3533,7 +3493,7 @@ Description = One of a variety of mysterious Mega Stones. Have Gyarados hold it, [AERODACTYLITE] Name = Aerodactylite NamePlural = Aerodactylites -Pocket = HeldItems +Pocket = MegaStones Price = 0 BPPrice = 64 Flags = MegaStone,Fling_80 @@ -3542,7 +3502,7 @@ Description = One of a variety of mysterious Mega Stones. Have Aerodactyl hold i [MEWTWONITEX] Name = Mewtwonite X NamePlural = Mewtwonite Xs -Pocket = HeldItems +Pocket = MegaStones Price = 0 BPPrice = 64 Flags = MegaStone,Fling_80 @@ -3551,7 +3511,7 @@ Description = One of a variety of mysterious Mega Stones. Have Mewtwo hold it, a [MEWTWONITEY] Name = Mewtwonite Y NamePlural = Mewtwonite Ys -Pocket = HeldItems +Pocket = MegaStones Price = 0 BPPrice = 64 Flags = MegaStone,Fling_80 @@ -3560,7 +3520,7 @@ Description = One of a variety of mysterious Mega Stones. Have Mewtwo hold it, a [AMPHAROSITE] Name = Ampharosite NamePlural = Ampharosites -Pocket = HeldItems +Pocket = MegaStones Price = 0 BPPrice = 64 Flags = MegaStone,Fling_80 @@ -3569,7 +3529,7 @@ Description = One of a variety of mysterious Mega Stones. Have Ampharos hold it, [STEELIXITE] Name = Steelixite NamePlural = Steelixites -Pocket = HeldItems +Pocket = MegaStones Price = 0 BPPrice = 64 Flags = MegaStone,Fling_80 @@ -3578,7 +3538,7 @@ Description = One of a variety of mysterious Mega Stones. Have Steelix hold it, [SCIZORITE] Name = Scizorite NamePlural = Scizorites -Pocket = HeldItems +Pocket = MegaStones Price = 0 BPPrice = 64 Flags = MegaStone,Fling_80 @@ -3587,7 +3547,7 @@ Description = One of a variety of mysterious Mega Stones. Have Scizor hold it, a [HERACRONITE] Name = Heracronite NamePlural = Heracronites -Pocket = HeldItems +Pocket = MegaStones Price = 0 BPPrice = 64 Flags = MegaStone,Fling_80 @@ -3596,7 +3556,7 @@ Description = One of a variety of mysterious Mega Stones. Have Heracross hold it [HOUNDOOMINITE] Name = Houndoominite NamePlural = Houndoominites -Pocket = HeldItems +Pocket = MegaStones Price = 0 BPPrice = 64 Flags = MegaStone,Fling_80 @@ -3605,7 +3565,7 @@ Description = One of a variety of mysterious Mega Stones. Have Houndoom hold it, [TYRANITARITE] Name = Tyranitarite NamePlural = Tyranitarites -Pocket = HeldItems +Pocket = MegaStones Price = 0 BPPrice = 64 Flags = MegaStone,Fling_80 @@ -3614,7 +3574,7 @@ Description = One of a variety of mysterious Mega Stones. Have Tyranitar hold it [SCEPTILITE] Name = Sceptilite NamePlural = Sceptilites -Pocket = HeldItems +Pocket = MegaStones Price = 0 BPPrice = 64 Flags = MegaStone,Fling_80 @@ -3623,7 +3583,7 @@ Description = One of a variety of mysterious Mega Stones. Have Sceptile hold it, [BLAZIKENITE] Name = Blazikenite NamePlural = Blazikenites -Pocket = HeldItems +Pocket = MegaStones Price = 0 BPPrice = 64 Flags = MegaStone,Fling_80 @@ -3632,7 +3592,7 @@ Description = One of a variety of mysterious Mega Stones. Have Blaziken hold it, [SWAMPERTITE] Name = Swampertite NamePlural = Swampertites -Pocket = HeldItems +Pocket = MegaStones Price = 0 BPPrice = 64 Flags = MegaStone,Fling_80 @@ -3641,7 +3601,7 @@ Description = One of a variety of mysterious Mega Stones. Have Swampert hold it, [GARDEVOIRITE] Name = Gardevoirite NamePlural = Gardevoirites -Pocket = HeldItems +Pocket = MegaStones Price = 0 BPPrice = 64 Flags = MegaStone,Fling_80 @@ -3650,7 +3610,7 @@ Description = One of a variety of mysterious Mega Stones. Have Gardevoir hold it [SABLENITE] Name = Sablenite NamePlural = Sablenites -Pocket = HeldItems +Pocket = MegaStones Price = 0 BPPrice = 64 Flags = MegaStone,Fling_80 @@ -3659,7 +3619,7 @@ Description = One of a variety of mysterious Mega Stones. Have Sableye hold it, [MAWILITE] Name = Mawilite NamePlural = Mawilites -Pocket = HeldItems +Pocket = MegaStones Price = 0 BPPrice = 64 Flags = MegaStone,Fling_80 @@ -3668,7 +3628,7 @@ Description = One of a variety of mysterious Mega Stones. Have Mawile hold it, a [AGGRONITE] Name = Aggronite NamePlural = Aggronites -Pocket = HeldItems +Pocket = MegaStones Price = 0 BPPrice = 64 Flags = MegaStone,Fling_80 @@ -3677,7 +3637,7 @@ Description = One of a variety of mysterious Mega Stones. Have Aggron hold it, a [MEDICHAMITE] Name = Medichamite NamePlural = Medichamites -Pocket = HeldItems +Pocket = MegaStones Price = 0 BPPrice = 64 Flags = MegaStone,Fling_80 @@ -3686,7 +3646,7 @@ Description = One of a variety of mysterious Mega Stones. Have Medicham hold it, [MANECTITE] Name = Manectite NamePlural = Manectites -Pocket = HeldItems +Pocket = MegaStones Price = 0 BPPrice = 64 Flags = MegaStone,Fling_80 @@ -3695,7 +3655,7 @@ Description = One of a variety of mysterious Mega Stones. Have Manectric hold it [SHARPEDONITE] Name = Sharpedonite NamePlural = Sharpedonites -Pocket = HeldItems +Pocket = MegaStones Price = 0 BPPrice = 64 Flags = MegaStone,Fling_80 @@ -3704,7 +3664,7 @@ Description = One of a variety of mysterious Mega Stones. Have Sharpedo hold it, [CAMERUPTITE] Name = Cameruptite NamePlural = Cameruptites -Pocket = HeldItems +Pocket = MegaStones Price = 0 BPPrice = 64 Flags = MegaStone,Fling_80 @@ -3713,7 +3673,7 @@ Description = One of a variety of mysterious Mega Stones. Have Camerupt hold it, [ALTARIANITE] Name = Altarianite NamePlural = Altarianites -Pocket = HeldItems +Pocket = MegaStones Price = 0 BPPrice = 64 Flags = MegaStone,Fling_80 @@ -3722,7 +3682,7 @@ Description = One of a variety of mysterious Mega Stones. Have Altaria hold it, [BANETTITE] Name = Banettite NamePlural = Banettites -Pocket = HeldItems +Pocket = MegaStones Price = 0 BPPrice = 64 Flags = MegaStone,Fling_80 @@ -3731,7 +3691,7 @@ Description = One of a variety of mysterious Mega Stones. Have Banette hold it, [ABSOLITE] Name = Absolite NamePlural = Absolites -Pocket = HeldItems +Pocket = MegaStones Price = 0 BPPrice = 64 Flags = MegaStone,Fling_80 @@ -3740,7 +3700,7 @@ Description = One of a variety of mysterious Mega Stones. Have Absol hold it, an [GLALITITE] Name = Glalitite NamePlural = Glalitites -Pocket = HeldItems +Pocket = MegaStones Price = 0 BPPrice = 64 Flags = MegaStone,Fling_80 @@ -3749,7 +3709,7 @@ Description = One of a variety of mysterious Mega Stones. Have Glalie hold it, a [SALAMENCITE] Name = Salamencite NamePlural = Salamencites -Pocket = HeldItems +Pocket = MegaStones Price = 0 BPPrice = 64 Flags = MegaStone,Fling_80 @@ -3758,7 +3718,7 @@ Description = One of a variety of mysterious Mega Stones. Have Salamence hold it [METAGROSSITE] Name = Metagrossite NamePlural = Metagrossites -Pocket = HeldItems +Pocket = MegaStones Price = 0 BPPrice = 64 Flags = MegaStone,Fling_80 @@ -3767,7 +3727,7 @@ Description = One of a variety of mysterious Mega Stones. Have Metagross hold it [LATIASITE] Name = Latiasite NamePlural = Latiasites -Pocket = HeldItems +Pocket = MegaStones Price = 0 BPPrice = 64 Flags = MegaStone,Fling_80 @@ -3776,7 +3736,7 @@ Description = One of a variety of mysterious Mega Stones. Have Latias hold it, a [LATIOSITE] Name = Latiosite NamePlural = Latiosites -Pocket = HeldItems +Pocket = MegaStones Price = 0 BPPrice = 64 Flags = MegaStone,Fling_80 @@ -3785,7 +3745,7 @@ Description = One of a variety of mysterious Mega Stones. Have Latios hold it, a [LOPUNNITE] Name = Lopunnite NamePlural = Lopunnites -Pocket = HeldItems +Pocket = MegaStones Price = 0 BPPrice = 64 Flags = MegaStone,Fling_80 @@ -3794,7 +3754,7 @@ Description = One of a variety of mysterious Mega Stones. Have Lopunny hold it, [GARCHOMPITE] Name = Garchompite NamePlural = Garchompites -Pocket = HeldItems +Pocket = MegaStones Price = 0 BPPrice = 64 Flags = MegaStone,Fling_80 @@ -3803,7 +3763,7 @@ Description = One of a variety of mysterious Mega Stones. Have Garchomp hold it, [LUCARIONITE] Name = Lucarionite NamePlural = Lucarionites -Pocket = HeldItems +Pocket = MegaStones Price = 0 BPPrice = 64 Flags = MegaStone,Fling_80 @@ -3812,7 +3772,7 @@ Description = One of a variety of mysterious Mega Stones. Have Lucario hold it, [ABOMASITE] Name = Abomasite NamePlural = Abomasites -Pocket = HeldItems +Pocket = MegaStones Price = 0 BPPrice = 64 Flags = MegaStone,Fling_80 @@ -3821,7 +3781,7 @@ Description = One of a variety of mysterious Mega Stones. Have Abomasnow hold it [GALLADITE] Name = Galladite NamePlural = Galladites -Pocket = HeldItems +Pocket = MegaStones Price = 0 BPPrice = 64 Flags = MegaStone,Fling_80 @@ -3830,7 +3790,7 @@ Description = One of a variety of mysterious Mega Stones. Have Gallade hold it, [AUDINITE] Name = Audinite NamePlural = Audinites -Pocket = HeldItems +Pocket = MegaStones Price = 0 BPPrice = 64 Flags = MegaStone,Fling_80 @@ -3839,7 +3799,7 @@ Description = One of a variety of mysterious Mega Stones. Have Audino hold it, a [DIANCITE] Name = Diancite NamePlural = Diancites -Pocket = HeldItems +Pocket = MegaStones Price = 0 BPPrice = 64 Flags = MegaStone,Fling_80 diff --git a/PBS/Gen 7 backup/items.txt b/PBS/Gen 7 backup/items.txt index 8eaafebae..5129d0c32 100644 --- a/PBS/Gen 7 backup/items.txt +++ b/PBS/Gen 7 backup/items.txt @@ -641,7 +641,7 @@ Name = Grass Mail NamePlural = Grass Mail PortionName = piece of Grass Mail PortionNamePlural = pieces of Grass Mail -Pocket = Items +Pocket = Mail Price = 50 Flags = IconMail Description = Stationery featuring a print of a refreshingly green field. Let a Pokémon hold it for delivery. @@ -651,7 +651,7 @@ Name = Flame Mail NamePlural = Flame Mail PortionName = piece of Flame Mail PortionNamePlural = pieces of Flame Mail -Pocket = Items +Pocket = Mail Price = 50 Flags = IconMail Description = Stationery featuring a print of flames in blazing red. Let a Pokémon hold it for delivery. @@ -661,7 +661,7 @@ Name = Bubble Mail NamePlural = Bubble Mail PortionName = piece of Bubble Mail PortionNamePlural = pieces of Bubble Mail -Pocket = Items +Pocket = Mail Price = 50 Flags = IconMail Description = Stationery featuring a print of a blue world underwater. Let a Pokémon hold it for delivery. @@ -671,7 +671,7 @@ Name = Bloom Mail NamePlural = Bloom Mail PortionName = piece of Bloom Mail PortionNamePlural = pieces of Bloom Mail -Pocket = Items +Pocket = Mail Price = 50 Flags = IconMail Description = Stationery featuring a print of pretty floral patterns. Let a Pokémon hold it for delivery. @@ -681,7 +681,7 @@ Name = Tunnel Mail NamePlural = Tunnel Mail PortionName = piece of Tunnel Mail PortionNamePlural = pieces of Tunnel Mail -Pocket = Items +Pocket = Mail Price = 50 Flags = IconMail Description = Stationery featuring a print of a dimly lit coal mine. Let a Pokémon hold it for delivery. @@ -691,7 +691,7 @@ Name = Steel Mail NamePlural = Steel Mail PortionName = piece of Steel Mail PortionNamePlural = pieces of Steel Mail -Pocket = Items +Pocket = Mail Price = 50 Flags = IconMail Description = Stationery featuring a print of cool mechanical designs. Let a Pokémon hold it for delivery. @@ -701,7 +701,7 @@ Name = Heart Mail NamePlural = Heart Mail PortionName = piece of Heart Mail PortionNamePlural = pieces of Heart Mail -Pocket = Items +Pocket = Mail Price = 50 Flags = IconMail Description = Stationery featuring a print of giant heart patterns. Let a Pokémon hold it for delivery. @@ -711,7 +711,7 @@ Name = Snow Mail NamePlural = Snow Mail PortionName = piece of Snow Mail PortionNamePlural = pieces of Snow Mail -Pocket = Items +Pocket = Mail Price = 50 Flags = IconMail Description = Stationery featuring a print of a chilly, snow-covered world. Let a Pokémon hold it for delivery. @@ -721,7 +721,7 @@ Name = Space Mail NamePlural = Space Mail PortionName = piece of Space Mail PortionNamePlural = pieces of Space Mail -Pocket = Items +Pocket = Mail Price = 50 Flags = IconMail Description = Stationery featuring a print depicting the huge expanse of space. Let a Pokémon hold it for delivery. @@ -731,7 +731,7 @@ Name = Air Mail NamePlural = Air Mail PortionName = piece of Air Mail PortionNamePlural = pieces of Air Mail -Pocket = Items +Pocket = Mail Price = 50 Flags = IconMail Description = Stationery featuring a print of colorful letter sets. Let a Pokémon hold it for delivery. @@ -741,7 +741,7 @@ Name = Mosaic Mail NamePlural = Mosaic Mail PortionName = piece of Mosaic Mail PortionNamePlural = pieces of Mosaic Mail -Pocket = Items +Pocket = Mail Price = 50 Flags = IconMail Description = Stationery featuring a print of a vivid rainbow pattern. Let a Pokémon hold it for delivery. @@ -751,7 +751,7 @@ Name = Brick Mail NamePlural = Brick Mail PortionName = piece of Brick Mail PortionNamePlural = pieces of Brick Mail -Pocket = Items +Pocket = Mail Price = 50 Flags = IconMail Description = Stationery featuring a print of a tough-looking brick pattern. Let a Pokémon hold it for delivery. @@ -3649,50 +3649,10 @@ BPPrice = 32 Flags = Fling_80 Description = A sachet filled with slightly overwhelming fragrant perfumes. Yet it's loved by a certain Pokémon. #------------------------------- -[REDSCARF] -Name = Red Scarf -NamePlural = Red Scarves -Pocket = HeldItems -Price = 100 -Flags = Fling_10 -Description = An item to be held by a Pokémon. It boosts the Cool aspect of the holder in a Contest. -#------------------------------- -[BLUESCARF] -Name = Blue Scarf -NamePlural = Blue Scarves -Pocket = HeldItems -Price = 100 -Flags = Fling_10 -Description = An item to be held by a Pokémon. It boosts the Beauty aspect of the holder in a Contest. -#------------------------------- -[PINKSCARF] -Name = Pink Scarf -NamePlural = Pink Scarves -Pocket = HeldItems -Price = 100 -Flags = Fling_10 -Description = An item to be held by a Pokémon. It boosts the Cute aspect of the holder in a Contest. -#------------------------------- -[GREENSCARF] -Name = Green Scarf -NamePlural = Green Scarves -Pocket = HeldItems -Price = 100 -Flags = Fling_10 -Description = An item to be held by a Pokémon. It boosts the Smart aspect of the holder in a Contest. -#------------------------------- -[YELLOWSCARF] -Name = Yellow Scarf -NamePlural = Yellow Scarves -Pocket = HeldItems -Price = 100 -Flags = Fling_10 -Description = An item to be held by a Pokémon. It boosts the Tough aspect of the holder in a Contest. -#------------------------------- [VENUSAURITE] Name = Venusaurite NamePlural = Venusaurites -Pocket = HeldItems +Pocket = MegaStones Price = 0 BPPrice = 64 Flags = MegaStone,Fling_80 @@ -3701,7 +3661,7 @@ Description = One of a variety of mysterious Mega Stones. Have Venusaur hold it, [CHARIZARDITEX] Name = Charizardite X NamePlural = Charizardite Xs -Pocket = HeldItems +Pocket = MegaStones Price = 0 BPPrice = 64 Flags = MegaStone,Fling_80 @@ -3710,7 +3670,7 @@ Description = One of a variety of mysterious Mega Stones. Have Charizard hold it [CHARIZARDITEY] Name = Charizardite Y NamePlural = Charizardite Ys -Pocket = HeldItems +Pocket = MegaStones Price = 0 BPPrice = 64 Flags = MegaStone,Fling_80 @@ -3719,7 +3679,7 @@ Description = One of a variety of mysterious Mega Stones. Have Charizard hold it [BLASTOISINITE] Name = Blastoisinite NamePlural = Blastoisinites -Pocket = HeldItems +Pocket = MegaStones Price = 0 BPPrice = 64 Flags = MegaStone,Fling_80 @@ -3728,7 +3688,7 @@ Description = One of a variety of mysterious Mega Stones. Have Blastoise hold it [BEEDRILLITE] Name = Beedrillite NamePlural = Beedrillites -Pocket = HeldItems +Pocket = MegaStones Price = 0 BPPrice = 64 Flags = MegaStone,Fling_80 @@ -3737,7 +3697,7 @@ Description = One of a variety of mysterious Mega Stones. Have Beedrill hold it, [PIDGEOTITE] Name = Pidgeotite NamePlural = Pidgeotites -Pocket = HeldItems +Pocket = MegaStones Price = 0 BPPrice = 64 Flags = MegaStone,Fling_80 @@ -3746,7 +3706,7 @@ Description = One of a variety of mysterious Mega Stones. Have Pidgeot hold it, [ALAKAZITE] Name = Alakazite NamePlural = Alakazites -Pocket = HeldItems +Pocket = MegaStones Price = 0 BPPrice = 64 Flags = MegaStone,Fling_80 @@ -3755,7 +3715,7 @@ Description = One of a variety of mysterious Mega Stones. Have Alakazam hold it, [SLOWBRONITE] Name = Slowbronite NamePlural = Slowbronites -Pocket = HeldItems +Pocket = MegaStones Price = 0 BPPrice = 64 Flags = MegaStone,Fling_80 @@ -3764,7 +3724,7 @@ Description = One of a variety of mysterious Mega Stones. Have Slowbro hold it, [GENGARITE] Name = Gengarite NamePlural = Gengarites -Pocket = HeldItems +Pocket = MegaStones Price = 0 BPPrice = 64 Flags = MegaStone,Fling_80 @@ -3773,7 +3733,7 @@ Description = One of a variety of mysterious Mega Stones. Have Gengar hold it, a [KANGASKHANITE] Name = Kangaskhanite NamePlural = Kangaskhanites -Pocket = HeldItems +Pocket = MegaStones Price = 0 BPPrice = 64 Flags = MegaStone,Fling_80 @@ -3782,7 +3742,7 @@ Description = One of a variety of mysterious Mega Stones. Have Kangaskhan hold i [PINSIRITE] Name = Pinsirite NamePlural = Pinsirites -Pocket = HeldItems +Pocket = MegaStones Price = 0 BPPrice = 64 Flags = MegaStone,Fling_80 @@ -3791,7 +3751,7 @@ Description = One of a variety of mysterious Mega Stones. Have Pinsir hold it, a [GYARADOSITE] Name = Gyaradosite NamePlural = Gyaradosites -Pocket = HeldItems +Pocket = MegaStones Price = 0 BPPrice = 64 Flags = MegaStone,Fling_80 @@ -3800,7 +3760,7 @@ Description = One of a variety of mysterious Mega Stones. Have Gyarados hold it, [AERODACTYLITE] Name = Aerodactylite NamePlural = Aerodactylites -Pocket = HeldItems +Pocket = MegaStones Price = 0 BPPrice = 64 Flags = MegaStone,Fling_80 @@ -3809,7 +3769,7 @@ Description = One of a variety of mysterious Mega Stones. Have Aerodactyl hold i [MEWTWONITEX] Name = Mewtwonite X NamePlural = Mewtwonite Xs -Pocket = HeldItems +Pocket = MegaStones Price = 0 BPPrice = 64 Flags = MegaStone,Fling_80 @@ -3818,7 +3778,7 @@ Description = One of a variety of mysterious Mega Stones. Have Mewtwo hold it, a [MEWTWONITEY] Name = Mewtwonite Y NamePlural = Mewtwonite Ys -Pocket = HeldItems +Pocket = MegaStones Price = 0 BPPrice = 64 Flags = MegaStone,Fling_80 @@ -3827,7 +3787,7 @@ Description = One of a variety of mysterious Mega Stones. Have Mewtwo hold it, a [AMPHAROSITE] Name = Ampharosite NamePlural = Ampharosites -Pocket = HeldItems +Pocket = MegaStones Price = 0 BPPrice = 64 Flags = MegaStone,Fling_80 @@ -3836,7 +3796,7 @@ Description = One of a variety of mysterious Mega Stones. Have Ampharos hold it, [STEELIXITE] Name = Steelixite NamePlural = Steelixites -Pocket = HeldItems +Pocket = MegaStones Price = 0 BPPrice = 64 Flags = MegaStone,Fling_80 @@ -3845,7 +3805,7 @@ Description = One of a variety of mysterious Mega Stones. Have Steelix hold it, [SCIZORITE] Name = Scizorite NamePlural = Scizorites -Pocket = HeldItems +Pocket = MegaStones Price = 0 BPPrice = 64 Flags = MegaStone,Fling_80 @@ -3854,7 +3814,7 @@ Description = One of a variety of mysterious Mega Stones. Have Scizor hold it, a [HERACRONITE] Name = Heracronite NamePlural = Heracronites -Pocket = HeldItems +Pocket = MegaStones Price = 0 BPPrice = 64 Flags = MegaStone,Fling_80 @@ -3863,7 +3823,7 @@ Description = One of a variety of mysterious Mega Stones. Have Heracross hold it [HOUNDOOMINITE] Name = Houndoominite NamePlural = Houndoominites -Pocket = HeldItems +Pocket = MegaStones Price = 0 BPPrice = 64 Flags = MegaStone,Fling_80 @@ -3872,7 +3832,7 @@ Description = One of a variety of mysterious Mega Stones. Have Houndoom hold it, [TYRANITARITE] Name = Tyranitarite NamePlural = Tyranitarites -Pocket = HeldItems +Pocket = MegaStones Price = 0 BPPrice = 64 Flags = MegaStone,Fling_80 @@ -3881,7 +3841,7 @@ Description = One of a variety of mysterious Mega Stones. Have Tyranitar hold it [SCEPTILITE] Name = Sceptilite NamePlural = Sceptilites -Pocket = HeldItems +Pocket = MegaStones Price = 0 BPPrice = 64 Flags = MegaStone,Fling_80 @@ -3890,7 +3850,7 @@ Description = One of a variety of mysterious Mega Stones. Have Sceptile hold it, [BLAZIKENITE] Name = Blazikenite NamePlural = Blazikenites -Pocket = HeldItems +Pocket = MegaStones Price = 0 BPPrice = 64 Flags = MegaStone,Fling_80 @@ -3899,7 +3859,7 @@ Description = One of a variety of mysterious Mega Stones. Have Blaziken hold it, [SWAMPERTITE] Name = Swampertite NamePlural = Swampertites -Pocket = HeldItems +Pocket = MegaStones Price = 0 BPPrice = 64 Flags = MegaStone,Fling_80 @@ -3908,7 +3868,7 @@ Description = One of a variety of mysterious Mega Stones. Have Swampert hold it, [GARDEVOIRITE] Name = Gardevoirite NamePlural = Gardevoirites -Pocket = HeldItems +Pocket = MegaStones Price = 0 BPPrice = 64 Flags = MegaStone,Fling_80 @@ -3917,7 +3877,7 @@ Description = One of a variety of mysterious Mega Stones. Have Gardevoir hold it [SABLENITE] Name = Sablenite NamePlural = Sablenites -Pocket = HeldItems +Pocket = MegaStones Price = 0 BPPrice = 64 Flags = MegaStone,Fling_80 @@ -3926,7 +3886,7 @@ Description = One of a variety of mysterious Mega Stones. Have Sableye hold it, [MAWILITE] Name = Mawilite NamePlural = Mawilites -Pocket = HeldItems +Pocket = MegaStones Price = 0 BPPrice = 64 Flags = MegaStone,Fling_80 @@ -3935,7 +3895,7 @@ Description = One of a variety of mysterious Mega Stones. Have Mawile hold it, a [AGGRONITE] Name = Aggronite NamePlural = Aggronites -Pocket = HeldItems +Pocket = MegaStones Price = 0 BPPrice = 64 Flags = MegaStone,Fling_80 @@ -3944,7 +3904,7 @@ Description = One of a variety of mysterious Mega Stones. Have Aggron hold it, a [MEDICHAMITE] Name = Medichamite NamePlural = Medichamites -Pocket = HeldItems +Pocket = MegaStones Price = 0 BPPrice = 64 Flags = MegaStone,Fling_80 @@ -3953,7 +3913,7 @@ Description = One of a variety of mysterious Mega Stones. Have Medicham hold it, [MANECTITE] Name = Manectite NamePlural = Manectites -Pocket = HeldItems +Pocket = MegaStones Price = 0 BPPrice = 64 Flags = MegaStone,Fling_80 @@ -3962,7 +3922,7 @@ Description = One of a variety of mysterious Mega Stones. Have Manectric hold it [SHARPEDONITE] Name = Sharpedonite NamePlural = Sharpedonites -Pocket = HeldItems +Pocket = MegaStones Price = 0 BPPrice = 64 Flags = MegaStone,Fling_80 @@ -3971,7 +3931,7 @@ Description = One of a variety of mysterious Mega Stones. Have Sharpedo hold it, [CAMERUPTITE] Name = Cameruptite NamePlural = Cameruptites -Pocket = HeldItems +Pocket = MegaStones Price = 0 BPPrice = 64 Flags = MegaStone,Fling_80 @@ -3980,7 +3940,7 @@ Description = One of a variety of mysterious Mega Stones. Have Camerupt hold it, [ALTARIANITE] Name = Altarianite NamePlural = Altarianites -Pocket = HeldItems +Pocket = MegaStones Price = 0 BPPrice = 64 Flags = MegaStone,Fling_80 @@ -3989,7 +3949,7 @@ Description = One of a variety of mysterious Mega Stones. Have Altaria hold it, [BANETTITE] Name = Banettite NamePlural = Banettites -Pocket = HeldItems +Pocket = MegaStones Price = 0 BPPrice = 64 Flags = MegaStone,Fling_80 @@ -3998,7 +3958,7 @@ Description = One of a variety of mysterious Mega Stones. Have Banette hold it, [ABSOLITE] Name = Absolite NamePlural = Absolites -Pocket = HeldItems +Pocket = MegaStones Price = 0 BPPrice = 64 Flags = MegaStone,Fling_80 @@ -4007,7 +3967,7 @@ Description = One of a variety of mysterious Mega Stones. Have Absol hold it, an [GLALITITE] Name = Glalitite NamePlural = Glalitites -Pocket = HeldItems +Pocket = MegaStones Price = 0 BPPrice = 64 Flags = MegaStone,Fling_80 @@ -4016,7 +3976,7 @@ Description = One of a variety of mysterious Mega Stones. Have Glalie hold it, a [SALAMENCITE] Name = Salamencite NamePlural = Salamencites -Pocket = HeldItems +Pocket = MegaStones Price = 0 BPPrice = 64 Flags = MegaStone,Fling_80 @@ -4025,7 +3985,7 @@ Description = One of a variety of mysterious Mega Stones. Have Salamence hold it [METAGROSSITE] Name = Metagrossite NamePlural = Metagrossites -Pocket = HeldItems +Pocket = MegaStones Price = 0 BPPrice = 64 Flags = MegaStone,Fling_80 @@ -4034,7 +3994,7 @@ Description = One of a variety of mysterious Mega Stones. Have Metagross hold it [LATIASITE] Name = Latiasite NamePlural = Latiasites -Pocket = HeldItems +Pocket = MegaStones Price = 0 BPPrice = 64 Flags = MegaStone,Fling_80 @@ -4043,7 +4003,7 @@ Description = One of a variety of mysterious Mega Stones. Have Latias hold it, a [LATIOSITE] Name = Latiosite NamePlural = Latiosites -Pocket = HeldItems +Pocket = MegaStones Price = 0 BPPrice = 64 Flags = MegaStone,Fling_80 @@ -4052,7 +4012,7 @@ Description = One of a variety of mysterious Mega Stones. Have Latios hold it, a [LOPUNNITE] Name = Lopunnite NamePlural = Lopunnites -Pocket = HeldItems +Pocket = MegaStones Price = 0 BPPrice = 64 Flags = MegaStone,Fling_80 @@ -4061,7 +4021,7 @@ Description = One of a variety of mysterious Mega Stones. Have Lopunny hold it, [GARCHOMPITE] Name = Garchompite NamePlural = Garchompites -Pocket = HeldItems +Pocket = MegaStones Price = 0 BPPrice = 64 Flags = MegaStone,Fling_80 @@ -4070,7 +4030,7 @@ Description = One of a variety of mysterious Mega Stones. Have Garchomp hold it, [LUCARIONITE] Name = Lucarionite NamePlural = Lucarionites -Pocket = HeldItems +Pocket = MegaStones Price = 0 BPPrice = 64 Flags = MegaStone,Fling_80 @@ -4079,7 +4039,7 @@ Description = One of a variety of mysterious Mega Stones. Have Lucario hold it, [ABOMASITE] Name = Abomasite NamePlural = Abomasites -Pocket = HeldItems +Pocket = MegaStones Price = 0 BPPrice = 64 Flags = MegaStone,Fling_80 @@ -4088,7 +4048,7 @@ Description = One of a variety of mysterious Mega Stones. Have Abomasnow hold it [GALLADITE] Name = Galladite NamePlural = Galladites -Pocket = HeldItems +Pocket = MegaStones Price = 0 BPPrice = 64 Flags = MegaStone,Fling_80 @@ -4097,7 +4057,7 @@ Description = One of a variety of mysterious Mega Stones. Have Gallade hold it, [AUDINITE] Name = Audinite NamePlural = Audinites -Pocket = HeldItems +Pocket = MegaStones Price = 0 BPPrice = 64 Flags = MegaStone,Fling_80 @@ -4106,7 +4066,7 @@ Description = One of a variety of mysterious Mega Stones. Have Audino hold it, a [DIANCITE] Name = Diancite NamePlural = Diancites -Pocket = HeldItems +Pocket = MegaStones Price = 0 BPPrice = 64 Flags = MegaStone,Fling_80 diff --git a/PBS/Gen 8 backup/items.txt b/PBS/Gen 8 backup/items.txt index 71d9e92b9..097345f1b 100644 --- a/PBS/Gen 8 backup/items.txt +++ b/PBS/Gen 8 backup/items.txt @@ -750,7 +750,7 @@ Name = Grass Mail NamePlural = Grass Mail PortionName = piece of Grass Mail PortionNamePlural = pieces of Grass Mail -Pocket = Items +Pocket = Mail Price = 50 Flags = IconMail Description = Stationery featuring a print of a refreshingly green field. Let a Pokémon hold it for delivery. @@ -760,7 +760,7 @@ Name = Flame Mail NamePlural = Flame Mail PortionName = piece of Flame Mail PortionNamePlural = pieces of Flame Mail -Pocket = Items +Pocket = Mail Price = 50 Flags = IconMail Description = Stationery featuring a print of flames in blazing red. Let a Pokémon hold it for delivery. @@ -770,7 +770,7 @@ Name = Bubble Mail NamePlural = Bubble Mail PortionName = piece of Bubble Mail PortionNamePlural = pieces of Bubble Mail -Pocket = Items +Pocket = Mail Price = 50 Flags = IconMail Description = Stationery featuring a print of a blue world underwater. Let a Pokémon hold it for delivery. @@ -780,7 +780,7 @@ Name = Bloom Mail NamePlural = Bloom Mail PortionName = piece of Bloom Mail PortionNamePlural = pieces of Bloom Mail -Pocket = Items +Pocket = Mail Price = 50 Flags = IconMail Description = Stationery featuring a print of pretty floral patterns. Let a Pokémon hold it for delivery. @@ -790,7 +790,7 @@ Name = Tunnel Mail NamePlural = Tunnel Mail PortionName = piece of Tunnel Mail PortionNamePlural = pieces of Tunnel Mail -Pocket = Items +Pocket = Mail Price = 50 Flags = IconMail Description = Stationery featuring a print of a dimly lit coal mine. Let a Pokémon hold it for delivery. @@ -800,7 +800,7 @@ Name = Steel Mail NamePlural = Steel Mail PortionName = piece of Steel Mail PortionNamePlural = pieces of Steel Mail -Pocket = Items +Pocket = Mail Price = 50 Flags = IconMail Description = Stationery featuring a print of cool mechanical designs. Let a Pokémon hold it for delivery. @@ -810,7 +810,7 @@ Name = Heart Mail NamePlural = Heart Mail PortionName = piece of Heart Mail PortionNamePlural = pieces of Heart Mail -Pocket = Items +Pocket = Mail Price = 50 Flags = IconMail Description = Stationery featuring a print of giant heart patterns. Let a Pokémon hold it for delivery. @@ -820,7 +820,7 @@ Name = Snow Mail NamePlural = Snow Mail PortionName = piece of Snow Mail PortionNamePlural = pieces of Snow Mail -Pocket = Items +Pocket = Mail Price = 50 Flags = IconMail Description = Stationery featuring a print of a chilly, snow-covered world. Let a Pokémon hold it for delivery. @@ -830,7 +830,7 @@ Name = Space Mail NamePlural = Space Mail PortionName = piece of Space Mail PortionNamePlural = pieces of Space Mail -Pocket = Items +Pocket = Mail Price = 50 Flags = IconMail Description = Stationery featuring a print depicting the huge expanse of space. Let a Pokémon hold it for delivery. @@ -840,7 +840,7 @@ Name = Air Mail NamePlural = Air Mail PortionName = piece of Air Mail PortionNamePlural = pieces of Air Mail -Pocket = Items +Pocket = Mail Price = 50 Flags = IconMail Description = Stationery featuring a print of colorful letter sets. Let a Pokémon hold it for delivery. @@ -850,7 +850,7 @@ Name = Mosaic Mail NamePlural = Mosaic Mail PortionName = piece of Mosaic Mail PortionNamePlural = pieces of Mosaic Mail -Pocket = Items +Pocket = Mail Price = 50 Flags = IconMail Description = Stationery featuring a print of a vivid rainbow pattern. Let a Pokémon hold it for delivery. @@ -860,7 +860,7 @@ Name = Brick Mail NamePlural = Brick Mail PortionName = piece of Brick Mail PortionNamePlural = pieces of Brick Mail -Pocket = Items +Pocket = Mail Price = 50 Flags = IconMail Description = Stationery featuring a print of a tough-looking brick pattern. Let a Pokémon hold it for delivery. @@ -4329,7 +4329,7 @@ Description = A ribbon-shaped sweet. When a Milcery holds this, it spins around [VENUSAURITE] Name = Venusaurite NamePlural = Venusaurites -Pocket = HeldItems +Pocket = MegaStones Price = 0 BPPrice = 50 Flags = MegaStone,Fling_80 @@ -4338,7 +4338,7 @@ Description = One of a variety of mysterious Mega Stones. Have Venusaur hold it, [CHARIZARDITEX] Name = Charizardite X NamePlural = Charizardite Xs -Pocket = HeldItems +Pocket = MegaStones Price = 0 BPPrice = 50 Flags = MegaStone,Fling_80 @@ -4347,7 +4347,7 @@ Description = One of a variety of mysterious Mega Stones. Have Charizard hold it [CHARIZARDITEY] Name = Charizardite Y NamePlural = Charizardite Ys -Pocket = HeldItems +Pocket = MegaStones Price = 0 BPPrice = 50 Flags = MegaStone,Fling_80 @@ -4356,7 +4356,7 @@ Description = One of a variety of mysterious Mega Stones. Have Charizard hold it [BLASTOISINITE] Name = Blastoisinite NamePlural = Blastoisinites -Pocket = HeldItems +Pocket = MegaStones Price = 0 BPPrice = 50 Flags = MegaStone,Fling_80 @@ -4365,7 +4365,7 @@ Description = One of a variety of mysterious Mega Stones. Have Blastoise hold it [BEEDRILLITE] Name = Beedrillite NamePlural = Beedrillites -Pocket = HeldItems +Pocket = MegaStones Price = 0 BPPrice = 50 Flags = MegaStone,Fling_80 @@ -4374,7 +4374,7 @@ Description = One of a variety of mysterious Mega Stones. Have Beedrill hold it, [PIDGEOTITE] Name = Pidgeotite NamePlural = Pidgeotites -Pocket = HeldItems +Pocket = MegaStones Price = 0 BPPrice = 50 Flags = MegaStone,Fling_80 @@ -4383,7 +4383,7 @@ Description = One of a variety of mysterious Mega Stones. Have Pidgeot hold it, [ALAKAZITE] Name = Alakazite NamePlural = Alakazites -Pocket = HeldItems +Pocket = MegaStones Price = 0 BPPrice = 50 Flags = MegaStone,Fling_80 @@ -4392,7 +4392,7 @@ Description = One of a variety of mysterious Mega Stones. Have Alakazam hold it, [SLOWBRONITE] Name = Slowbronite NamePlural = Slowbronites -Pocket = HeldItems +Pocket = MegaStones Price = 0 BPPrice = 50 Flags = MegaStone,Fling_80 @@ -4401,7 +4401,7 @@ Description = One of a variety of mysterious Mega Stones. Have Slowbro hold it, [GENGARITE] Name = Gengarite NamePlural = Gengarites -Pocket = HeldItems +Pocket = MegaStones Price = 0 BPPrice = 50 Flags = MegaStone,Fling_80 @@ -4410,7 +4410,7 @@ Description = One of a variety of mysterious Mega Stones. Have Gengar hold it, a [KANGASKHANITE] Name = Kangaskhanite NamePlural = Kangaskhanites -Pocket = HeldItems +Pocket = MegaStones Price = 0 BPPrice = 50 Flags = MegaStone,Fling_80 @@ -4419,7 +4419,7 @@ Description = One of a variety of mysterious Mega Stones. Have Kangaskhan hold i [PINSIRITE] Name = Pinsirite NamePlural = Pinsirites -Pocket = HeldItems +Pocket = MegaStones Price = 0 BPPrice = 50 Flags = MegaStone,Fling_80 @@ -4428,7 +4428,7 @@ Description = One of a variety of mysterious Mega Stones. Have Pinsir hold it, a [GYARADOSITE] Name = Gyaradosite NamePlural = Gyaradosites -Pocket = HeldItems +Pocket = MegaStones Price = 0 BPPrice = 50 Flags = MegaStone,Fling_80 @@ -4437,7 +4437,7 @@ Description = One of a variety of mysterious Mega Stones. Have Gyarados hold it, [AERODACTYLITE] Name = Aerodactylite NamePlural = Aerodactylites -Pocket = HeldItems +Pocket = MegaStones Price = 0 BPPrice = 50 Flags = MegaStone,Fling_80 @@ -4446,7 +4446,7 @@ Description = One of a variety of mysterious Mega Stones. Have Aerodactyl hold i [MEWTWONITEX] Name = Mewtwonite X NamePlural = Mewtwonite Xs -Pocket = HeldItems +Pocket = MegaStones Price = 0 BPPrice = 50 Flags = MegaStone,Fling_80 @@ -4455,7 +4455,7 @@ Description = One of a variety of mysterious Mega Stones. Have Mewtwo hold it, a [MEWTWONITEY] Name = Mewtwonite Y NamePlural = Mewtwonite Ys -Pocket = HeldItems +Pocket = MegaStones Price = 0 BPPrice = 50 Flags = MegaStone,Fling_80 @@ -4464,7 +4464,7 @@ Description = One of a variety of mysterious Mega Stones. Have Mewtwo hold it, a [AMPHAROSITE] Name = Ampharosite NamePlural = Ampharosites -Pocket = HeldItems +Pocket = MegaStones Price = 0 BPPrice = 50 Flags = MegaStone,Fling_80 @@ -4473,7 +4473,7 @@ Description = One of a variety of mysterious Mega Stones. Have Ampharos hold it, [STEELIXITE] Name = Steelixite NamePlural = Steelixites -Pocket = HeldItems +Pocket = MegaStones Price = 0 BPPrice = 50 Flags = MegaStone,Fling_80 @@ -4482,7 +4482,7 @@ Description = One of a variety of mysterious Mega Stones. Have Steelix hold it, [SCIZORITE] Name = Scizorite NamePlural = Scizorites -Pocket = HeldItems +Pocket = MegaStones Price = 0 BPPrice = 50 Flags = MegaStone,Fling_80 @@ -4491,7 +4491,7 @@ Description = One of a variety of mysterious Mega Stones. Have Scizor hold it, a [HERACRONITE] Name = Heracronite NamePlural = Heracronites -Pocket = HeldItems +Pocket = MegaStones Price = 0 BPPrice = 50 Flags = MegaStone,Fling_80 @@ -4500,7 +4500,7 @@ Description = One of a variety of mysterious Mega Stones. Have Heracross hold it [HOUNDOOMINITE] Name = Houndoominite NamePlural = Houndoominites -Pocket = HeldItems +Pocket = MegaStones Price = 0 BPPrice = 50 Flags = MegaStone,Fling_80 @@ -4509,7 +4509,7 @@ Description = One of a variety of mysterious Mega Stones. Have Houndoom hold it, [TYRANITARITE] Name = Tyranitarite NamePlural = Tyranitarites -Pocket = HeldItems +Pocket = MegaStones Price = 0 BPPrice = 50 Flags = MegaStone,Fling_80 @@ -4518,7 +4518,7 @@ Description = One of a variety of mysterious Mega Stones. Have Tyranitar hold it [SCEPTILITE] Name = Sceptilite NamePlural = Sceptilites -Pocket = HeldItems +Pocket = MegaStones Price = 0 BPPrice = 50 Flags = MegaStone,Fling_80 @@ -4527,7 +4527,7 @@ Description = One of a variety of mysterious Mega Stones. Have Sceptile hold it, [BLAZIKENITE] Name = Blazikenite NamePlural = Blazikenites -Pocket = HeldItems +Pocket = MegaStones Price = 0 BPPrice = 50 Flags = MegaStone,Fling_80 @@ -4536,7 +4536,7 @@ Description = One of a variety of mysterious Mega Stones. Have Blaziken hold it, [SWAMPERTITE] Name = Swampertite NamePlural = Swampertites -Pocket = HeldItems +Pocket = MegaStones Price = 0 BPPrice = 50 Flags = MegaStone,Fling_80 @@ -4545,7 +4545,7 @@ Description = One of a variety of mysterious Mega Stones. Have Swampert hold it, [GARDEVOIRITE] Name = Gardevoirite NamePlural = Gardevoirites -Pocket = HeldItems +Pocket = MegaStones Price = 0 BPPrice = 50 Flags = MegaStone,Fling_80 @@ -4554,7 +4554,7 @@ Description = One of a variety of mysterious Mega Stones. Have Gardevoir hold it [SABLENITE] Name = Sablenite NamePlural = Sablenites -Pocket = HeldItems +Pocket = MegaStones Price = 0 BPPrice = 50 Flags = MegaStone,Fling_80 @@ -4563,7 +4563,7 @@ Description = One of a variety of mysterious Mega Stones. Have Sableye hold it, [MAWILITE] Name = Mawilite NamePlural = Mawilites -Pocket = HeldItems +Pocket = MegaStones Price = 0 BPPrice = 50 Flags = MegaStone,Fling_80 @@ -4572,7 +4572,7 @@ Description = One of a variety of mysterious Mega Stones. Have Mawile hold it, a [AGGRONITE] Name = Aggronite NamePlural = Aggronites -Pocket = HeldItems +Pocket = MegaStones Price = 0 BPPrice = 50 Flags = MegaStone,Fling_80 @@ -4581,7 +4581,7 @@ Description = One of a variety of mysterious Mega Stones. Have Aggron hold it, a [MEDICHAMITE] Name = Medichamite NamePlural = Medichamites -Pocket = HeldItems +Pocket = MegaStones Price = 0 BPPrice = 50 Flags = MegaStone,Fling_80 @@ -4590,7 +4590,7 @@ Description = One of a variety of mysterious Mega Stones. Have Medicham hold it, [MANECTITE] Name = Manectite NamePlural = Manectites -Pocket = HeldItems +Pocket = MegaStones Price = 0 BPPrice = 50 Flags = MegaStone,Fling_80 @@ -4599,7 +4599,7 @@ Description = One of a variety of mysterious Mega Stones. Have Manectric hold it [SHARPEDONITE] Name = Sharpedonite NamePlural = Sharpedonites -Pocket = HeldItems +Pocket = MegaStones Price = 0 BPPrice = 50 Flags = MegaStone,Fling_80 @@ -4608,7 +4608,7 @@ Description = One of a variety of mysterious Mega Stones. Have Sharpedo hold it, [CAMERUPTITE] Name = Cameruptite NamePlural = Cameruptites -Pocket = HeldItems +Pocket = MegaStones Price = 0 BPPrice = 50 Flags = MegaStone,Fling_80 @@ -4617,7 +4617,7 @@ Description = One of a variety of mysterious Mega Stones. Have Camerupt hold it, [ALTARIANITE] Name = Altarianite NamePlural = Altarianites -Pocket = HeldItems +Pocket = MegaStones Price = 0 BPPrice = 50 Flags = MegaStone,Fling_80 @@ -4626,7 +4626,7 @@ Description = One of a variety of mysterious Mega Stones. Have Altaria hold it, [BANETTITE] Name = Banettite NamePlural = Banettites -Pocket = HeldItems +Pocket = MegaStones Price = 0 BPPrice = 50 Flags = MegaStone,Fling_80 @@ -4635,7 +4635,7 @@ Description = One of a variety of mysterious Mega Stones. Have Banette hold it, [ABSOLITE] Name = Absolite NamePlural = Absolites -Pocket = HeldItems +Pocket = MegaStones Price = 0 BPPrice = 50 Flags = MegaStone,Fling_80 @@ -4644,7 +4644,7 @@ Description = One of a variety of mysterious Mega Stones. Have Absol hold it, an [GLALITITE] Name = Glalitite NamePlural = Glalitites -Pocket = HeldItems +Pocket = MegaStones Price = 0 BPPrice = 50 Flags = MegaStone,Fling_80 @@ -4653,7 +4653,7 @@ Description = One of a variety of mysterious Mega Stones. Have Glalie hold it, a [SALAMENCITE] Name = Salamencite NamePlural = Salamencites -Pocket = HeldItems +Pocket = MegaStones Price = 0 BPPrice = 50 Flags = MegaStone,Fling_80 @@ -4662,7 +4662,7 @@ Description = One of a variety of mysterious Mega Stones. Have Salamence hold it [METAGROSSITE] Name = Metagrossite NamePlural = Metagrossites -Pocket = HeldItems +Pocket = MegaStones Price = 0 BPPrice = 50 Flags = MegaStone,Fling_80 @@ -4671,7 +4671,7 @@ Description = One of a variety of mysterious Mega Stones. Have Metagross hold it [LATIASITE] Name = Latiasite NamePlural = Latiasites -Pocket = HeldItems +Pocket = MegaStones Price = 0 BPPrice = 50 Flags = MegaStone,Fling_80 @@ -4680,7 +4680,7 @@ Description = One of a variety of mysterious Mega Stones. Have Latias hold it, a [LATIOSITE] Name = Latiosite NamePlural = Latiosites -Pocket = HeldItems +Pocket = MegaStones Price = 0 BPPrice = 50 Flags = MegaStone,Fling_80 @@ -4689,7 +4689,7 @@ Description = One of a variety of mysterious Mega Stones. Have Latios hold it, a [LOPUNNITE] Name = Lopunnite NamePlural = Lopunnites -Pocket = HeldItems +Pocket = MegaStones Price = 0 BPPrice = 50 Flags = MegaStone,Fling_80 @@ -4698,7 +4698,7 @@ Description = One of a variety of mysterious Mega Stones. Have Lopunny hold it, [GARCHOMPITE] Name = Garchompite NamePlural = Garchompites -Pocket = HeldItems +Pocket = MegaStones Price = 0 BPPrice = 50 Flags = MegaStone,Fling_80 @@ -4707,7 +4707,7 @@ Description = One of a variety of mysterious Mega Stones. Have Garchomp hold it, [LUCARIONITE] Name = Lucarionite NamePlural = Lucarionites -Pocket = HeldItems +Pocket = MegaStones Price = 0 BPPrice = 50 Flags = MegaStone,Fling_80 @@ -4716,7 +4716,7 @@ Description = One of a variety of mysterious Mega Stones. Have Lucario hold it, [ABOMASITE] Name = Abomasite NamePlural = Abomasites -Pocket = HeldItems +Pocket = MegaStones Price = 0 BPPrice = 50 Flags = MegaStone,Fling_80 @@ -4725,7 +4725,7 @@ Description = One of a variety of mysterious Mega Stones. Have Abomasnow hold it [GALLADITE] Name = Galladite NamePlural = Galladites -Pocket = HeldItems +Pocket = MegaStones Price = 0 BPPrice = 50 Flags = MegaStone,Fling_80 @@ -4734,7 +4734,7 @@ Description = One of a variety of mysterious Mega Stones. Have Gallade hold it, [AUDINITE] Name = Audinite NamePlural = Audinites -Pocket = HeldItems +Pocket = MegaStones Price = 0 BPPrice = 50 Flags = MegaStone,Fling_80 @@ -4743,7 +4743,7 @@ Description = One of a variety of mysterious Mega Stones. Have Audino hold it, a [DIANCITE] Name = Diancite NamePlural = Diancites -Pocket = HeldItems +Pocket = MegaStones Price = 0 BPPrice = 50 Flags = MegaStone,Fling_80 diff --git a/PBS/Gen 9 backup/items.txt b/PBS/Gen 9 backup/items.txt index b0cc70513..34b5337bb 100644 --- a/PBS/Gen 9 backup/items.txt +++ b/PBS/Gen 9 backup/items.txt @@ -831,7 +831,7 @@ Name = Grass Mail NamePlural = Grass Mail PortionName = piece of Grass Mail PortionNamePlural = pieces of Grass Mail -Pocket = Items +Pocket = Mail Price = 50 Flags = IconMail Description = Stationery featuring a print of a refreshingly green field. Let a Pokémon hold it for delivery. @@ -841,7 +841,7 @@ Name = Flame Mail NamePlural = Flame Mail PortionName = piece of Flame Mail PortionNamePlural = pieces of Flame Mail -Pocket = Items +Pocket = Mail Price = 50 Flags = IconMail Description = Stationery featuring a print of flames in blazing red. Let a Pokémon hold it for delivery. @@ -851,7 +851,7 @@ Name = Bubble Mail NamePlural = Bubble Mail PortionName = piece of Bubble Mail PortionNamePlural = pieces of Bubble Mail -Pocket = Items +Pocket = Mail Price = 50 Flags = IconMail Description = Stationery featuring a print of a blue world underwater. Let a Pokémon hold it for delivery. @@ -861,7 +861,7 @@ Name = Bloom Mail NamePlural = Bloom Mail PortionName = piece of Bloom Mail PortionNamePlural = pieces of Bloom Mail -Pocket = Items +Pocket = Mail Price = 50 Flags = IconMail Description = Stationery featuring a print of pretty floral patterns. Let a Pokémon hold it for delivery. @@ -871,7 +871,7 @@ Name = Tunnel Mail NamePlural = Tunnel Mail PortionName = piece of Tunnel Mail PortionNamePlural = pieces of Tunnel Mail -Pocket = Items +Pocket = Mail Price = 50 Flags = IconMail Description = Stationery featuring a print of a dimly lit coal mine. Let a Pokémon hold it for delivery. @@ -881,7 +881,7 @@ Name = Steel Mail NamePlural = Steel Mail PortionName = piece of Steel Mail PortionNamePlural = pieces of Steel Mail -Pocket = Items +Pocket = Mail Price = 50 Flags = IconMail Description = Stationery featuring a print of cool mechanical designs. Let a Pokémon hold it for delivery. @@ -891,7 +891,7 @@ Name = Heart Mail NamePlural = Heart Mail PortionName = piece of Heart Mail PortionNamePlural = pieces of Heart Mail -Pocket = Items +Pocket = Mail Price = 50 Flags = IconMail Description = Stationery featuring a print of giant heart patterns. Let a Pokémon hold it for delivery. @@ -901,7 +901,7 @@ Name = Snow Mail NamePlural = Snow Mail PortionName = piece of Snow Mail PortionNamePlural = pieces of Snow Mail -Pocket = Items +Pocket = Mail Price = 50 Flags = IconMail Description = Stationery featuring a print of a chilly, snow-covered world. Let a Pokémon hold it for delivery. @@ -911,7 +911,7 @@ Name = Space Mail NamePlural = Space Mail PortionName = piece of Space Mail PortionNamePlural = pieces of Space Mail -Pocket = Items +Pocket = Mail Price = 50 Flags = IconMail Description = Stationery featuring a print depicting the huge expanse of space. Let a Pokémon hold it for delivery. @@ -921,7 +921,7 @@ Name = Air Mail NamePlural = Air Mail PortionName = piece of Air Mail PortionNamePlural = pieces of Air Mail -Pocket = Items +Pocket = Mail Price = 50 Flags = IconMail Description = Stationery featuring a print of colorful letter sets. Let a Pokémon hold it for delivery. @@ -931,7 +931,7 @@ Name = Mosaic Mail NamePlural = Mosaic Mail PortionName = piece of Mosaic Mail PortionNamePlural = pieces of Mosaic Mail -Pocket = Items +Pocket = Mail Price = 50 Flags = IconMail Description = Stationery featuring a print of a vivid rainbow pattern. Let a Pokémon hold it for delivery. @@ -941,7 +941,7 @@ Name = Brick Mail NamePlural = Brick Mail PortionName = piece of Brick Mail PortionNamePlural = pieces of Brick Mail -Pocket = Items +Pocket = Mail Price = 50 Flags = IconMail Description = Stationery featuring a print of a tough-looking brick pattern. Let a Pokémon hold it for delivery. diff --git a/PBS/items.txt b/PBS/items.txt index b0cc70513..d26ebe081 100644 --- a/PBS/items.txt +++ b/PBS/items.txt @@ -831,7 +831,7 @@ Name = Grass Mail NamePlural = Grass Mail PortionName = piece of Grass Mail PortionNamePlural = pieces of Grass Mail -Pocket = Items +Pocket = Mail Price = 50 Flags = IconMail Description = Stationery featuring a print of a refreshingly green field. Let a Pokémon hold it for delivery. @@ -841,7 +841,7 @@ Name = Flame Mail NamePlural = Flame Mail PortionName = piece of Flame Mail PortionNamePlural = pieces of Flame Mail -Pocket = Items +Pocket = Mail Price = 50 Flags = IconMail Description = Stationery featuring a print of flames in blazing red. Let a Pokémon hold it for delivery. @@ -851,7 +851,7 @@ Name = Bubble Mail NamePlural = Bubble Mail PortionName = piece of Bubble Mail PortionNamePlural = pieces of Bubble Mail -Pocket = Items +Pocket = Mail Price = 50 Flags = IconMail Description = Stationery featuring a print of a blue world underwater. Let a Pokémon hold it for delivery. @@ -861,7 +861,7 @@ Name = Bloom Mail NamePlural = Bloom Mail PortionName = piece of Bloom Mail PortionNamePlural = pieces of Bloom Mail -Pocket = Items +Pocket = Mail Price = 50 Flags = IconMail Description = Stationery featuring a print of pretty floral patterns. Let a Pokémon hold it for delivery. @@ -871,7 +871,7 @@ Name = Tunnel Mail NamePlural = Tunnel Mail PortionName = piece of Tunnel Mail PortionNamePlural = pieces of Tunnel Mail -Pocket = Items +Pocket = Mail Price = 50 Flags = IconMail Description = Stationery featuring a print of a dimly lit coal mine. Let a Pokémon hold it for delivery. @@ -881,7 +881,7 @@ Name = Steel Mail NamePlural = Steel Mail PortionName = piece of Steel Mail PortionNamePlural = pieces of Steel Mail -Pocket = Items +Pocket = Mail Price = 50 Flags = IconMail Description = Stationery featuring a print of cool mechanical designs. Let a Pokémon hold it for delivery. @@ -891,7 +891,7 @@ Name = Heart Mail NamePlural = Heart Mail PortionName = piece of Heart Mail PortionNamePlural = pieces of Heart Mail -Pocket = Items +Pocket = Mail Price = 50 Flags = IconMail Description = Stationery featuring a print of giant heart patterns. Let a Pokémon hold it for delivery. @@ -901,7 +901,7 @@ Name = Snow Mail NamePlural = Snow Mail PortionName = piece of Snow Mail PortionNamePlural = pieces of Snow Mail -Pocket = Items +Pocket = Mail Price = 50 Flags = IconMail Description = Stationery featuring a print of a chilly, snow-covered world. Let a Pokémon hold it for delivery. @@ -911,7 +911,7 @@ Name = Space Mail NamePlural = Space Mail PortionName = piece of Space Mail PortionNamePlural = pieces of Space Mail -Pocket = Items +Pocket = Mail Price = 50 Flags = IconMail Description = Stationery featuring a print depicting the huge expanse of space. Let a Pokémon hold it for delivery. @@ -921,7 +921,7 @@ Name = Air Mail NamePlural = Air Mail PortionName = piece of Air Mail PortionNamePlural = pieces of Air Mail -Pocket = Items +Pocket = Mail Price = 50 Flags = IconMail Description = Stationery featuring a print of colorful letter sets. Let a Pokémon hold it for delivery. @@ -931,7 +931,7 @@ Name = Mosaic Mail NamePlural = Mosaic Mail PortionName = piece of Mosaic Mail PortionNamePlural = pieces of Mosaic Mail -Pocket = Items +Pocket = Mail Price = 50 Flags = IconMail Description = Stationery featuring a print of a vivid rainbow pattern. Let a Pokémon hold it for delivery. @@ -941,7 +941,7 @@ Name = Brick Mail NamePlural = Brick Mail PortionName = piece of Brick Mail PortionNamePlural = pieces of Brick Mail -Pocket = Items +Pocket = Mail Price = 50 Flags = IconMail Description = Stationery featuring a print of a tough-looking brick pattern. Let a Pokémon hold it for delivery. @@ -4568,7 +4568,7 @@ Description = A ribbon-shaped sweet. When a Milcery holds this, it spins around [VENUSAURITE] Name = Venusaurite NamePlural = Venusaurites -Pocket = HeldItems +Pocket = MegaStones Price = 0 BPPrice = 50 Flags = MegaStone,Fling_80 @@ -4577,7 +4577,7 @@ Description = One of a variety of mysterious Mega Stones. Have Venusaur hold it, [CHARIZARDITEX] Name = Charizardite X NamePlural = Charizardite Xs -Pocket = HeldItems +Pocket = MegaStones Price = 0 BPPrice = 50 Flags = MegaStone,Fling_80 @@ -4586,7 +4586,7 @@ Description = One of a variety of mysterious Mega Stones. Have Charizard hold it [CHARIZARDITEY] Name = Charizardite Y NamePlural = Charizardite Ys -Pocket = HeldItems +Pocket = MegaStones Price = 0 BPPrice = 50 Flags = MegaStone,Fling_80 @@ -4595,7 +4595,7 @@ Description = One of a variety of mysterious Mega Stones. Have Charizard hold it [BLASTOISINITE] Name = Blastoisinite NamePlural = Blastoisinites -Pocket = HeldItems +Pocket = MegaStones Price = 0 BPPrice = 50 Flags = MegaStone,Fling_80 @@ -4604,7 +4604,7 @@ Description = One of a variety of mysterious Mega Stones. Have Blastoise hold it [BEEDRILLITE] Name = Beedrillite NamePlural = Beedrillites -Pocket = HeldItems +Pocket = MegaStones Price = 0 BPPrice = 50 Flags = MegaStone,Fling_80 @@ -4613,7 +4613,7 @@ Description = One of a variety of mysterious Mega Stones. Have Beedrill hold it, [PIDGEOTITE] Name = Pidgeotite NamePlural = Pidgeotites -Pocket = HeldItems +Pocket = MegaStones Price = 0 BPPrice = 50 Flags = MegaStone,Fling_80 @@ -4622,7 +4622,7 @@ Description = One of a variety of mysterious Mega Stones. Have Pidgeot hold it, [ALAKAZITE] Name = Alakazite NamePlural = Alakazites -Pocket = HeldItems +Pocket = MegaStones Price = 0 BPPrice = 50 Flags = MegaStone,Fling_80 @@ -4631,7 +4631,7 @@ Description = One of a variety of mysterious Mega Stones. Have Alakazam hold it, [SLOWBRONITE] Name = Slowbronite NamePlural = Slowbronites -Pocket = HeldItems +Pocket = MegaStones Price = 0 BPPrice = 50 Flags = MegaStone,Fling_80 @@ -4640,7 +4640,7 @@ Description = One of a variety of mysterious Mega Stones. Have Slowbro hold it, [GENGARITE] Name = Gengarite NamePlural = Gengarites -Pocket = HeldItems +Pocket = MegaStones Price = 0 BPPrice = 50 Flags = MegaStone,Fling_80 @@ -4649,7 +4649,7 @@ Description = One of a variety of mysterious Mega Stones. Have Gengar hold it, a [KANGASKHANITE] Name = Kangaskhanite NamePlural = Kangaskhanites -Pocket = HeldItems +Pocket = MegaStones Price = 0 BPPrice = 50 Flags = MegaStone,Fling_80 @@ -4658,7 +4658,7 @@ Description = One of a variety of mysterious Mega Stones. Have Kangaskhan hold i [PINSIRITE] Name = Pinsirite NamePlural = Pinsirites -Pocket = HeldItems +Pocket = MegaStones Price = 0 BPPrice = 50 Flags = MegaStone,Fling_80 @@ -4667,7 +4667,7 @@ Description = One of a variety of mysterious Mega Stones. Have Pinsir hold it, a [GYARADOSITE] Name = Gyaradosite NamePlural = Gyaradosites -Pocket = HeldItems +Pocket = MegaStones Price = 0 BPPrice = 50 Flags = MegaStone,Fling_80 @@ -4676,7 +4676,7 @@ Description = One of a variety of mysterious Mega Stones. Have Gyarados hold it, [AERODACTYLITE] Name = Aerodactylite NamePlural = Aerodactylites -Pocket = HeldItems +Pocket = MegaStones Price = 0 BPPrice = 50 Flags = MegaStone,Fling_80 @@ -4685,7 +4685,7 @@ Description = One of a variety of mysterious Mega Stones. Have Aerodactyl hold i [MEWTWONITEX] Name = Mewtwonite X NamePlural = Mewtwonite Xs -Pocket = HeldItems +Pocket = MegaStones Price = 0 BPPrice = 50 Flags = MegaStone,Fling_80 @@ -4694,7 +4694,7 @@ Description = One of a variety of mysterious Mega Stones. Have Mewtwo hold it, a [MEWTWONITEY] Name = Mewtwonite Y NamePlural = Mewtwonite Ys -Pocket = HeldItems +Pocket = MegaStones Price = 0 BPPrice = 50 Flags = MegaStone,Fling_80 @@ -4703,7 +4703,7 @@ Description = One of a variety of mysterious Mega Stones. Have Mewtwo hold it, a [AMPHAROSITE] Name = Ampharosite NamePlural = Ampharosites -Pocket = HeldItems +Pocket = MegaStones Price = 0 BPPrice = 50 Flags = MegaStone,Fling_80 @@ -4712,7 +4712,7 @@ Description = One of a variety of mysterious Mega Stones. Have Ampharos hold it, [STEELIXITE] Name = Steelixite NamePlural = Steelixites -Pocket = HeldItems +Pocket = MegaStones Price = 0 BPPrice = 50 Flags = MegaStone,Fling_80 @@ -4721,7 +4721,7 @@ Description = One of a variety of mysterious Mega Stones. Have Steelix hold it, [SCIZORITE] Name = Scizorite NamePlural = Scizorites -Pocket = HeldItems +Pocket = MegaStones Price = 0 BPPrice = 50 Flags = MegaStone,Fling_80 @@ -4730,7 +4730,7 @@ Description = One of a variety of mysterious Mega Stones. Have Scizor hold it, a [HERACRONITE] Name = Heracronite NamePlural = Heracronites -Pocket = HeldItems +Pocket = MegaStones Price = 0 BPPrice = 50 Flags = MegaStone,Fling_80 @@ -4739,7 +4739,7 @@ Description = One of a variety of mysterious Mega Stones. Have Heracross hold it [HOUNDOOMINITE] Name = Houndoominite NamePlural = Houndoominites -Pocket = HeldItems +Pocket = MegaStones Price = 0 BPPrice = 50 Flags = MegaStone,Fling_80 @@ -4748,7 +4748,7 @@ Description = One of a variety of mysterious Mega Stones. Have Houndoom hold it, [TYRANITARITE] Name = Tyranitarite NamePlural = Tyranitarites -Pocket = HeldItems +Pocket = MegaStones Price = 0 BPPrice = 50 Flags = MegaStone,Fling_80 @@ -4757,7 +4757,7 @@ Description = One of a variety of mysterious Mega Stones. Have Tyranitar hold it [SCEPTILITE] Name = Sceptilite NamePlural = Sceptilites -Pocket = HeldItems +Pocket = MegaStones Price = 0 BPPrice = 50 Flags = MegaStone,Fling_80 @@ -4766,7 +4766,7 @@ Description = One of a variety of mysterious Mega Stones. Have Sceptile hold it, [BLAZIKENITE] Name = Blazikenite NamePlural = Blazikenites -Pocket = HeldItems +Pocket = MegaStones Price = 0 BPPrice = 50 Flags = MegaStone,Fling_80 @@ -4775,7 +4775,7 @@ Description = One of a variety of mysterious Mega Stones. Have Blaziken hold it, [SWAMPERTITE] Name = Swampertite NamePlural = Swampertites -Pocket = HeldItems +Pocket = MegaStones Price = 0 BPPrice = 50 Flags = MegaStone,Fling_80 @@ -4784,7 +4784,7 @@ Description = One of a variety of mysterious Mega Stones. Have Swampert hold it, [GARDEVOIRITE] Name = Gardevoirite NamePlural = Gardevoirites -Pocket = HeldItems +Pocket = MegaStones Price = 0 BPPrice = 50 Flags = MegaStone,Fling_80 @@ -4793,7 +4793,7 @@ Description = One of a variety of mysterious Mega Stones. Have Gardevoir hold it [SABLENITE] Name = Sablenite NamePlural = Sablenites -Pocket = HeldItems +Pocket = MegaStones Price = 0 BPPrice = 50 Flags = MegaStone,Fling_80 @@ -4802,7 +4802,7 @@ Description = One of a variety of mysterious Mega Stones. Have Sableye hold it, [MAWILITE] Name = Mawilite NamePlural = Mawilites -Pocket = HeldItems +Pocket = MegaStones Price = 0 BPPrice = 50 Flags = MegaStone,Fling_80 @@ -4811,7 +4811,7 @@ Description = One of a variety of mysterious Mega Stones. Have Mawile hold it, a [AGGRONITE] Name = Aggronite NamePlural = Aggronites -Pocket = HeldItems +Pocket = MegaStones Price = 0 BPPrice = 50 Flags = MegaStone,Fling_80 @@ -4820,7 +4820,7 @@ Description = One of a variety of mysterious Mega Stones. Have Aggron hold it, a [MEDICHAMITE] Name = Medichamite NamePlural = Medichamites -Pocket = HeldItems +Pocket = MegaStones Price = 0 BPPrice = 50 Flags = MegaStone,Fling_80 @@ -4829,7 +4829,7 @@ Description = One of a variety of mysterious Mega Stones. Have Medicham hold it, [MANECTITE] Name = Manectite NamePlural = Manectites -Pocket = HeldItems +Pocket = MegaStones Price = 0 BPPrice = 50 Flags = MegaStone,Fling_80 @@ -4838,7 +4838,7 @@ Description = One of a variety of mysterious Mega Stones. Have Manectric hold it [SHARPEDONITE] Name = Sharpedonite NamePlural = Sharpedonites -Pocket = HeldItems +Pocket = MegaStones Price = 0 BPPrice = 50 Flags = MegaStone,Fling_80 @@ -4847,7 +4847,7 @@ Description = One of a variety of mysterious Mega Stones. Have Sharpedo hold it, [CAMERUPTITE] Name = Cameruptite NamePlural = Cameruptites -Pocket = HeldItems +Pocket = MegaStones Price = 0 BPPrice = 50 Flags = MegaStone,Fling_80 @@ -4856,7 +4856,7 @@ Description = One of a variety of mysterious Mega Stones. Have Camerupt hold it, [ALTARIANITE] Name = Altarianite NamePlural = Altarianites -Pocket = HeldItems +Pocket = MegaStones Price = 0 BPPrice = 50 Flags = MegaStone,Fling_80 @@ -4865,7 +4865,7 @@ Description = One of a variety of mysterious Mega Stones. Have Altaria hold it, [BANETTITE] Name = Banettite NamePlural = Banettites -Pocket = HeldItems +Pocket = MegaStones Price = 0 BPPrice = 50 Flags = MegaStone,Fling_80 @@ -4874,7 +4874,7 @@ Description = One of a variety of mysterious Mega Stones. Have Banette hold it, [ABSOLITE] Name = Absolite NamePlural = Absolites -Pocket = HeldItems +Pocket = MegaStones Price = 0 BPPrice = 50 Flags = MegaStone,Fling_80 @@ -4883,7 +4883,7 @@ Description = One of a variety of mysterious Mega Stones. Have Absol hold it, an [GLALITITE] Name = Glalitite NamePlural = Glalitites -Pocket = HeldItems +Pocket = MegaStones Price = 0 BPPrice = 50 Flags = MegaStone,Fling_80 @@ -4892,7 +4892,7 @@ Description = One of a variety of mysterious Mega Stones. Have Glalie hold it, a [SALAMENCITE] Name = Salamencite NamePlural = Salamencites -Pocket = HeldItems +Pocket = MegaStones Price = 0 BPPrice = 50 Flags = MegaStone,Fling_80 @@ -4901,7 +4901,7 @@ Description = One of a variety of mysterious Mega Stones. Have Salamence hold it [METAGROSSITE] Name = Metagrossite NamePlural = Metagrossites -Pocket = HeldItems +Pocket = MegaStones Price = 0 BPPrice = 50 Flags = MegaStone,Fling_80 @@ -4910,7 +4910,7 @@ Description = One of a variety of mysterious Mega Stones. Have Metagross hold it [LATIASITE] Name = Latiasite NamePlural = Latiasites -Pocket = HeldItems +Pocket = MegaStones Price = 0 BPPrice = 50 Flags = MegaStone,Fling_80 @@ -4919,7 +4919,7 @@ Description = One of a variety of mysterious Mega Stones. Have Latias hold it, a [LATIOSITE] Name = Latiosite NamePlural = Latiosites -Pocket = HeldItems +Pocket = MegaStones Price = 0 BPPrice = 50 Flags = MegaStone,Fling_80 @@ -4928,7 +4928,7 @@ Description = One of a variety of mysterious Mega Stones. Have Latios hold it, a [LOPUNNITE] Name = Lopunnite NamePlural = Lopunnites -Pocket = HeldItems +Pocket = MegaStones Price = 0 BPPrice = 50 Flags = MegaStone,Fling_80 @@ -4937,7 +4937,7 @@ Description = One of a variety of mysterious Mega Stones. Have Lopunny hold it, [GARCHOMPITE] Name = Garchompite NamePlural = Garchompites -Pocket = HeldItems +Pocket = MegaStones Price = 0 BPPrice = 50 Flags = MegaStone,Fling_80 @@ -4946,7 +4946,7 @@ Description = One of a variety of mysterious Mega Stones. Have Garchomp hold it, [LUCARIONITE] Name = Lucarionite NamePlural = Lucarionites -Pocket = HeldItems +Pocket = MegaStones Price = 0 BPPrice = 50 Flags = MegaStone,Fling_80 @@ -4955,7 +4955,7 @@ Description = One of a variety of mysterious Mega Stones. Have Lucario hold it, [ABOMASITE] Name = Abomasite NamePlural = Abomasites -Pocket = HeldItems +Pocket = MegaStones Price = 0 BPPrice = 50 Flags = MegaStone,Fling_80 @@ -4964,7 +4964,7 @@ Description = One of a variety of mysterious Mega Stones. Have Abomasnow hold it [GALLADITE] Name = Galladite NamePlural = Galladites -Pocket = HeldItems +Pocket = MegaStones Price = 0 BPPrice = 50 Flags = MegaStone,Fling_80 @@ -4973,7 +4973,7 @@ Description = One of a variety of mysterious Mega Stones. Have Gallade hold it, [AUDINITE] Name = Audinite NamePlural = Audinites -Pocket = HeldItems +Pocket = MegaStones Price = 0 BPPrice = 50 Flags = MegaStone,Fling_80 @@ -4982,7 +4982,7 @@ Description = One of a variety of mysterious Mega Stones. Have Audino hold it, a [DIANCITE] Name = Diancite NamePlural = Diancites -Pocket = HeldItems +Pocket = MegaStones Price = 0 BPPrice = 50 Flags = MegaStone,Fling_80