Kurt
7ab80944fb
More g7 stat records
...
Thanks tastymeatball!
2017-02-27 18:14:20 -08:00
Kaphotics
7c10c0d7c5
Merge pull request #903 from Mrtops/patch-2
...
Update README.md
2017-02-27 15:17:14 -08:00
Mrtops
b31bbaec3e
Update README.md
2017-02-27 18:05:16 -05:00
Kaphotics
e55894f28c
Merge pull request #900 from javierhimura/master
...
Some small tweaks in get moves functions
2017-02-27 12:13:05 -08:00
javierhimura
bccfc7ee13
Merge branch 'kwsch'
2017-02-27 19:53:02 +01:00
javierhimura
3f80d07b6f
Remove gen 2 moves above max moves in gen 1 for moves learned in gen 2 by tradeback pokemon
2017-02-27 19:50:16 +01:00
javierhimura
a9dbf677ae
getValidMoves is called 3 times to return level up moves, tmhm moves and tutor moves but the function is not filtering by level, add optional parameter to filter by level moves
2017-02-27 19:47:48 +01:00
javierhimura
1bd885b609
Filter by generation in function getTutorMoves
2017-02-27 19:41:15 +01:00
Kurt
b87f1fc8db
Remove showdown import button clicks
...
Button not visible -> onClick method not called; just call the method
directly.
(import a set on the Met tab via the tools dropdown, with shiny. won't
import a shiny pkm).
2017-02-27 08:59:20 -08:00
Kurt
38e173a36f
Add balls to g3 pcitems
2017-02-26 22:49:08 -08:00
Kurt
8afcbff4a0
Add gen3 PC Item 'pouch'
...
Closes #889
Thanks @fattard !
2017-02-26 22:38:15 -08:00
Kurt
73966e4c09
Basic gen2 legality checking
...
yeah detecting eggs is not going to be fun
guess that process would be needed for gen3 egg detection anyway
2017-02-26 21:46:04 -08:00
Kaphotics
b42504b2ff
Merge pull request #898 from pokecal/master
...
Fix Gen7 freespace-inventory flags
2017-02-26 20:38:35 -08:00
pokecal
6196c63478
Fix FreeSpace flag
...
It is not just a bit flag, also index number.
2017-02-27 11:50:23 +09:00
pokecal
a6643540d5
Merge pull request #13 from kwsch/master
...
Update from upstream repo kwsch/PKHeX
2017-02-27 11:44:38 +09:00
Kurt
58a89377af
Add more g7 stat records
...
Thanks tastymeatball!
2017-02-26 18:33:56 -08:00
pokecal
811067f724
Merge pull request #12 from kwsch/master
...
Update from upstream repo kwsch/PKHeX
2017-02-27 11:28:01 +09:00
Kurt
113706d1e6
Add GSC Wild encounter tables
...
Fishing is a different format -- todo.
2017-02-26 18:23:29 -08:00
pokecal
203955f429
Merge pull request #11 from kwsch/master
...
Update from upstream repo kwsch/PKHeX
2017-02-27 10:24:02 +09:00
Kaphotics
c46875ffe7
Merge pull request #897 from ReignOfComputer/additional-g7-unreleased-items
...
Additional G7 Unreleased Items
2017-02-26 17:20:21 -08:00
ReignOfComputer
e95d6dc138
Additional G7 Unreleased Items
2017-02-27 08:18:56 +08:00
pokecal
48cfd022d4
Merge pull request #10 from kwsch/master
...
Update from upstream repo kwsch/PKHeX
2017-02-27 09:01:42 +09:00
Kurt
bf1fdb29b6
fix off-by-one error
...
I should know how to use range by now
#895
2017-02-26 15:54:28 -08:00
ReignOfComputer
a989a73317
Merge pull request #11 from kwsch/master
...
Update from upstream repo kwsch/PKHeX
2017-02-27 07:08:05 +08:00
Kurt
f68a3b4b7d
Switch item banlist to allowed list
...
Precompute bool[] to quickly access the allowed status instead of
looping for contains.
2017-02-26 11:43:26 -08:00
pokecal
bd991b7bed
Merge pull request #9 from kwsch/master
...
Update from upstream repo kwsch/PKHeX
2017-02-27 03:42:47 +09:00
Kurt
062e571b3f
Relocate unavailable items to table
...
Hide behind method for format-specific fetching in the future
2017-02-26 09:44:59 -08:00
Kurt
2a9e57618c
More Gen2 legality prep
2017-02-26 09:36:53 -08:00
Kaphotics
5874a8bfa6
Merge pull request #892 from ReignOfComputer/gen-7-item-checks
...
Gen 7 Item Legality Checks
2017-02-26 09:35:37 -08:00
Kaphotics
d811655239
Merge pull request #893 from ReignOfComputer/shortcut-max-level
...
Shortcut Max Level
2017-02-26 09:00:16 -08:00
ReignOfComputer
4072f0d2ca
Shortcut Max Level
...
IMO this is useful, for your consideration :)
2017-02-27 00:08:28 +08:00
ReignOfComputer
b3ceb93ece
Gen 7 Item Legality Checks
...
For https://github.com/kwsch/PKHeX/issues/891 .
2017-02-26 23:55:22 +08:00
ReignOfComputer
1b1e0855fd
Merge pull request #10 from kwsch/master
...
Update from upstream repo kwsch/PKHeX
2017-02-26 23:03:04 +08:00
pokecal
d8099c6664
Merge pull request #8 from kwsch/master
...
Update from upstream repo kwsch/PKHeX
2017-02-26 16:51:27 +09:00
Michael Scire
cf7f11434d
Fix HP Type calc for Gen IIs
...
Fixes an operator precedence error with modulo
that was causing PK2s to display incorrect Hidden Powers.
Closes #890 .
2017-02-25 22:27:17 -08:00
pokecal
b849aeb8de
Merge pull request #7 from kwsch/master
...
Update from upstream repo kwsch/PKHeX
2017-02-26 11:17:11 +09:00
Kurt
bff6a62bbd
Fix german pumpkaboo forme errors
...
Exception thrown due to medium form ("M") getting set to gender, then
screwing with the updateForm method (returning -1 for current form if
the gendersymbols are unicode). Fix both sources of error.
2017-02-25 15:52:57 -08:00
pokecal
e3cefa046d
Merge pull request #6 from kwsch/master
...
Update from upstream repo kwsch/PKHeX
2017-02-26 05:50:30 +09:00
Kaphotics
4e400a8bb7
Merge pull request #885 from Mrtops/patch-1
...
Add disclaimer for cheating
2017-02-25 12:37:45 -08:00
Kaphotics
2ec279691a
Merge pull request #888 from Ninjistix/patch-1
...
Update README.md
2017-02-25 12:37:34 -08:00
Kurt
ef5dc3f6e9
Add gen2 evolutions/learnset
2017-02-25 12:37:01 -08:00
Ninji
0a0dadbc10
Update README.md
...
it supports dsv too
2017-02-25 09:52:15 -05:00
pokecal
01319ea91f
Merge pull request #5 from kwsch/master
...
Update from upstream repo kwsch/PKHeX
2017-02-25 16:17:35 +09:00
Kurt
90300dccd2
Fix VC edge cases
...
transfers decapitalize ingame-trade trainer name
Special handling for static encounters should default to last
2017-02-24 23:15:16 -08:00
pokecal
fa69b0e68e
Merge pull request #4 from kwsch/master
...
Update from upstream repo kwsch/PKHeX
2017-02-25 16:04:35 +09:00
Kurt
2479cad6ea
Japanese checksum fix & refactoring
...
Simplify checksum code (-50 lines)
set the bitflag on set, and clear on clear; don't clear and re-set if
setting.
Remove ToArray in favor of getData array fetch.
2017-02-24 23:01:07 -08:00
Kurt
fb2f8f322e
Update 170225
...
Update changelog & update shortcuts list.
Update event wc7 binaries.
2017-02-24 20:53:28 -08:00
Kurt
6ddcdee9cf
Fix dragging battle team slot sprite refresh
...
Refresh the image if the team slot indication needs updating
(true->false, false->true), else stay lazy and just set the image.
Could just refresh the image regardless but muh negligible speed
2017-02-24 20:26:28 -08:00
Kurt
82de3e5d12
Set max entry to count textbox
...
Converting to string be lazy instead of computing log10 for digits :)
#884
2017-02-24 18:45:53 -08:00
Kaphotics
56a343b4df
Remove Normal Box from Ball Pouch
...
Closes #886 , had removed incorrect item ID (items are sorted alphabetically, actual ID was 167).
Closes #884
2017-02-24 12:52:44 -08:00