Commit graph

2031 commits

Author SHA1 Message Date
Kurt
92e5076012 Remove individual mark properties
With gen7 using a different marking format, a public general
implementation is not used
Closes #571
2016-12-03 09:09:33 -08:00
Kurt
2063336949 Update pikachu edge case transfer
ignore form 0
closes #568
2016-12-03 00:51:27 -08:00
Kurt
d3ff9ffce2 straggler images for revert
Closes #557
2016-12-02 23:02:58 -08:00
Kurt
cfa5a0a5da manual merge continued 2016-12-02 22:55:05 -08:00
Kurt
71b16b9563 Merge remote-tracking branch 'origin/master'
# Conflicts:
#	PKHeX/Resources/img/box/bw/box_wp02bw.png
#	PKHeX/Resources/img/box/bw/box_wp07bw.png
2016-12-02 22:54:31 -08:00
Kurt
4a6e238d24 Manually revert image optimization
screwed up transparency on other systems
possibly 4 stragglers (1941+4 = 1945)
2016-12-02 22:52:51 -08:00
Kaphotics
c9a932d0e6 Merge pull request #566 from kwsch/revert-536-master
Revert "Resaved box_wp02bw.png and box_wp07bw.png to fix resgen build issue w…"
2016-12-02 22:41:11 -08:00
Kaphotics
f545d04e44 Revert "Resaved box_wp02bw.png and box_wp07bw.png to fix resgen build issue w…" 2016-12-02 22:40:44 -08:00
Kurt
fdca3cb333 Don't fix memories on g7
delete em
Closes #564
2016-12-02 22:08:52 -08:00
Kurt
e18a2cd774 Fix getBaseSpecies invalid chains
Closes #555
now correctly flags trade evolution chains
2016-12-02 20:26:35 -08:00
Kurt
00d0dac85e Fix colon trim for type: null
y gamefreak
Closes #558
2016-12-02 20:05:11 -08:00
Kurt
a60b0a8bca Make currentlevel set public
Can't set via private setter via reflection
Closes #563
2016-12-02 19:53:04 -08:00
Kurt
741eb7da46 Add geolocation memory checks for g7 2016-12-02 19:50:02 -08:00
Kurt
18561259d8 Stub geolocation memories
tfw nobody reports that they're gone until weeks after release
2016-12-02 19:39:31 -08:00
Kurt
8d08f291c3 Add private EXP setter
set level will set the correct EXP
Closes #562
2016-12-02 19:33:02 -08:00
Michael Scire
69f145a10e Add SM tag to fishing rod to see if it helps with #560 2016-12-02 17:05:29 -08:00
Kaphotics
b6d52f06ad Add Silvally to constant sprite list
Closes #556
2016-12-02 10:10:27 -08:00
Kurt
74ca7591ce Update bank checks
collapse scan table
reorder grimer1 to be checked first
fix egg move return (incorrectly returned rowlet's moves every time)
remove unnecessary alolan mons HA check (they are SOS encounterable)

Closes #551
2016-12-02 08:51:08 -08:00
Kurt
11c3819151 Fix batch editor any selection
now includes pk7 properties
2016-12-01 21:34:46 -08:00
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