mirror of
https://github.com/kwsch/PKHeX.git
synced 2026-08-25 09:35:07 -05:00
Changelog + Tidy
This commit is contained in:
10
Misc/About.Designer.cs
generated
10
Misc/About.Designer.cs
generated
@@ -37,6 +37,7 @@ private void InitializeComponent()
|
||||
//
|
||||
// B_Close
|
||||
//
|
||||
this.B_Close.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Right)));
|
||||
this.B_Close.Location = new System.Drawing.Point(412, 340);
|
||||
this.B_Close.Name = "B_Close";
|
||||
this.B_Close.Size = new System.Drawing.Size(75, 23);
|
||||
@@ -47,6 +48,9 @@ private void InitializeComponent()
|
||||
//
|
||||
// RTB
|
||||
//
|
||||
this.RTB.Anchor = ((System.Windows.Forms.AnchorStyles)((((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom)
|
||||
| System.Windows.Forms.AnchorStyles.Left)
|
||||
| System.Windows.Forms.AnchorStyles.Right)));
|
||||
this.RTB.Location = new System.Drawing.Point(7, 9);
|
||||
this.RTB.Name = "RTB";
|
||||
this.RTB.ReadOnly = true;
|
||||
@@ -57,6 +61,7 @@ private void InitializeComponent()
|
||||
//
|
||||
// L_Thanks
|
||||
//
|
||||
this.L_Thanks.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Left)));
|
||||
this.L_Thanks.AutoSize = true;
|
||||
this.L_Thanks.Location = new System.Drawing.Point(12, 345);
|
||||
this.L_Thanks.Name = "L_Thanks";
|
||||
@@ -66,6 +71,8 @@ private void InitializeComponent()
|
||||
//
|
||||
// L_Codr
|
||||
//
|
||||
this.L_Codr.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Left)
|
||||
| System.Windows.Forms.AnchorStyles.Right)));
|
||||
this.L_Codr.AutoSize = true;
|
||||
this.L_Codr.Location = new System.Drawing.Point(203, 345);
|
||||
this.L_Codr.Name = "L_Codr";
|
||||
@@ -82,10 +89,11 @@ private void InitializeComponent()
|
||||
this.Controls.Add(this.L_Thanks);
|
||||
this.Controls.Add(this.RTB);
|
||||
this.Controls.Add(this.B_Close);
|
||||
this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.FixedSingle;
|
||||
this.Icon = ((System.Drawing.Icon)(resources.GetObject("$this.Icon")));
|
||||
this.MaximizeBox = false;
|
||||
this.MaximumSize = new System.Drawing.Size(910, 710);
|
||||
this.MinimizeBox = false;
|
||||
this.MinimumSize = new System.Drawing.Size(510, 410);
|
||||
this.Name = "About";
|
||||
this.StartPosition = System.Windows.Forms.FormStartPosition.CenterParent;
|
||||
this.Text = "About";
|
||||
|
||||
4
PKX/f1-Main.Designer.cs
generated
4
PKX/f1-Main.Designer.cs
generated
@@ -792,7 +792,7 @@ public void InitializeComponent()
|
||||
//
|
||||
// Label_Language
|
||||
//
|
||||
this.Label_Language.Location = new System.Drawing.Point(25, 175);
|
||||
this.Label_Language.Location = new System.Drawing.Point(25, 177);
|
||||
this.Label_Language.Name = "Label_Language";
|
||||
this.Label_Language.Size = new System.Drawing.Size(77, 13);
|
||||
this.Label_Language.TabIndex = 12;
|
||||
@@ -810,7 +810,7 @@ public void InitializeComponent()
|
||||
//
|
||||
// Label_Ability
|
||||
//
|
||||
this.Label_Ability.Location = new System.Drawing.Point(25, 154);
|
||||
this.Label_Ability.Location = new System.Drawing.Point(25, 157);
|
||||
this.Label_Ability.Name = "Label_Ability";
|
||||
this.Label_Ability.Size = new System.Drawing.Size(77, 13);
|
||||
this.Label_Ability.TabIndex = 10;
|
||||
|
||||
@@ -6490,7 +6490,7 @@ public byte[] preparepkx(byte[] buff)
|
||||
// Stuff the Buff
|
||||
// Create a new storage so we don't muck up things with the original
|
||||
byte[] pkx = buff;
|
||||
if (getHEXval(TB_EC) == 0) BTN_RerollEC.PerformClick();
|
||||
// if (getHEXval(TB_EC) == 0) BTN_RerollEC.PerformClick();
|
||||
// Repopulate PKX with Edited Stuff
|
||||
if (getIndex(CB_GameOrigin) < 24)
|
||||
{
|
||||
|
||||
@@ -204,9 +204,6 @@
|
||||
<metadata name="Label_Form.Locked" type="System.Boolean, mscorlib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089">
|
||||
<value>True</value>
|
||||
</metadata>
|
||||
<metadata name="Label_Ability.Locked" type="System.Boolean, mscorlib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089">
|
||||
<value>True</value>
|
||||
</metadata>
|
||||
<metadata name="Label_Friendship.Locked" type="System.Boolean, mscorlib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089">
|
||||
<value>True</value>
|
||||
</metadata>
|
||||
|
||||
@@ -1,4 +1,8 @@
|
||||
02/09/14:
|
||||
PKHeX - By Kaphotics
|
||||
http://projectpokemon.org/
|
||||
http://projectpokemon.org/forums/showthread.php?36986
|
||||
|
||||
02/09/14:
|
||||
- Initial Version
|
||||
|
||||
02/15/14:
|
||||
@@ -263,10 +267,19 @@
|
||||
- Changed: Initial save/open directory will be the Cyber Gadget temp folder if it exists.
|
||||
- Suggested: Instead of generating codes, export your save and use a modded version of the Cyber Gadget executable. Overwrite the main file when prompted.
|
||||
|
||||
08/02/14 - New Update
|
||||
08/02/14 - New Update: (1000)
|
||||
- Added: Box Backgrounds now appear.
|
||||
- Changed: Selection colors (View/Set/Delete) are now semi-transparent backgrounds.
|
||||
- Fixed: Venonat's background not being transparent.
|
||||
- Fixed: Cyber SAV opening/saving will actually find the folder if it exists.
|
||||
- Added: Active Super Training Bag & Hits Remaining can be changed in the Ribbon/Medal Editor. 0x16&0x17 Extra Bytes have been removed from the list.
|
||||
- Added: Box Background Selection in [Box Layout].
|
||||
- Added: Box Background Selection in [Box Layout].
|
||||
|
||||
08/05/14 - New Update:
|
||||
- Added: Item Sprites now appear instead of the held item icon.
|
||||
- Added: Many Event Flags (Zygarde Rebattle, Maison Statue/Trophy, Super Unlocks).
|
||||
- Added: Trainer Stat editing ("Nice! Received, Eggs Hatched).
|
||||
- - Only a few have been identified, but all can be viewed/changed. If you can identify what a certain stat offset keeps track of, let me know!
|
||||
- Fixed: Color blending of sprites
|
||||
- Fixed: Importing Pokemon with a rare combination of PID/ID.
|
||||
- Changed: Egg contents should be a little more visible.
|
||||
Reference in New Issue
Block a user