Commit graph

2112 commits

Author SHA1 Message Date
Kurt
566609c649 Add missing ability checks
Closes #550
2016-12-01 20:02:17 -08:00
Kaphotics
02dad2d75e Merge pull request #541 from RainThunder/clean-crc16
Make CRC16 method more readable
2016-12-01 19:07:28 -08:00
Kurt
f36ead6599 Fix modifyall dex
Removing the 0th (none) in the ComboBox is probably what was tripping
it.
Closes #548
2016-12-01 18:58:03 -08:00
Kurt
7fdb967ca7 Add a slew of extra legality checks for gen7
Mostly bank related (unobtainable) and hidden ability availability
(against my best judgement) to mimic online checks.

Closes #529
2016-12-01 18:48:38 -08:00
Kurt
b8b5b36903 fix egg seed writeback endianness
only was a problem if users modified the egg seed
remove extra reverse that undid everything
2016-12-01 08:18:13 -08:00
RainThunder
330a82c35e Make CRC16 method more readable 2016-12-01 16:46:07 +07:00
Kurt
7184961b69 Add min level suggestion
Closes #545 , the level:100 bypass is used to retrieve all possible
slots regardless of current level
2016-11-30 22:15:56 -08:00
Kurt
e9cefb8e38 Add getLowestLevel check, optional level param
Multiple methods can now override the appropriate level checks with a
defined level
2016-11-30 22:06:41 -08:00
Kurt
dd5eebc5b2 Fix disjointed evolution chains
Track if any of the evolution methods in the stage are valid; if none
then the chain is broken => return.
2016-11-30 22:05:09 -08:00
Kurt
cfe5b25bfb Add gen7 egg hatch location suggestion 2016-11-30 21:36:02 -08:00
Kurt
3b75927197 Mirror pk3DS personalinfoSM update
No functional change, just documentation copy.
2016-11-30 19:59:24 -08:00
Kurt
80570dda51 Add Version Evolution check
Closes #540 indirectly as noted in the comment section.
2016-11-30 19:37:53 -08:00
Kurt
444e1e843e Add Pikachu/Raichu volt tackle tutor
Closes #539
2016-11-30 18:14:58 -08:00
Kurt
07a5f0e1e2 Rename battle tree ribbons
Closes #543
2016-11-30 17:48:15 -08:00
Kurt
054efccf3f Fix SnapCount reset
Closes #537
2016-11-30 08:49:30 -08:00
Kurt
38fecb89d4 Add Island Scan locations
Closes #471
2016-11-29 23:44:16 -08:00
Kaphotics
72156f7cde Merge pull request #536 from SoujiSeta/master
Resaved box_wp02bw.png and box_wp07bw.png to fix resgen build issue w…
2016-11-29 23:27:09 -08:00
SoujiSeta
0ba16d5798 Merge branch 'master' of https://github.com/kwsch/PKHeX 2016-11-30 01:20:04 -06:00
SoujiSeta
1d93a6f155 Resaved box_wp02bw.png and box_wp07bw.png to fix resgen build issue when using Mono on Linux to build PKHeX. The issue that occurs is that libpng is unable to process those two images as png files. The issue was caused by commit 200b004316 which updated most of the png files to optimize the size 2016-11-30 00:54:32 -06:00
Kurt
ae3aa6272b Add FreeSpace/NEW checkmarks to Inv edit
Closes #454 -- tracks Free Space when modifying
Closes #509 -- fills out grid view, no need to add item sprites (color
clutter)
2016-11-29 22:49:27 -08:00
Kurt
47b4d6edd0 Fix bit check 2016-11-29 22:30:14 -08:00
Kurt
2b6fb05c77 add free space tracking 2016-11-29 22:22:01 -08:00
Kurt
c3eec76ddc Simplify date loading
no functional change
2016-11-29 21:52:21 -08:00
Kurt
c186db2048 Fix giveall count behavior
there isn't one per tab, only one for the entire form.
when the index is changed, reload the give count val/max.
#526
2016-11-29 20:43:32 -08:00
Kurt
bfc6733a25 Make Poke Finder properties accessible
Trainer Editor Misc Tab
Current Thumbs is stored elsewhere, they aren't a big deal.
Closes #524
2016-11-29 19:01:01 -08:00
Kurt
8d75ff4717 Fix Gallade/Froslass Evo cases
Closes #492
2016-11-29 18:38:51 -08:00
Kurt
c0c617845c Add GiveAll count modification option
Closes #526
2016-11-29 18:21:30 -08:00
Michael Scire
e7a359284f Fix unnecessary IV3 while loop 2016-11-29 15:11:58 -08:00
Kurt
f41149bb59 Minor cleanup
Change pk6 type ref to pk7 (removes Training Bags from pk7 property
list)
Move QR7 extra text to bottom line
Add placeholder pokefinder stat properties
2016-11-28 23:02:25 -08:00
Kaphotics
964265f305 Merge pull request #517 from NWPlayer123/master
Optimize image filesizes
2016-11-28 18:46:23 -08:00
NWPlayer123
200b004316 Update Images
Ran through FileOptimizer
(http://nikkhokkho.sourceforge.net/static.php?page=FileOptimizer)
2016-11-27 20:16:45 -07:00
Kurt
83907842ff Fix met suggestion for unsupported games 2016-11-27 13:33:00 -08:00
Kurt
a9baa12300 Allow empty strings to set value in Batch Editor 2016-11-27 13:32:32 -08:00
Kurt
0699e27d4f Add ball throw type
Not hooked to any editor, just documentation
2016-11-27 13:32:02 -08:00
Kurt
186e6f1196 Add legend IV3 randomization
Closes #511
2016-11-27 09:26:58 -08:00
Kurt
8a434be443 Minor text change
Add periods and use Change instead of Set
2016-11-27 00:02:58 -08:00
Kurt
8f73c9b0ac Add suggested met location fetch
Closes #450
2016-11-26 23:23:45 -08:00
Kurt
20f2a0fc61 Add param to getMoves for reminder bypass
Move suggestions should now only be current level up moves
Closes #510
2016-11-26 20:02:44 -08:00
Kurt
488455e268 Add ball sprite indication
Closes #505
Not gonna do shiny sprites, as they are fan-colored and not ripped from
the game data.
2016-11-26 19:41:17 -08:00
Kurt
930eb0ba96 Fix invalid nature string ref
don't mix and match capitals :(
2016-11-26 19:23:19 -08:00
Kurt
45f8d05ee9 Update new inheritance rules
Probably a few edge cases but -- gen7 allows males to pass ball and
hidden abilities.
2016-11-26 17:33:38 -08:00
Kurt
0dce79eb78 Add unobtainable dream/hidden combo gen6
Closes #432
2016-11-25 17:54:32 -08:00
Kurt
833a66b4db Add extra dream ball inherit species
Edit portion of #432
2016-11-25 17:45:08 -08:00
Kurt
b58a9d4b70 Add gen7 memory checks
No memories, should not have any.
Closes #481
2016-11-25 17:30:39 -08:00
Kurt
c62841027b Move ability capsule to medicine
Closes #495
2016-11-25 17:21:44 -08:00
Kurt
a16ed52add Hide unused fields for XD/C trainer editor 2016-11-25 16:55:17 -08:00
Kurt
2e8b5346ad Turn off zh2 petilil on give all dex
Unknown if cyber gadget still screws up.
2016-11-25 16:41:37 -08:00
Kurt
1f79de856b Add IV randomization
Closes #491
2016-11-25 15:34:47 -08:00
Kurt
33e9d26a96 Move inventory ops to class
Includes bounds checking for name sort if called from another form /
user code.
2016-11-24 12:29:15 -08:00
Kurt
76cb892a57 Implement inventory sorting
Closes #419
Closes #416

Sorting is currently done by the form as out of bounds values would
throw exceptions in the sort-by-name. The form already sanitizes the
pouch when initializing so we can assume that it will be valid when
called by the form.
2016-11-24 12:19:23 -08:00