From 80bedb97c4014f5edfa42fa9b570be416a5e9b45 Mon Sep 17 00:00:00 2001 From: Kurt Date: Wed, 8 Nov 2017 13:06:20 -0800 Subject: [PATCH] Misc tweaks Adds game names for languages other than english adds z crystal sprites for held items temp-fixes chinese pkm names (need manual translation for the new species) remove newline at eof toggle back on legal item lists, add assumed Key Item list differentiate duplicate item name strings (-arizers) --- PKHeX.Core/Game/GameInfo.cs | 2 + PKHeX.Core/Legality/Tables7.cs | 22 +- .../Resources/text/de/text_Abilities_de.txt | 2 +- .../Resources/text/de/text_Games_de.txt | 4 +- .../Resources/text/de/text_Items_de.txt | 4 +- .../Resources/text/de/text_Moves_de.txt | 2 +- .../Resources/text/de/text_Species_de.txt | 2 +- .../Resources/text/de/text_sm_00000_de.txt | 2 +- .../Resources/text/de/text_sm_30000_de.txt | 2 +- .../Resources/text/de/text_sm_40000_de.txt | 2 +- .../Resources/text/de/text_sm_60000_de.txt | 2 +- .../Resources/text/en/text_Abilities_en.txt | 2 +- .../Resources/text/en/text_Forms_en.txt | Bin 7130 -> 7126 bytes .../Resources/text/en/text_Items_en.txt | 2 +- .../Resources/text/en/text_Moves_en.txt | 2 +- .../Resources/text/en/text_Species_en.txt | 2 +- .../Resources/text/en/text_sm_00000_en.txt | 2 +- .../Resources/text/en/text_sm_30000_en.txt | 2 +- .../Resources/text/en/text_sm_40000_en.txt | 2 +- .../Resources/text/en/text_sm_60000_en.txt | 2 +- .../Resources/text/es/text_Abilities_es.txt | 2 +- .../Resources/text/es/text_Forms_es.txt | Bin 7406 -> 7402 bytes .../Resources/text/es/text_Games_es.txt | 4 +- .../Resources/text/es/text_Items_es.txt | 4 +- .../Resources/text/es/text_Moves_es.txt | 2 +- .../Resources/text/es/text_Species_es.txt | 2 +- .../Resources/text/es/text_sm_00000_es.txt | 2 +- .../Resources/text/es/text_sm_30000_es.txt | 2 +- .../Resources/text/es/text_sm_40000_es.txt | 2 +- .../Resources/text/es/text_sm_60000_es.txt | 2 +- .../Resources/text/fr/text_Abilities_fr.txt | 2 +- .../Resources/text/fr/text_Forms_fr.txt | Bin 7356 -> 7352 bytes .../Resources/text/fr/text_Games_fr.txt | 4 +- .../Resources/text/fr/text_Items_fr.txt | 4 +- .../Resources/text/fr/text_Moves_fr.txt | 2 +- .../Resources/text/fr/text_Species_fr.txt | 2 +- .../Resources/text/fr/text_sm_00000_fr.txt | 2 +- .../Resources/text/fr/text_sm_30000_fr.txt | 2 +- .../Resources/text/fr/text_sm_40000_fr.txt | 2 +- .../Resources/text/fr/text_sm_60000_fr.txt | 2 +- .../Resources/text/it/text_Abilities_it.txt | 2 +- .../Resources/text/it/text_Forms_it.txt | Bin 7554 -> 7550 bytes .../Resources/text/it/text_Games_it.txt | 4 +- .../Resources/text/it/text_Items_it.txt | 2 +- .../Resources/text/it/text_Moves_it.txt | 2 +- .../Resources/text/it/text_Species_it.txt | 2 +- .../Resources/text/it/text_sm_00000_it.txt | 2 +- .../Resources/text/it/text_sm_30000_it.txt | 2 +- .../Resources/text/it/text_sm_40000_it.txt | 2 +- .../Resources/text/it/text_sm_60000_it.txt | 2 +- .../Resources/text/ja/text_Abilities_ja.txt | 2 +- .../Resources/text/ja/text_Forms_ja.txt | Bin 7922 -> 7918 bytes .../Resources/text/ja/text_Games_ja.txt | 4 +- .../Resources/text/ja/text_Items_ja.txt | 2 +- .../Resources/text/ja/text_Moves_ja.txt | 2 +- .../Resources/text/ja/text_Species_ja.txt | 2 +- .../Resources/text/ja/text_sm_00000_ja.txt | 2 +- .../Resources/text/ja/text_sm_30000_ja.txt | 2 +- .../Resources/text/ja/text_sm_40000_ja.txt | 2 +- .../Resources/text/ja/text_sm_60000_ja.txt | 2 +- .../Resources/text/ko/text_Abilities_ko.txt | 2 +- .../Resources/text/ko/text_Forms_ko.txt | Bin 7074 -> 7070 bytes .../Resources/text/ko/text_Games_ko.txt | 4 +- .../Resources/text/ko/text_Items_ko.txt | 2 +- .../Resources/text/ko/text_Moves_ko.txt | 2 +- .../Resources/text/ko/text_Species_ko.txt | 2 +- .../Resources/text/ko/text_sm_00000_ko.txt | 2 +- .../Resources/text/ko/text_sm_30000_ko.txt | 2 +- .../Resources/text/ko/text_sm_40000_ko.txt | 2 +- .../Resources/text/ko/text_sm_60000_ko.txt | 2 +- .../Resources/text/zh/text_Abilities_zh.txt | 2 +- .../Resources/text/zh/text_Forms_zh.txt | Bin 6826 -> 6822 bytes .../Resources/text/zh/text_Games_zh.txt | 4 +- .../Resources/text/zh/text_Items_zh.txt | 2 +- .../Resources/text/zh/text_Moves_zh.txt | 2 +- .../Resources/text/zh/text_Species_zh.txt | 1616 ++++++++--------- .../Resources/text/zh/text_Species_zh2.txt | 1616 ++++++++--------- .../Resources/text/zh/text_sm_00000_zh.txt | 2 +- .../Resources/text/zh/text_sm_30000_zh.txt | 2 +- .../Resources/text/zh/text_sm_40000_zh.txt | 2 +- .../Resources/text/zh/text_sm_60000_zh.txt | 2 +- PKHeX.WinForms/PKHeX.WinForms.csproj | 6 + .../Properties/Resources.Designer.cs | 62 +- PKHeX.WinForms/Properties/Resources.resx | 18 + .../Resources/img/item/item_921.png | Bin 0 -> 303 bytes .../Resources/img/item/item_922.png | Bin 0 -> 309 bytes .../Resources/img/item/item_923.png | Bin 0 -> 290 bytes .../Resources/img/item/item_924.png | Bin 0 -> 290 bytes .../Resources/img/item/item_925.png | Bin 0 -> 297 bytes .../Resources/img/item/item_926.png | Bin 0 -> 296 bytes 90 files changed, 1794 insertions(+), 1708 deletions(-) create mode 100644 PKHeX.WinForms/Resources/img/item/item_921.png create mode 100644 PKHeX.WinForms/Resources/img/item/item_922.png create mode 100644 PKHeX.WinForms/Resources/img/item/item_923.png create mode 100644 PKHeX.WinForms/Resources/img/item/item_924.png create mode 100644 PKHeX.WinForms/Resources/img/item/item_925.png create mode 100644 PKHeX.WinForms/Resources/img/item/item_926.png diff --git a/PKHeX.Core/Game/GameInfo.cs b/PKHeX.Core/Game/GameInfo.cs index dcfcbdf92..e56917fc0 100644 --- a/PKHeX.Core/Game/GameInfo.cs +++ b/PKHeX.Core/Game/GameInfo.cs @@ -183,6 +183,8 @@ namespace PKHeX.Core itemlist[771] += " (3)"; // Meteorite itemlist[772] += " (4)"; // Meteorite itemlist[842] += " (SM)"; // Fishing Rod + itemlist[945] += " (2)"; // Used Solarizer + itemlist[946] += " (2)"; // Used Lunarizer // Append Z-Crystal flagging foreach (var i in Legal.Pouch_ZCrystal_USUM) diff --git a/PKHeX.Core/Legality/Tables7.cs b/PKHeX.Core/Legality/Tables7.cs index 2c0b89754..ee2d059ca 100644 --- a/PKHeX.Core/Legality/Tables7.cs +++ b/PKHeX.Core/Legality/Tables7.cs @@ -12,10 +12,10 @@ namespace PKHeX.Core internal const int MaxBallID_7 = 0x1A; // 26 internal const int MaxGameID_7 = 41; // Crystal (VC?) - internal const int MaxSpeciesID_7_USUM = 807; // 807 todo - internal const int MaxMoveID_7_USUM = 728; // 728 todo - internal const int MaxItemID_7_USUM = 959; // 959 todo - internal const int MaxAbilityID_7_USUM = 233; // 233 todo + internal const int MaxSpeciesID_7_USUM = 807; + internal const int MaxMoveID_7_USUM = 728; + internal const int MaxItemID_7_USUM = 959; + internal const int MaxAbilityID_7_USUM = 233; #region Met Locations @@ -93,11 +93,11 @@ namespace PKHeX.Core 705, 706, 765, 773, 797, 841, 842, 843, 845, 847, 850, 857, 858, 860, }; - internal static readonly ushort[] Pouch_Key_USUM = { - // todo - }; + internal static readonly ushort[] Pouch_Key_USUM = Pouch_Key_SM.Concat(new ushort[] { + 933, 934, 935, 936, 937, 938, 939, 940, 941, 942, 943, 944, 945, 946, 947, 948 + }).ToArray(); internal static readonly ushort[] Pouch_Roto_USUM = { - //949, 950, 951, 952, 953, 954, 955, 956, 957, 958, 959 + 949, 950, 951, 952, 953, 954, 955, 956, 957, 958, 959 }; internal static readonly ushort[] Pouch_TMHM_SM = { // 02 328, 329, 330, 331, 332, 333, 334, 335, 336, 337, 338, 339, 340, 341, 342, 343, 344, 345, @@ -123,16 +123,16 @@ namespace PKHeX.Core 776, 777, 778, 779, 780, 781, 782, 783, 784, 785, 786, 787, 788, 789, 790, 791, 792, 793, 794, 798, 799, 800, 801, 802, 803, 804, 805, 806, 836 }; internal static readonly ushort[] Pouch_ZCrystal_USUM = Pouch_ZCrystal_SM.Concat(new ushort[] { // Bead - //927, 928, 929, 930, 931, 932 + 927, 928, 929, 930, 931, 932 }).ToArray(); internal static readonly ushort[] Pouch_ZCrystalHeld_USUM = Pouch_ZCrystalHeld_SM.Concat(new ushort[] { // Piece - //921, 922, 923, 924, 925, 926 + 921, 922, 923, 924, 925, 926 }).ToArray(); public static readonly Dictionary ZCrystalDictionary = Pouch_ZCrystal_USUM .Zip(Pouch_ZCrystalHeld_USUM, (k, v) => new { Key = (int)k, Value = (int)v }) .ToDictionary(x => x.Key, x => x.Value); internal static readonly ushort[] HeldItems_SM = new ushort[1].Concat(Pouch_Items_SM).Concat(Pouch_Berries_SM).Concat(Pouch_Medicine_SM).Concat(Pouch_ZCrystalHeld_SM).ToArray(); - internal static readonly ushort[] HeldItems_USUM = HeldItems_SM; // todo + internal static readonly ushort[] HeldItems_USUM = new ushort[1].Concat(Pouch_Items_SM).Concat(Pouch_Berries_SM).Concat(Pouch_Medicine_SM).Concat(Pouch_ZCrystalHeld_USUM).ToArray(); private static readonly HashSet WildPokeballs7 = new HashSet { 0x01, 0x02, 0x03, 0x04, 0x06, 0x07, 0x08, 0x09, 0x0A, 0x0B, 0x0C, 0x0D, 0x0E, 0x0F, diff --git a/PKHeX.Core/Resources/text/de/text_Abilities_de.txt b/PKHeX.Core/Resources/text/de/text_Abilities_de.txt index 07e757f7f..3c7567acd 100644 --- a/PKHeX.Core/Resources/text/de/text_Abilities_de.txt +++ b/PKHeX.Core/Resources/text/de/text_Abilities_de.txt @@ -231,4 +231,4 @@ Gras-Erzeuger Metallprotektor Phantomschutz Prismarüstung -Zerebralmacht +Zerebralmacht \ No newline at end of file diff --git a/PKHeX.Core/Resources/text/de/text_Games_de.txt b/PKHeX.Core/Resources/text/de/text_Games_de.txt index fd2e7673b..6da84df98 100644 --- a/PKHeX.Core/Resources/text/de/text_Games_de.txt +++ b/PKHeX.Core/Resources/text/de/text_Games_de.txt @@ -30,8 +30,8 @@ Omega Rubin Sonne Mond - - +Ultrasonne +Ultramond GO Rote Blaue [INT]/Grüne [JP] diff --git a/PKHeX.Core/Resources/text/de/text_Items_de.txt b/PKHeX.Core/Resources/text/de/text_Items_de.txt index 31ff1343d..a0432a7cb 100644 --- a/PKHeX.Core/Resources/text/de/text_Items_de.txt +++ b/PKHeX.Core/Resources/text/de/text_Items_de.txt @@ -1,4 +1,4 @@ -Kein Item +Kein Meisterball Hyperball Superball @@ -957,4 +957,4 @@ Schutzbon KP-Bon AP-Bon Statuswertebon -Fangbon +Fangbon \ No newline at end of file diff --git a/PKHeX.Core/Resources/text/de/text_Moves_de.txt b/PKHeX.Core/Resources/text/de/text_Moves_de.txt index 369c8c6bf..568ddb78d 100644 --- a/PKHeX.Core/Resources/text/de/text_Moves_de.txt +++ b/PKHeX.Core/Resources/text/de/text_Moves_de.txt @@ -726,4 +726,4 @@ Schmetternde Sonnenwalze Geballter Mondlaser Herzliche Knuddelkloppe Fataler Steinregen -Rasselnder Seelentanz +Rasselnder Seelentanz \ No newline at end of file diff --git a/PKHeX.Core/Resources/text/de/text_Species_de.txt b/PKHeX.Core/Resources/text/de/text_Species_de.txt index 347832e98..27a20de1e 100644 --- a/PKHeX.Core/Resources/text/de/text_Species_de.txt +++ b/PKHeX.Core/Resources/text/de/text_Species_de.txt @@ -805,4 +805,4 @@ Venicro Agoyon Muramura Kopplosio -Zeraora +Zeraora \ No newline at end of file diff --git a/PKHeX.Core/Resources/text/de/text_sm_00000_de.txt b/PKHeX.Core/Resources/text/de/text_sm_00000_de.txt index 1812fe8a0..6260035dd 100644 --- a/PKHeX.Core/Resources/text/de/text_sm_00000_de.txt +++ b/PKHeX.Core/Resources/text/de/text_sm_00000_de.txt @@ -230,4 +230,4 @@ Pikachu-Tal Route 1 Trainerschule -Spaltberg-Tunnel +Spaltberg-Tunnel \ No newline at end of file diff --git a/PKHeX.Core/Resources/text/de/text_sm_30000_de.txt b/PKHeX.Core/Resources/text/de/text_sm_30000_de.txt index 83b9a3aec..6a5fd3a04 100644 --- a/PKHeX.Core/Resources/text/de/text_sm_30000_de.txt +++ b/PKHeX.Core/Resources/text/de/text_sm_30000_de.txt @@ -14,4 +14,4 @@ Kanto-Region Hoenn-Region Alola-Region Pokémon-Resort -Johto-Region +Johto-Region \ No newline at end of file diff --git a/PKHeX.Core/Resources/text/de/text_sm_40000_de.txt b/PKHeX.Core/Resources/text/de/text_sm_40000_de.txt index 7e8fb4da1..cc4e30bb8 100644 --- a/PKHeX.Core/Resources/text/de/text_sm_40000_de.txt +++ b/PKHeX.Core/Resources/text/de/text_sm_40000_de.txt @@ -85,4 +85,4 @@ Pokémon GO Pokémon Bank Pokémon-Geschäft Demo-Version -Pokémon Trainer Club +Pokémon Trainer Club \ No newline at end of file diff --git a/PKHeX.Core/Resources/text/de/text_sm_60000_de.txt b/PKHeX.Core/Resources/text/de/text_sm_60000_de.txt index ff8c3c2c7..1c2f57288 100644 --- a/PKHeX.Core/Resources/text/de/text_sm_60000_de.txt +++ b/PKHeX.Core/Resources/text/de/text_sm_60000_de.txt @@ -1,4 +1,4 @@ Ferne Person Hortleiterinnen Schatzsucher -Dame der Heißen Quellen +Dame der Heißen Quellen \ No newline at end of file diff --git a/PKHeX.Core/Resources/text/en/text_Abilities_en.txt b/PKHeX.Core/Resources/text/en/text_Abilities_en.txt index 101e2adcf..7383e9b68 100644 --- a/PKHeX.Core/Resources/text/en/text_Abilities_en.txt +++ b/PKHeX.Core/Resources/text/en/text_Abilities_en.txt @@ -231,4 +231,4 @@ Grassy Surge Full Metal Body Shadow Shield Prism Armor -Neuroforce +Neuroforce \ No newline at end of file diff --git a/PKHeX.Core/Resources/text/en/text_Forms_en.txt b/PKHeX.Core/Resources/text/en/text_Forms_en.txt index da9790512579d70ecec06cf4f58659df2df4247c..4ae5cab82dd6c18339d643a38225b90f4426a478 100644 GIT binary patch delta 7 Ocmca*e$9NtHE944C + + + + + + diff --git a/PKHeX.WinForms/Properties/Resources.Designer.cs b/PKHeX.WinForms/Properties/Resources.Designer.cs index 975089ab0..8783c677c 100644 --- a/PKHeX.WinForms/Properties/Resources.Designer.cs +++ b/PKHeX.WinForms/Properties/Resources.Designer.cs @@ -19,7 +19,7 @@ namespace PKHeX.WinForms.Properties { // class via a tool like ResGen or Visual Studio. // To add or remove a member, edit your .ResX file then rerun ResGen // with the /str option, or rebuild your VS project. - [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Resources.Tools.StronglyTypedResourceBuilder", "4.0.0.0")] + [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Resources.Tools.StronglyTypedResourceBuilder", "15.0.0.0")] [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.Runtime.CompilerServices.CompilerGeneratedAttribute()] internal class Resources { @@ -17308,6 +17308,66 @@ namespace PKHeX.WinForms.Properties { } } + /// + /// Looks up a localized resource of type System.Drawing.Bitmap. + /// + internal static System.Drawing.Bitmap item_921 { + get { + object obj = ResourceManager.GetObject("item_921", resourceCulture); + return ((System.Drawing.Bitmap)(obj)); + } + } + + /// + /// Looks up a localized resource of type System.Drawing.Bitmap. + /// + internal static System.Drawing.Bitmap item_922 { + get { + object obj = ResourceManager.GetObject("item_922", resourceCulture); + return ((System.Drawing.Bitmap)(obj)); + } + } + + /// + /// Looks up a localized resource of type System.Drawing.Bitmap. + /// + internal static System.Drawing.Bitmap item_923 { + get { + object obj = ResourceManager.GetObject("item_923", resourceCulture); + return ((System.Drawing.Bitmap)(obj)); + } + } + + /// + /// Looks up a localized resource of type System.Drawing.Bitmap. + /// + internal static System.Drawing.Bitmap item_924 { + get { + object obj = ResourceManager.GetObject("item_924", resourceCulture); + return ((System.Drawing.Bitmap)(obj)); + } + } + + /// + /// Looks up a localized resource of type System.Drawing.Bitmap. + /// + internal static System.Drawing.Bitmap item_925 { + get { + object obj = ResourceManager.GetObject("item_925", resourceCulture); + return ((System.Drawing.Bitmap)(obj)); + } + } + + /// + /// Looks up a localized resource of type System.Drawing.Bitmap. + /// + internal static System.Drawing.Bitmap item_926 { + get { + object obj = ResourceManager.GetObject("item_926", resourceCulture); + return ((System.Drawing.Bitmap)(obj)); + } + } + /// /// Looks up a localized resource of type System.Drawing.Bitmap. /// diff --git a/PKHeX.WinForms/Properties/Resources.resx b/PKHeX.WinForms/Properties/Resources.resx index 70130507c..563cc474e 100644 --- a/PKHeX.WinForms/Properties/Resources.resx +++ b/PKHeX.WinForms/Properties/Resources.resx @@ -5989,4 +5989,22 @@ ..\Resources\img\Pokemon Sprites\807.png;System.Drawing.Bitmap, System.Drawing, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a + + ..\Resources\img\item\item_921.png;System.Drawing.Bitmap, System.Drawing, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a + + + ..\Resources\img\item\item_922.png;System.Drawing.Bitmap, System.Drawing, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a + + + ..\Resources\img\item\item_923.png;System.Drawing.Bitmap, System.Drawing, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a + + + ..\Resources\img\item\item_924.png;System.Drawing.Bitmap, System.Drawing, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a + + + ..\Resources\img\item\item_925.png;System.Drawing.Bitmap, System.Drawing, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a + + + ..\Resources\img\item\item_926.png;System.Drawing.Bitmap, System.Drawing, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a + \ No newline at end of file diff --git a/PKHeX.WinForms/Resources/img/item/item_921.png b/PKHeX.WinForms/Resources/img/item/item_921.png new file mode 100644 index 0000000000000000000000000000000000000000..be2b1513166a9258685c2db8599168f35bfda431 GIT binary patch literal 303 zcmeAS@N?(olHy`uVBq!ia0vp^VnEEv!3HGFOzxBdDVB6cUq=Rpjs4tz5?Mi#1s;*b z3=DjSK$uZf!>a)(C{f}XQ4*Y=R#Ki=l*&+$n3-3imzP?iV4`QBXPIMM=Lb}?*3-o? z#KOOI(rLj%20SjoPF^3T8eL-2UD`UuQCj9QQ)+?e&8ex^4$1LZU(28WMp8e`ZEDcJ zldIhJE_;yr;)KTnTeHo{ygzdK3=iJg@O`D)F_ySeu8$Rt-^>cq)7Ck>EM3LDrC-LU zeco>FvmNfYuE)Fj?@6f3?^&4r`1L#gBQq6OtekiIZ2p`*32ZkWewtEMWYNsLV)Mz{ wjg}KWtvK6Ix$f!P`a)(C{f}XQ4*Y=R#Ki=l*&+$n3-3imzP?iV4`QBXPIMM=Lb}?+0(@_ z#KOOI(ni5U20X6DUEv8WYYuQkHcpy!NqY$pEKOk@ z@nSE{|0(Tmag#qQm58Vmto2_#efQzbw%1rzf4phNyOB+xn4`4F@r+r4xZ8S%uOW4f zzg`?v`SP_Q*kG^R%WZ4yi~KhyY!grBG}kL$+Gy-#5IomE{M|8~8GLFn_D?N#${ggo za(BYp12G(X&l@G&$*%qVzGQ|5bJ?#?Ikya)(C{f}XQ4*Y=R#Ki=l*&+$n3-3imzP?iV4`QBXPIMM=Lb}?z|+Ms z#KOOK(niq+1p#N-*3g)vp)rRqUAkl%a}Y>=Gf{8<*s$DHPR7&j$2?z-hwD{VJxTq< zzH|}O(}a)(C{f}XQ4*Y=R#Ki=l*&+$n3-3imzP?iV4`QBXPIMM=Lb}?z|+Ms z#KOOK(nj6}1rZn7R@0b+Q)Lcbn{>%krt#7>L7iN~?}v{+X1@4{Y5wl&ghvnN{9Zld z$|tRx&0&EJ-?tuDUc>eN>8BV8!?>79whb2T8{Wqx?3Rp~VrV?Uc3Rv4yEFsgFFsBV z-?tvJ3$OaSoja}0&}m2E=gATgx-98B`+FvBjWrO}Dfl;Ki`R`N(G!uE|NajzX)v3f hZnp0Vv)Pk2_6@guf)p}NivZoq;OXk;vd$@?2>?EVY$X5y literal 0 HcmV?d00001 diff --git a/PKHeX.WinForms/Resources/img/item/item_925.png b/PKHeX.WinForms/Resources/img/item/item_925.png new file mode 100644 index 0000000000000000000000000000000000000000..d29501ac08ca1e791780c15a97d84903d3e87a65 GIT binary patch literal 297 zcmeAS@N?(olHy`uVBq!ia0vp^VnEEv!3HGFOzxBdDVB6cUq=Rpjs4tz5?Mi#1s;*b z3=DjSK$uZf!>a)(C{f}XQ4*Y=R#Ki=l*&+$n3-3imzP?iV4`QBXPIMM=Lb}?+|$J| z#KOOK(nj6}10EJhRc!+%5K3v8vc|#lB$s64q-lZ?iZ68SjQo@|;yVBSE1vLTPI3KI zxvP7ewgqx?8R!*9HLLG2o&I`y;oRMPCuJSJDBh9g&M|9_PrM@KA?Q=s_${zm^MZ1o z(u_UVxBOTsU^|!9c)x`64T)opJafdF=1r5Ynz=R7fKzP8zbVhBByy_-oS*gP|Ncdc lTZ(sHJ2pM)KvzsT^SvCESB$Ig)c~E$;OXk;vd$@?2>^ZqW}E;3 literal 0 HcmV?d00001 diff --git a/PKHeX.WinForms/Resources/img/item/item_926.png b/PKHeX.WinForms/Resources/img/item/item_926.png new file mode 100644 index 0000000000000000000000000000000000000000..da184d978a15cce52088ac525666a67ac4acaafc GIT binary patch literal 296 zcmeAS@N?(olHy`uVBq!ia0vp^VnEEv!3HGFOzxBdDVB6cUq=Rpjs4tz5?Mi#1s;*b z3=DjSK$uZf!>a)(C{f}XQ4*Y=R#Ki=l*&+$n3-3imzP?iV4`QBXPIMM=Lb}?%+tj& z#KOOKk|JM&0gvlM8OEK)g*@vTT#_bws0ekt6t#M)2yy@9jkQbV?wG&!@89*xipA&t zUai!Awl_t3;{t~3OKqQT464Y|yTbqYhHd*3K80Tb?>bq{q!08PWU*~Jeu?$XVz%G~ zv*)`Qe3iRwGDUyo@koQi-G(i_wZR>Ymz^#omzL^nHsfB_#CmRi(R`zvgIrG{C;$B) luF_DZcO|DrleOnWs<^3%F;k6Qya~|744$rjF6*2Ung9fDX5Rn+ literal 0 HcmV?d00001