mirror of
https://github.com/kwsch/PKHeX
synced 2024-11-23 12:33:06 +00:00
Add rockruff-1 shiny sprite
could just add it to the 'sprites don't differ' list instead but whatever https://projectpokemon.org/home/forums/topic/43617-usum-bug-report-rockruff-shiny-dusk-form-sprite/
This commit is contained in:
parent
5458b94e50
commit
3935311988
4 changed files with 22 additions and 6 deletions
|
@ -779,6 +779,7 @@
|
|||
</ItemGroup>
|
||||
<ItemGroup>
|
||||
<Content Include="icon.ico" />
|
||||
<None Include="Resources\img\Shiny Pokemon Sprites\744-1s.png" />
|
||||
<None Include="Resources\img\Shiny Pokemon Sprites\unknowns.png" />
|
||||
<None Include="Resources\img\Shiny Pokemon Sprites\eggs.png" />
|
||||
<None Include="Resources\img\Shiny Pokemon Sprites\807s.png" />
|
||||
|
|
24
PKHeX.WinForms/Properties/Resources.Designer.cs
generated
24
PKHeX.WinForms/Properties/Resources.Designer.cs
generated
|
@ -18560,6 +18560,16 @@ namespace PKHeX.WinForms.Properties {
|
|||
}
|
||||
}
|
||||
|
||||
/// <summary>
|
||||
/// Looks up a localized resource of type System.Drawing.Bitmap.
|
||||
/// </summary>
|
||||
internal static System.Drawing.Bitmap _744_1s {
|
||||
get {
|
||||
object obj = ResourceManager.GetObject("_744_1s", resourceCulture);
|
||||
return ((System.Drawing.Bitmap)(obj));
|
||||
}
|
||||
}
|
||||
|
||||
/// <summary>
|
||||
/// Looks up a localized resource of type System.Drawing.Bitmap.
|
||||
/// </summary>
|
||||
|
@ -22892,15 +22902,17 @@ namespace PKHeX.WinForms.Properties {
|
|||
|
||||
/// <summary>
|
||||
/// Looks up a localized string similar to PKHeX - By Kaphotics
|
||||
///http://projectpokemon.org/pkhex
|
||||
///http://projectpokemon.org/pkhex/
|
||||
///
|
||||
///17/12/05 - New Update:
|
||||
///17/01/28 - New Update:
|
||||
/// - Legality:
|
||||
/// - - Added: RNG Frame checking for Gen3/4 Wild Captures (hold ctrl to see if it doesn't pass)
|
||||
/// - - Added: French Legality translation data. Thanks @Ntonio36!
|
||||
/// - - Added: Crystal transfer legality.
|
||||
/// - - Changed: Another round of legality check updates. Thanks (so many different users)!
|
||||
/// - Added: Event flag editing for Crystal/GS. Thanks @pokecal!
|
||||
/// - Added: US/UM Starter Encryption Constant editing (for Pokemon League cutscene) in HoF editor. Thanks [rest of string was truncated]";.
|
||||
/// - Added: Shiny recolored sprites for all pkm that are shiny. Thanks @msikma (dada)!
|
||||
/// - Added: All Box viewer (hold shift and double click the Box Tab). Can switch entire boxes!
|
||||
/// - Added: Gen5 C-Gear Skin editing.
|
||||
/// - Added: Gen5 Box Name/Wallpaper editing.
|
||||
/// - Added: Gen4 Coin Case [rest of string was truncated]";.
|
||||
/// </summary>
|
||||
internal static string changelog {
|
||||
get {
|
||||
|
|
|
@ -9160,4 +9160,7 @@
|
|||
<data name="_s" type="System.Resources.ResXFileRef, System.Windows.Forms">
|
||||
<value>..\Resources\img\Shiny Pokemon Sprites\_s.png;System.Drawing.Bitmap, System.Drawing, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a</value>
|
||||
</data>
|
||||
<data name="_744_1s" type="System.Resources.ResXFileRef, System.Windows.Forms">
|
||||
<value>..\Resources\img\Shiny Pokemon Sprites\744-1s.png;System.Drawing.Bitmap, System.Drawing, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a</value>
|
||||
</data>
|
||||
</root>
|
BIN
PKHeX.WinForms/Resources/img/Shiny Pokemon Sprites/744-1s.png
Normal file
BIN
PKHeX.WinForms/Resources/img/Shiny Pokemon Sprites/744-1s.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 406 B |
Loading…
Reference in a new issue