mirror of
https://github.com/kwsch/PKHeX
synced 2024-11-14 08:17:14 +00:00
Add Unknown Box Sprite for missing data
This commit is contained in:
parent
f193c280ce
commit
4fe31ac84b
2 changed files with 16 additions and 7 deletions
20
Properties/Resources.Designer.cs
generated
20
Properties/Resources.Designer.cs
generated
|
@ -6963,7 +6963,11 @@ namespace PKHeX.Properties {
|
|||
}
|
||||
|
||||
/// <summary>
|
||||
/// Looks up a localized string similar to 02/09/14:
|
||||
/// Looks up a localized string similar to PKHeX - By Kaphotics
|
||||
///http://projectpokemon.org/
|
||||
///http://projectpokemon.org/forums/showthread.php?36986
|
||||
///
|
||||
///02/09/14:
|
||||
/// - Initial Version
|
||||
///
|
||||
///02/15/14:
|
||||
|
@ -6979,12 +6983,7 @@ namespace PKHeX.Properties {
|
|||
/// - Added in Lati@site and Drag & Drop support.
|
||||
///
|
||||
///02/22/14:
|
||||
/// - Updated for future-proofing; saving as encrypted fixed.
|
||||
///
|
||||
///02/24/14:
|
||||
/// - Changed: Ribbons, formats, and small ease of use fixes.
|
||||
///
|
||||
///02/27/14 [rest of string was truncated]";.
|
||||
/// - Updated for future-proofing; savin [rest of string was truncated]";.
|
||||
/// </summary>
|
||||
internal static string changelog {
|
||||
get {
|
||||
|
@ -21152,6 +21151,13 @@ namespace PKHeX.Properties {
|
|||
}
|
||||
}
|
||||
|
||||
internal static System.Drawing.Bitmap unknown {
|
||||
get {
|
||||
object obj = ResourceManager.GetObject("unknown", resourceCulture);
|
||||
return ((System.Drawing.Bitmap)(obj));
|
||||
}
|
||||
}
|
||||
|
||||
internal static System.Drawing.Bitmap wishing {
|
||||
get {
|
||||
object obj = ResourceManager.GetObject("wishing", resourceCulture);
|
||||
|
|
|
@ -4990,4 +4990,7 @@
|
|||
<data name="text_Wallpaper_ko" type="System.Resources.ResXFileRef, System.Windows.Forms">
|
||||
<value>..\Resources\text\ko\text_Wallpaper_ko.txt;System.String, mscorlib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089;utf-8</value>
|
||||
</data>
|
||||
<data name="unknown" type="System.Resources.ResXFileRef, System.Windows.Forms">
|
||||
<value>..\Resources\img\Pokemon Sprites\unknown.png;System.Drawing.Bitmap, System.Drawing, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a</value>
|
||||
</data>
|
||||
</root>
|
Loading…
Reference in a new issue