Commit graph

2970 commits

Author SHA1 Message Date
Pol Eyschen
19b53e10e9 Tabs -> Spaces & Typo 2017-02-13 19:55:02 +01:00
SPoF
cf9bf85bb4 Add Framework check for non-windows OS
GetFrameworkVersion() throws an System.NullReferenceException since
there is no Registry on non-windows systems.

Fixed by checking the OS under which the program runs. If it's not
Windows, check the CLR Version instead of querying the (non-existant)
registry.
2017-02-13 13:06:54 +01:00
Kurt
41d8cc96ca Simplify move checking
extract duplicated method and simplify empty checks within
add z-moves to invalid sketch
2017-02-12 23:08:39 -08:00
Kurt
79ef477d3d Misc tweaks
Detecting how a pkm learned a move updated (split TMHM and tutor from
validMoves, rearrange checking order) => better indication
Levelup -> Level-up
2017-02-12 22:51:10 -08:00
Kurt
5ae378d09d Remove Pay Day from Mewtwo on transfer 1->7
Retains legality relevant to Bank transfer checks with Yellow's TMHM
table.
2017-02-12 22:40:47 -08:00
Kurt
e1b8a07cef split rb/y personal|lvlup binaries
slightly different values between games (fly charizard Yellow only), tm
etc.
Use yellow for pk1/sav1 but it doesn't matter (only TMs different, which
are unused).
2017-02-12 22:31:31 -08:00
Kurt
698c8e6e7c Correct offsets
counting is hard
2017-02-12 21:18:34 -08:00
Kurt
3569726835 Fix RGBY version names 2017-02-12 21:08:51 -08:00
Kurt
b89c1d7b6c Bias rby encounter selection due to lack of info
Previously, if encounterstatic was valid it'd treat it as the actual
encounter.
Now, select the lowest species possible.

Only really affects moon stone evolution families, which are available
in the wild at lower levels than their coin counterpart (so we prefer
them).
Kinda flawed as DV spread can be checked (invalid=>use static) but this
should be good enough for now.
2017-02-12 21:02:24 -08:00
Kurt
ff0a179c42 Add Genesect item/form check
Closes #850
2017-02-12 17:06:12 -08:00
Kaphotics
33ecdec2b6 Merge pull request #851 from sora10pls/master
Update menu sprites
2017-02-12 17:02:13 -08:00
Kurt
578f05cd2e Initial Gen1 legality checks (WIP)
Have only tested pk1 format so far; there's still a few cases that are
unhandled (move discrepancies between games, trade gifts, event mew,
tmhm).

pls no report bugs unless you are very detailed (include WHY it is
wrong).
2017-02-12 17:00:03 -08:00
sora10pls
b3788ded57 Update menu sprites
10 Pokemon had their menu sprites updated in OR/AS. Diancie was accounted for, the other 9 were not
2017-02-12 16:14:16 -05:00
Kurt
22e49928c5 Tweak nickname language update behavior
Closes #849
2017-02-12 09:59:49 -08:00
Kurt
cbccc6a28b Add rby encounters
Includes fishing slots
todo on trades/static encounters; feel free to pull request (look at
tables6/7 for ref).
2017-02-12 09:52:31 -08:00
Kaphotics
dc7ac639d2 Merge pull request #848 from kwsch/b/nuget-pack
Changed default platform configuration for PKHeX.Core
2017-02-11 15:21:06 -08:00
Kurt
c9421f3c5b Add gen1 learnset/evo information
Still need encounter info for all 3 games.
2017-02-11 15:20:44 -08:00
Evan Dixon
f63e14239e Changed default platform configuration
Because creating a nuget package failed because it couldn't find bin\x86\Release, when it should have looked in bin\Release
2017-02-11 16:32:33 -06:00
Kurt
d248cdd280 Simplify batch editing
changes IV3 to faster variant used elsewhere,
sort properties alphabetically,
simplify 'any' intersection,
un-duplicate database filtering
un-duplicate box/folder per-pkm processing

-25 lines, a little bit of reorganization since the form has grown since
its initial inception
2017-02-10 23:54:36 -08:00
Kurt
1233a29661 Hide multiplayer icon (or/as) for X/Y saves. 2017-02-09 22:55:04 -08:00
Kurt
3dc5e9d579 Add legality suggestion commands to batch editor
Closes #842
Adds in ability for custom properties
Suggestables are called via $suggest
Only properties supported are Met_Location, Moves, and RelearnMoves
2017-02-09 22:45:58 -08:00
Kurt
fa145ec510 Add nickname clearing for batch editor
.IsNicknamed=False
results in the species name being applied.
Closes #839
2017-02-09 20:52:24 -08:00
Kurt
2f76d83add Add VC extension to openfiledialog filter
So crowded, put all files at the top for default behavior
2017-02-09 20:19:38 -08:00
Kurt
3b0485414d Move xorpad decryption out of winforms
simplify logic a little, fix a few issues
nobody uses powersaves & xorpads anymore tho
2017-02-09 00:44:38 -08:00
Kurt
eecb9094a8 Simplify gen3 ball check for gen7
Same approach as Gen4 ball, only check for the currently-banned species.
Glad these balltism banlists get simpler every new generation.
2017-02-08 15:59:12 -08:00
Kurt
92948885ff Simplify money/coin getset
Binary Coded Decimal
Closes #836
2017-02-08 15:51:22 -08:00
ReignOfComputer
2cc54b8182 Merge pull request #9 from kwsch/master
Update from upstream repo kwsch/PKHeX
2017-02-09 00:29:59 +08:00
Kaphotics
d20006805f Merge pull request #834 from kwsch/b/settings-save
Fixed settings not saving when form closes
2017-02-07 21:24:28 -08:00
Evan Dixon
bd4b400626 Cleanup
Whoops.
2017-02-07 23:13:33 -06:00
Evan Dixon
6504d5305a Fixed settings not saving when form closes
Should resolve #833.

This is why I prefer if statement logic to return statements littered everywhere.
2017-02-07 23:12:18 -06:00
Kurt
2f5b5790db Add xy trainer nickname
Closes #283
2017-02-07 16:25:13 -08:00
Kurt
9897599420 Reorder 6->7 logic
Geolocation data cleared when converting 6->7
this tradebank/georegion apply happens first but don't modify the pk6.
all that matters is that we do this before the clearing
2017-02-07 16:10:14 -08:00
Kurt
c205eef22e Update 170207
Update version string & posted binaries
2017-02-06 22:48:39 -08:00
Kurt
2ecf1c1c7b Improve file loaded transfer preference
use last char of file extension if available. edge case for pk[m]
considered:
pk[m] => 0x6D, -0x30 = 61d, &7 = 5, which prefers 6 instead of 7+ :)

adds a check for transferred pkm not having their CurrentHandler being
flagged as the save file (impossible for a transferred PKM to be still
handled by the OT).
2017-02-06 22:19:10 -08:00
Kurt
2b606dfc32 Cleanup
fixes qr7 import
2017-02-06 21:36:00 -08:00
Kurt
ca17dd4c76 unban gen3 ball starters g7 2017-02-06 07:24:56 -08:00
Kurt
fbc56ace6d Add more g7 stat records
Thanks skywalker25 & Holla!
2017-02-05 21:50:06 -08:00
Kurt
065795cdbe Add database IdentifierContains filter 2017-02-05 14:38:39 -08:00
Kurt
ac818424f2 Delay pkm file loading via cmd args to end
Closes #828
2017-02-05 13:24:39 -08:00
Kurt
80d81f92de Flag evo stone evolved pkm in eggs
Evolution stone pkm at level 1 slipped through (example Ninetails) while
levelup evos were already caught. Add the check to getValidPreEvolutions
as well as other evolution method checks.

Closes #827
2017-02-05 13:08:25 -08:00
Kurt
77c25c41d3 Add legality indication for exported QRs
only appears if the legality was checked (ie checking supported)
2017-02-05 12:55:17 -08:00
Kurt
00bb2ec84c Unprotect pelago setter
Allows it to appear in batch editor
closes #825
2017-02-05 12:54:36 -08:00
Kurt
f64d31c557 Faster G7TID generation
#823

generate a random T7SID instead of brute forcing a pair
2017-02-05 10:57:42 -08:00
Kaphotics
77a68c23b9 Merge pull request #823 from ReignOfComputer/f/g7tid-generator
G7TID Generator
2017-02-05 10:35:32 -08:00
Kaphotics
2afe7926a5 Merge pull request #822 from ReignOfComputer/b/invalid-ability-indexes
Add Check for Bad Ability Length
2017-02-05 10:08:36 -08:00
ReignOfComputer
2d0b216b33 G7TID Generator
Thought it'd be good to add a way to generate a TID/SID based on desired
G7TID. Using code from my repo at
https://github.com/ReignOfComputer/Reverse-G7TID-Calculator, thanks to
@PP-theSLAYER and @SciresM. For your consideration to add :)
2017-02-06 00:08:49 +08:00
ReignOfComputer
c7e570b92d Add Check for Bad Ability Length 2
Forgot to save, again.
2017-02-05 23:23:17 +08:00
ReignOfComputer
2de7da80b0 Add Check for Bad Ability Length
Prevents System.ArgumentOutOfRangeException: StartIndex cannot be less
than zero.
2017-02-05 23:23:02 +08:00
ReignOfComputer
930d1d12c9 Merge pull request #8 from kwsch/master
Update from upstream repo kwsch/PKHeX
2017-02-05 23:08:14 +08:00
Kurt
e95af533b7 Update gen7 apricorn table
Closes #819
Thanks @kamuisama !
Missed more than a few ;)
2017-02-04 23:58:18 -08:00