mirror of
https://github.com/Manu098vm/Switch-Gift-Data-Manager.git
synced 2026-07-15 07:41:38 -05:00
Add new Species and Items
This commit is contained in:
parent
7e05c2fa8a
commit
fee2b66c98
|
|
@ -23,7 +23,7 @@ public class PokemonGift
|
|||
return false;
|
||||
}
|
||||
|
||||
public static string GetSpeciesName(uint species) => Properties.Resources.Species.Split(new string[] { "\n" }, StringSplitOptions.None)[species].Replace(",", "");
|
||||
public static string GetSpeciesName(uint species) => Properties.Resources.Species.Split(new string[] { "\n" }, StringSplitOptions.None)[species];
|
||||
|
||||
public static bool IsShiny(uint pid, uint tid, uint sid) => sid != 0 || tid != 0 ? (sid ^ tid ^ (pid >> 16) ^ (pid & 0xFFFF)) < 16 : false;
|
||||
|
||||
|
|
|
|||
|
|
@ -2398,4 +2398,85 @@ Green Dish
|
|||
Orange Dish
|
||||
Red Dish
|
||||
White Dish
|
||||
Yellow Dish
|
||||
Yellow Dish
|
||||
Fairy Feather
|
||||
Syrupy Apple
|
||||
Unremarkable Teacup
|
||||
Masterpiece Teacup
|
||||
Teal Mask
|
||||
Cornerstone Mask
|
||||
Wellspring Mask
|
||||
Hearthflame Mask
|
||||
Teal Style Card
|
||||
Crystal Cluster
|
||||
Health Mochi
|
||||
Muscle Mochi
|
||||
Resist Mochi
|
||||
Genius Mochi
|
||||
Clever Mochi
|
||||
Swift Mochi
|
||||
Simple Chairs
|
||||
Academy Chairs
|
||||
Academy Chairs
|
||||
Whimsical Chairs
|
||||
Leafy Chairs
|
||||
Spooky Chairs
|
||||
Plaid Chairs (Y)
|
||||
Plaid Chairs (B)
|
||||
Plaid Chairs (R)
|
||||
B&W Grass Chairs
|
||||
Battle Chairs
|
||||
Monstrous Chairs
|
||||
Striped Chairs
|
||||
Diamond Chairs
|
||||
Polka-Dot Chairs
|
||||
Lilac Chairs
|
||||
Mint Chairs
|
||||
Peach Chairs
|
||||
Yellow Chairs
|
||||
Blue Chairs
|
||||
Pink Chairs
|
||||
Ekans Fang
|
||||
Sandshrew Claw
|
||||
Cleffa Fur
|
||||
Vulpix Fur
|
||||
Poliwag Slime
|
||||
Bellsprout Vine
|
||||
Geodude Fragment
|
||||
Koffing Gas
|
||||
Munchlax Fang
|
||||
Sentret Fur
|
||||
Hoothoot Feather
|
||||
Spinarak Thread
|
||||
Aipom Hair
|
||||
Yanma Spike
|
||||
Gligar Fang
|
||||
Slugma Lava
|
||||
Swinub Hair
|
||||
Poochyena Fang
|
||||
Lotad Leaf
|
||||
Seedot Stem
|
||||
Nosepass Fragment
|
||||
Volbeat Fluid
|
||||
Illumise Fluid
|
||||
Corphish Shell
|
||||
Feebas Scales
|
||||
Duskull Fragment
|
||||
Chingling Fragment
|
||||
Timburr Sweat
|
||||
Sewaddle Leaf
|
||||
Ducklett Feather
|
||||
Litwick Soot
|
||||
Mienfoo Claw
|
||||
Vullaby Feather
|
||||
Carbink Jewel
|
||||
Phantump Twig
|
||||
Grubbin Thread
|
||||
Cutiefly Powder
|
||||
Jangmo-o Scales
|
||||
Cramorant Down
|
||||
Morpeko Snack
|
||||
Poltchageist Powder
|
||||
Fresh-Start Mochi
|
||||
Roto-Stick
|
||||
Glimmering Charm
|
||||
File diff suppressed because it is too large
Load Diff
Loading…
Reference in New Issue
Block a user