Commit graph

1990 commits

Author SHA1 Message Date
Kaphotics
89222b60ed Merge pull request #465 from seiya-dev/master
The names of images were mixed up.
2016-11-21 22:01:07 -08:00
Kurt
0d9241775f Add move reminder -->100 for gen7
Learn any move in movepool.
Assuming this is a change that is kept for future generations.
2016-11-21 21:15:21 -08:00
Kurt
70bd5bc990 Add zygarde core moves
Pikachu special moves get flagged for invalid encounter if gennumber is
incorrect, but check anyway for move suggestions sake. Since they can't
transfer, keep the pkmformat requirement.
2016-11-21 21:14:10 -08:00
Seiya Loveless
0dcb6389dc http://i.imgur.com/HrY2MnI.png The names of images were mixed up. 2016-11-22 00:59:40 +03:00
Michael Scire
81d2dd0be5 Add WC7 field for additional items (like Snorlium Z) 2016-11-20 15:04:28 -08:00
Kurt
0fbb380acc Add full range of unlockedboxes
#430
2016-11-19 17:19:52 -08:00
Kurt
3919429710 Fix form off-by-one text labels
Closes #443
2016-11-19 15:26:10 -08:00
Kurt
6a97fe81c9 Fix current box
ref GetCurrentTray
2016-11-19 12:44:05 -08:00
Kurt
ba4d9aade3 Fix EV setters
No functional change -- mirrored fix from pk3DS.
2016-11-19 10:22:44 -08:00
Kurt
56fef37355 Fix bitshift
No functional change to the program, this code is never used.
2016-11-19 10:17:31 -08:00
Kurt
32b6d57491 Increase safety checks
Closes #446
ty @Favna !
2016-11-19 08:24:43 -08:00
Kaphotics
829f12dd72 Merge pull request #445 from kwsch/revert-440-mono-fix
Revert "Mono fix"
2016-11-18 23:20:10 -08:00
Kaphotics
e696d84a5a Revert "Mono fix" 2016-11-18 23:19:47 -08:00
Kaphotics
e480b2f200 Merge pull request #440 from julroy67/mono-fix
Mono fix
2016-11-18 20:08:57 -08:00
Kurt
fafd6e36fe Update trainer editing
Increase flexibility of coordinate editing, only set back if modified
Add G7TID indication by hovering.
2016-11-18 17:19:20 -08:00
Kaphotics
3caf81ff97 Fix off-by-one on EvolutionTree (Volcanion)
Need to have 721 + 0th (none) species entry, the +1 was missing.
Closes #435
Thanks @PrometheusG !
2016-11-18 13:06:50 -08:00
Michael Scire
a46ed84fb6 Truly game-accurate meme signatures. 2016-11-18 08:59:38 -08:00
Kurt
56deef1c31 Fix gift OT wc7 legality checks
Only munchlax so far
2016-11-17 20:08:42 -08:00
Kurt
db690cdce5 add current PGL font
Doesn't add chinese nickname symbols used by the game. ok
2016-11-17 20:08:24 -08:00
Kurt
465f2eca26 Update 111816
Sun/Moon Release initial version.
2016-11-17 09:27:10 -08:00
Kurt
79af49f8df Update mystery gift db/checking 2016-11-17 09:12:17 -08:00
Kurt
88c03f63c9 Fix gen6 evolution issues 2016-11-17 08:36:45 -08:00
Kurt
b9aeaf2845 Add zygarde, invalid->unknown 2016-11-17 07:55:28 -08:00
Kurt
56cab65e22 Fix gift eevee edge case
srsly gf
#377
2016-11-16 22:16:31 -08:00
Kaphotics
f78bbb48a0 Merge pull request #417 from kwsch/b/gen4-box-layout
Fixed crash when opening SAV_BoxLayout with Gen 4 save
2016-11-16 21:21:47 -08:00
Kurt
4cd916ff18 Remove misapplied event handler
Silly 😸
Refresh is what triggers, was duplicative.
2016-11-16 21:20:33 -08:00
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
Evan Dixon
d6f8a79f1b Fixed crash when opening SAV_BoxLayout with Gen 4 save
Should fix issue #415
2016-11-15 17:31:26 -06: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