diff --git a/Misc/About.Designer.cs b/Misc/About.Designer.cs index 7a36454d4..abd78e745 100644 --- a/Misc/About.Designer.cs +++ b/Misc/About.Designer.cs @@ -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"; diff --git a/PKX/f1-Main.Designer.cs b/PKX/f1-Main.Designer.cs index db06bfec7..c387b9b8b 100644 --- a/PKX/f1-Main.Designer.cs +++ b/PKX/f1-Main.Designer.cs @@ -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; diff --git a/PKX/f1-Main.cs b/PKX/f1-Main.cs index 042d37313..d5009987e 100644 --- a/PKX/f1-Main.cs +++ b/PKX/f1-Main.cs @@ -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) { diff --git a/PKX/f1-Main.resx b/PKX/f1-Main.resx index 93f02e28d..1bd7e51f1 100644 --- a/PKX/f1-Main.resx +++ b/PKX/f1-Main.resx @@ -204,9 +204,6 @@ True - - True - True diff --git a/Resources/text/changelog.txt b/Resources/text/changelog.txt index e13d21254..91b16cf8d 100644 --- a/Resources/text/changelog.txt +++ b/Resources/text/changelog.txt @@ -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]. \ No newline at end of file + - 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. \ No newline at end of file