Commit graph

2043 commits

Author SHA1 Message Date
Kurt
361af826e6 Update ThreadPath
static link on forums
2016-12-05 21:17:53 -08:00
Kurt
66a838353f Remove capitvate from cottonee eggmove ban prebank
Closes #585
2016-12-05 19:39:39 -08:00
Kurt
9d2e6c85de Add zygarde cell editor
Stored in event constants, no need to have it in that editor as certain
cheats need to be performed.
Multilang translation on this would be a pain location wise, so
hopefully the english hints are enough for the international users.

Thanks c4388354
Closes #579
2016-12-05 19:19:19 -08:00
Kurt
03736dc3f3 Invert Unicode display
use advanced chars if set, else use default form font
Closes #586
probably going to get a followup issue from someone else 😄
2016-12-05 17:42:19 -08:00
Kurt
a56a3c0cdb Add porygon pre-bank ball check
Closes #587
2016-12-05 17:35:46 -08:00
Kurt
254e5de710 Add greninja gift exclusion case
Closes #583
2016-12-05 08:19:29 -08:00
Kurt
6a60b8772c Ban Gastrodon West prior to bank release
Closes #578
2016-12-04 15:55:17 -08:00
Kurt
418e88f98c Add Battle Tree streak editing
Closes #530
2016-12-04 13:23:35 -08:00
Kurt
2cfeeb20d9 Add backup prompt on first startup
if bak folder already exists, check is skipped.
Closes #531
2016-12-04 11:23:10 -08:00
Kurt
a6671b2e63 fix form1 meowstic gen6 edge case
egg move tables are per species not per form in gen6
added comments for lessons learned
2016-12-03 09:38:24 -08:00
Kurt
3a377f9198 Add save detection exception handling
Yay for jksv allowing invalid filenames
2016-12-03 09:32:18 -08:00
Kurt
247864ce8f Reimplement individual mark accessors
#571 alternative
2016-12-03 09:20:53 -08:00
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