Commit graph

1911 commits

Author SHA1 Message Date
Kurt
787a8e664d Misc cleanup
Re-enable gen<6 QR codes (image sharing only, obviously)
Disable move resorting on clicking legality indication
2016-11-16 21:16:44 -08:00
Kurt
0ff5f8716d Add map warping & rotation value sav7 2016-11-16 20:57:15 -08:00
Kurt
632d2c9c86 Only show suggested move prompt if not current
Closes #424
Relearn Moves & Moves on load/change already updated the pkm object,
simply just need to compare sequences.
2016-11-16 20:42:29 -08:00
Michael Scire
3d76ce191c Add Interface for QR7 customization 2016-11-16 19:47:41 -08:00
Kurt
8542138c13 Add gen7 QR importing 2016-11-16 19:04:34 -08:00
Michael Scire
64b53c7705 Fix QR Type offset 2016-11-16 18:27:09 -08:00
Michael Scire
c21f65be6a Add Type Null Gift Flag 2016-11-16 14:34:58 -08:00
Kurt
bea263a8d2 Fix save edited = true on load
Move some logic around; populating the GameSync/Secure Value fields was
triggering 'edited=true'.
Closes #422
2016-11-16 07:46:54 -08:00
Kurt
b9ede740a0 Add decrypted powersaves support
Encrypted + Xorpad already supported, just making sure this is set up.
2016-11-16 07:39:05 -08:00
Kurt
2d2be0a681 Fix minior detection
Remove from battle forms since it is checked < 7 earlier
#377 #399
2016-11-16 07:17:21 -08:00
Kaphotics
e19dda2d44 Merge pull request #421 from lilymaniac/improve-ko
Improve Korean language
2016-11-16 07:10:12 -08:00
lilymaniac
09a07d80ef Improve Korean language
* Translated from latest English language file.
   It has further improvement on readability and
   I've fixed lots of weird words/sentences.
 * Use official translations for ribbons (from HGSS)

Change-Id: Iaa3769f99314ff0867324a59af6837599d53953b
Signed-off-by: lilymaniac <lilymaniac@outlook.com>
2016-11-16 19:56:03 +09:00
Michael Scire
11b3faa571 Finalize QR7 format. 2016-11-16 02:08:23 -08:00
Michael Scire
6c5f58d73d Preliminary QR code generation support, via QRCoder. 2016-11-16 00:14:23 -08:00
Kurt
8310edc544 Fix gen1 itemsource fetch
Never appears but should be defined properly
none allowed -> just default to the entire range.
Closes #411
Closes #339
2016-11-15 22:33:24 -08:00
Kurt
79e1d6b362 Fix 3DSSaveBank folder creation
Thanks @iGlitch
Closes #420
2016-11-15 22:05:40 -08:00
Kurt
f0a2b83d85 Add legality indication to move selection
Relearn moves do not have this indication; users should select current
moves then click the Relearn Moves groupbox to assign the correct
relearnmoves values.
Closes #341
2016-11-15 22:01:28 -08:00
Kurt
42c2fc1a38 Merge branch 'master' of https://github.com/kwsch/PKHeX 2016-11-15 21:52:40 -08:00
Kurt
e98f9a0005 Add gift porygon location 2016-11-15 21:52:37 -08:00
Kaphotics
e7940248c3 Merge pull request #413 from CaiMiao/master
Minor update on ZH language
2016-11-15 18:33:43 -08:00
CaiMiao
ae1ee12536 Minor update on ZH language
- fix vartiant hanzi assignment on zh2
- label update
- revise some official chinese translation according to in-game texts
- Translate for Poké Beans
2016-11-16 05:22:05 +08:00
Kurt
78a408944f Length check suggested moves
Resize to 4
2016-11-14 23:02:27 -08:00
Kurt
b7bef82b84 Disallow move suggestions for formats < 6
Flip requirement from gennumber to format (since the moves are learnable
on said format)
2016-11-14 22:16:51 -08:00
Kurt
c0a478f0cc Add current move suggestions
Default levelup only, hold ctrl to add TM/Tutors to a randomized pool
which takes 4 from.
2016-11-14 22:13:15 -08:00
Kurt
faf47d0ef0 Add past gen evolution methods for half-alolans
Regular Marowak and Exeggutor evolution info not present in EvoTables7,
so manually add it to handle lineage checking for past gen imports.
2016-11-14 21:44:59 -08:00
Michael Scire
8b3e7b9bd0 Merge branch 'master' of https://github.com/kwsch/PKHeX 2016-11-14 21:40:42 -08:00
Michael Scire
cbeeb1d228 Pokebean editing 2016-11-14 21:40:31 -08:00
Kurt
cc0488de38 Add stringy filters to Database Search function 2016-11-14 19:14:30 -08:00
Kurt
b438650e5d less reflective stringy properties 2016-11-14 19:04:08 -08:00
Kurt
cc01eeb64d Add pk7 batch editing 2016-11-14 19:02:07 -08:00
Kurt
2566e256b2 Fix evolution tree oddities
FF implies form does not change; instead of tracking the species
evolving just manually fix at the end.
2016-11-14 18:25:08 -08:00
Kurt
97e7b18ae1 Clean up LegalityAnalysis init
Add checks for out-of-range species IDs.
#377
2016-11-14 16:27:15 -08:00
Michael Scire
a2e6699fd4 Add Received Cosmog flag 2016-11-14 13:55:49 -08:00
Kaphotics
d2aaeee6c5 Fix legality parse exit exception
Closes #405
2016-11-14 12:52:01 -08:00
Michael Scire
e9cb5a0691 Tapu Koku/Bulu flags 2016-11-14 10:21:09 -08:00
Michael Scire
be591c47d7 Change 'Magearna Active' to 'Is Alolan Champion + Magearna Active' 2016-11-14 08:14:04 -08:00
Michael Scire
dc42212f1b Add additional SOS encounters for some maps 2016-11-14 07:48:00 -08:00
Kurt
b0ad606761 Parse per generation not per format
A gen4 origin on a gen7 mon will no longer appear valid
#377
2016-11-14 07:38:44 -08:00
Kurt
bb2cc2b8d5 Add form personalinfo check exclusions 2016-11-14 07:33:39 -08:00
Kaphotics
f68bc66371 Don't cast 5+ string properties as version 6 (#403)
With the addition of Generation 7, this "down-converts" these properties
to the previous generation, and are incompatible. It should be safe to
use the native properties' ToString() functions to do this job.
2016-11-14 07:17:37 -08:00
Daniel Porter
34abbd81af Don't cast 5+ string properties as version 6
With the addition of Generation 7, this "down-converts" these properties
to the previous generation, and are incompatible. It should be safe to
use the native properties' ToString() functions to do this job.
2016-11-14 15:08:54 +00:00
Michael Scire
43ad4f5f9b 2/4 Tapu rebattles, Rework Event Const display 2016-11-14 05:31:33 -08:00
Michael Scire
a065076278 Finalize Ultra Beast encounters (and remove duplicates) 2016-11-14 01:48:43 -08:00
Kurt
04cf8aceaa Add new pkm inheritance
Existing had past gen natives, needed to add current gen natives.
#377
2016-11-13 22:24:29 -08:00
Kurt
6557d11537 Add fossil met locations
Thanks ArcticLoveBunny
2016-11-13 21:56:39 -08:00
Kurt
7aab746901 Fix pre-Alola form check
#377
2016-11-13 21:54:11 -08:00
Kurt
d237b64e1a Add some more UB locations
Refer to #377, still more to find.
2016-11-13 20:58:44 -08:00
Kurt
dca605ddb8 Add some stationary encounter locations 2016-11-13 20:25:51 -08:00
Kurt
4eb643db37 Fix daycare reading
Finally got around to checking this, wasn't too far off.
2016-11-13 19:36:39 -08:00
Kurt
b9bf2ff709 Fix modern form vivillon text ref
Dat typo
2016-11-13 19:12:38 -08:00