Kurt
b41ad06537
Main Form Trainer Name special chars
...
Adjusted shortcut to control clicking on the textbox; easier than right
click.
2015-01-27 23:28:44 -08:00
Kurt
f3998a49d6
DPPt Egg Met Location Fix
2015-01-27 23:12:18 -08:00
Kurt
f033bc903c
Merge branch 'master' of https://github.com/kwsch/PKHeX
2015-01-27 23:00:23 -08:00
Kurt
f82944fc61
Unown Fix && Ramsav flexibility
2015-01-27 22:59:53 -08:00
Kaphotics
5f901fe5e2
Merge pull request #32 from SciresM/patch-5
...
Fix passerby dumping
2015-01-27 22:56:43 -08:00
SciresM
761d600e2c
Fix passerby dumping
...
Fix instances[]
2015-01-27 22:55:54 -08:00
Kaphotics
a1874be457
Merge pull request #31 from SciresM/patch-4
...
Improve Magic Hunting.
2015-01-27 21:24:50 -08:00
SciresM
01190cb60c
Improve Magic Hunting.
...
add starting position parameter to FindIndex
2015-01-27 21:22:07 -08:00
Kaphotics
7d32fbb9fc
Merge pull request #30 from SciresM/patch-2
...
Add magics for two unsupported versions of XY.
2015-01-27 07:35:42 -08:00
SciresM
ff830f6361
Add magics for two unsupported versions of XY.
...
It works?
2015-01-27 07:26:46 -08:00
Kurt
5acc2d66d9
Target RAM Exporting via Shift
2015-01-26 23:14:08 -08:00
Kurt
f9d88222d4
ram2sav pre 2
2015-01-26 22:41:31 -08:00
Kaphotics
f95dbcb5c8
Merge pull request #29 from SciresM/patch-1
...
Update ram2sav.cs
2015-01-26 22:31:17 -08:00
SciresM
dea9797b55
Update ram2sav.cs
...
fix skips
2015-01-26 22:30:39 -08:00
Kurt
ffb3c61869
ram2sav save prevention for regular saves out
2015-01-26 22:14:50 -08:00
Kurt
7c40b00b54
ram2sav pre commit
2015-01-26 22:05:04 -08:00
Kurt
f49758f57e
Save File Dialog Fix
...
Thanks Alphadelta14 (Alpha)!
2015-01-26 16:49:41 -08:00
Kurt
523853cc0a
Idiotproofing
2015-01-25 21:03:13 -08:00
Kurt
3858812c3f
Scatterbug/Spewpa form fix + speed improvement
...
Moved all the vars so that every single one isn't constantly redefined.
2015-01-25 16:30:44 -08:00
Kurt
4b3cc3c186
Box io update
2015-01-25 11:24:00 -08:00
Kurt
712bb94e90
Injectiondebug update
2015-01-24 23:03:46 -08:00
Kurt
c5baeef72c
Update Box Export / Change Initialization
2015-01-24 17:57:42 -08:00
Kurt
c53d8ac69b
Bug Fix
2015-01-24 15:14:21 -08:00
Kurt
349713e893
All Files Filter
2015-01-24 15:13:17 -08:00
Kurt
8ab19985c5
boxdata i/o + changelog
2015-01-24 11:16:20 -08:00
Kurt
bc53411f45
Import boxdata.bin
2015-01-24 10:45:32 -08:00
Kurt
d5daa001dd
Add Distribution Super Training Flags
...
Thanks SciresM!
2015-01-17 09:36:48 -08:00
Kurt
643933d596
Syncing 1/11/15 changelog notes
2015-01-15 20:03:13 -08:00
Kurt
fd9ec8713e
Add "key" to the xorpad detection loop
2015-01-14 20:48:46 -08:00
Kurt
f3e3563d98
X/Y xorpad detection fix
2015-01-11 13:39:58 -08:00
Kurt
96874a826b
Overwrite Wondercard Flags instead of ORing.
...
Fixed some misc stuff too, main change @ line 200.
2015-01-11 08:10:56 -08:00
Kaphotics
383ba19d23
Merge pull request #24 from SoujiSeta/master
...
Fix for a Mono specific issue when editing the inventory. Also fixed a general issue with the Super Training dialog
2015-01-03 18:07:42 -08:00
SoujiSeta
ba97983a7f
Fixed issue which only occurs when running Mono in which calling Add on a DataGridViewRowCollection could set the first row's cell to be in edit mode.
2015-01-03 19:44:06 -06:00
SoujiSeta
e432e1755b
Fixed bug in the Super Training dialog in which the changeRecordVal function would attempt to copy 4 bytes from a 2 bytes array.
2015-01-03 19:41:31 -06:00
Kaphotics
4be2e6c014
Merge pull request #23 from SoujiSeta/master
...
Fixed issue in which Blue, Red and Yellow flute was removed from Medicine pouch in ORAS
2015-01-03 11:25:03 -08:00
SoujiSeta
5e9f6f0839
Fixed issue in which Blue, Red, Yellow flute was removed from Medicine pouch in ORAS.
2015-01-03 13:20:21 -06:00
Kurt
5eaf603c3b
Code cleanup
...
Seems like every time I go through the code I find more of my newb code.
2015-01-02 17:07:29 -08:00
Kurt
bb951188a0
01-01-15 Release Commit
2015-01-01 18:05:47 -08:00
Kurt
efede346a5
Rearrangement of save loading logic +SDF
...
Deleted the last bracket of the form and re-added it, guess it fixed
some syntax.
2015-01-01 11:38:37 -08:00
Kurt
3ca644c977
Encounter Type fix
...
Should now load all.
2014-12-31 14:44:54 -08:00
Kurt
8b9d55b8ce
Finish implementing powersaves xorpads
...
Just rename the file to include xorpad and it'll check to decrypt.
Toss it in the same folder as PKHeX or have the xorpad in the same
folder as the loaded file.
2014-12-30 22:18:41 -08:00
Kurt
0a37458c0a
Copy identification bytes from the correct offset
...
directly after the AESMAC not well after ;)
2014-12-29 22:53:09 -08:00
Kurt
f73b6a668c
XORpad detection for powersave files.
...
No current solution for the easy creation of xorpads; thankfully SciresM
has that covered with another mini-tool!
2014-12-29 22:24:16 -08:00
Kurt
5c345848e1
Prompt Daycare switching & minor neatness
2014-12-29 21:43:38 -08:00
Kurt
664fc1cf60
SaveDataFiler folder path sorting first
...
Reported by Slashmolder that sometime windows glitch causes screwy
loading (date related) so we now just sort again just in case - still
backwards iterating.
2014-12-29 21:40:21 -08:00
Kurt
4337bf0379
Switching daycare and finish ORAS PS
...
Powersaves will now load properly if the save is readable.
2014-12-28 13:56:59 -08:00
Kurt
d03307985d
add some ORAS detection for powersaves
2014-12-28 11:28:13 -08:00
Kurt
4ab9988bed
populateFields prep work
...
Eventually going to add the PK6 struct to clean up the code, eliminating
some trycatches too.
2014-12-27 09:43:38 -08:00
Kurt
bc1776f8a2
Added verbosity to export and internal arrays
...
Also finished implementation of PKRS strain/days hiding depending on
infected/cured status.
2014-12-26 10:46:18 -08:00
Kurt
12a022cd38
Relearn moves now show text instead of num
2014-12-25 00:48:03 -08:00