Commit graph

1990 commits

Author SHA1 Message Date
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
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
Kurt
c14922bba7 Add Poke Pelago table beginnings
Need to have the level (ranges?) documented first, but these are what
serebii says are available.
2016-11-24 09:45:21 -08:00
Kurt
ad8b61abe5 Move reminder relocated to correct method
Shouldn't apply for past gen games, only in g7's case.
2016-11-24 09:44:29 -08:00
Kurt
c38f3cb216 Add gamestring refs for Gen7 report
Adds gen2 as well.
Closes #482
2016-11-23 20:24:46 -08:00
Kurt
ae8280bb22 Add form# to dumped pkm
Closes #479
2016-11-23 20:24:01 -08:00
Kaphotics
f10a7400a6 Fix Festival Coins saving
Used the BP cap of 9999, needed to use the FC cap of 9,999,999. Copypasting is baddd
2016-11-23 12:26:14 -08:00
Kurt
b71df70f34 Add fashion payloads
Please report back if this works or not :)
2016-11-22 20:28:23 -08:00
Kaphotics
f104eca5e0 Merge pull request #472 from lilymaniac/pokebeans-ko
Use official Poke Beans translation for Korean
2016-11-22 19:34:53 -08:00
lilymaniac
3557287dfc Use official Poke Beans translation for Korean
Change-Id: I9c65796dbffde3ad17b5a4dd935f194b38bddd93
Signed-off-by: lilymaniac <lilymaniac@outlook.com>
2016-11-23 12:24:11 +09:00
Kurt
e8f1fd4dfd Type Tutor differentiation
Structure shuffled a little for gen7 to make the pledges occupy the
lower bits.
Closes #453
2016-11-22 18:49:23 -08:00
Kurt
29a71a2a20 Prevent c-gear on non-gen5
Closes #433
2016-11-22 18:40:41 -08:00
Kurt
d4ab463f6c Safer checksum validation
Corrupted / fuzzed checksum block less likely to throw an exception.
Closes #442
2016-11-22 18:39:32 -08:00
Kurt
0e6467555d Fix pikachu cap sprites
Closes #469
2016-11-22 18:04:50 -08:00
Kurt
4d60f60ccf Add the two zygarde levels
Forme changing not possible, it's an entirely new pkm
2016-11-22 17:55:30 -08:00
Kurt
a919663624 Add SOS encounter checks
Flags invalid hidden abilities of wild captured pkm
2016-11-22 17:37:18 -08:00
Kurt
abf7cda272 Add gen7 SOS check
To be added shortly, false flags will happen until then.
Split binaries for regular & SOS encounters
2016-11-22 17:04:57 -08:00
Kurt
0a6228ff0b Fix past gen qr imports 2016-11-22 17:04:57 -08:00
Michael Scire
404b9dab93 Merge branch 'master' of https://github.com/kwsch/PKHeX 2016-11-22 16:56:40 -08:00
Kaphotics
ab237b970e Bump max species to 802
#467 part 1
2016-11-22 10:54:49 -08:00
Michael Scire
a23cafc8d8 Fix legal Sun encounters 2016-11-22 08:59:44 -08:00
Kurt
f83eee8ee4 Add BP/Coin editing
Savedata::Misc::GetBP
Savedata::JoinFestaDataSave::GetCoin

Setting coins updates Total coins earned
2016-11-21 23:35:29 -08:00
Kurt
b2890cac96 Expose BP/Festa Coins 2016-11-21 23:26:27 -08:00
Kurt
88c87cc5a6 Add Poké Pelago as a valid hatch location
Closes #460
2016-11-21 22:10:31 -08:00