Commit graph

2732 commits

Author SHA1 Message Date
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
Mrtops
3101c84cf1 Add disclaimer for cheating 2017-02-24 14:48:40 -05:00
pokecal
cacca6ae94 Merge pull request #3 from kwsch/master
Update from upstream repo kwsch/PKHeX
2017-02-25 00:47:16 +09:00
Kaphotics
cb5694fc8d Merge pull request #882 from pokecal/master
Update zh species names
2017-02-24 07:46:09 -08:00
pokecal
0bfcf898d0 Merge pull request #2 from kwsch/master
Update from upstream repo kwsch/PKHeX
2017-02-24 15:59:36 +09:00
Kurt
777b7f8963 Fix gen4 gendered dex seen bitflag set
Gen4 dexes are wacky as we already know (see formes). Thanks v8rwarct!
2017-02-23 21:25:56 -08:00
pokecal
579bb37b4d Merge pull request #1 from kwsch/master
Update from upstream repo kwsch/PKHeX
2017-02-24 10:23:55 +09:00
Kurt
a8ba8aeeae Refactor met location fetching for box report
Array length is checked before accessing
2017-02-23 16:39:03 -08:00
pokecal
51a82a01f6 Add files via upload 2017-02-23 22:13:44 +09:00
Kurt
c8b00a183b Tweak transferred encounter check
#872
Latter valid line unnecessary; verbose spits out original encounter
info.
2017-02-22 21:30:37 -08:00
Kurt
234189b627 Add RBY ingame trades
A little bit of logic reorganization
2017-02-22 21:19:34 -08:00
Kaphotics
e7fcee3b62 Merge pull request #879 from Mrtops/patch-2
Update supported save files
2017-02-22 16:37:27 -08:00
Mrtops
ac1d621137 Update supported save files 2017-02-22 12:16:34 -05:00