Commit graph

1303 commits

Author SHA1 Message Date
Kaphotics
0d477a0153 Futureproof gen6 subforms
Species selection should be limited to species available in game; upon
adding S&M these comboboxes are ready!

The CB_HeldItem in SAV_SecretBase doesn't need filtering as it is
limited when the SAV is loaded to the main form.
2016-06-20 19:07:40 -07:00
Kaphotics
28141729a9 Limit PKX dropdowns when Version changes
Filters out choices that are not obtainable in the loaded version of
game (such as new Mega Stones).
2016-06-20 18:58:06 -07:00
Kaphotics
1da183a8cc Minor tweak
SAV5 change didn't get saved
no need to "take" the rest of the data when footer checking.

this logic can be expanded if other emulators behave differently...
2016-06-19 22:13:57 -07:00
Kaphotics
e6a4f4cce1 Add .dsv support
Even catches the 1MB misconfigured DSV's (stuffs the bak data in with
the footer).

Works by searching for the DeSmuME footer signature in the input data,
if present, breaking up the info.
2016-06-19 22:11:53 -07:00
Kaphotics
e784389ad2 Manually merge latest pull requests
Should have forked to begin with.

Thanks @chenzw95 && @Eskuero
2016-06-19 21:29:38 -07:00
Kaphotics
6378eb7f56 Current progress
Still a few milestones left to hit before official release.
2016-06-19 21:22:43 -07:00
Kaphotics
ff8c697a99 Merge pull request #123 from SciresM/master
Add basic Gen V Checksum Support
2016-06-14 16:21:12 -07:00
Michael Scire
1bf70d99a3 Preliminary Gen V Checksum Support 2016-06-14 15:31:33 -07:00
Kaphotics
5df46cfc72 Merge pull request #120 from chenzw95/legality-memorychecks
Legality: separate memory checks from history checks
2016-06-10 09:09:33 -07:00
chenzw95
52ff97191a Clarify History vs Memory check in legality output 2016-06-10 15:44:25 +08:00
chenzw95
a0fb281ced Move WC6 OT memory checks from verifyHistory to verifyOTMemory 2016-06-10 15:43:39 +08:00
Kaphotics
8c998d71e6 Merge pull request #119 from Eskuero/patch-3
Fix third gen balls on second gen starters with HA
2016-06-05 15:23:24 -07:00
Eskuero
2e4c75aca3 Fix third gen balls on second gen starters with HA
Second generation starters are legal with third generation introduced balls because you can catch their second stage on Pokemon Colosseum, but since back then Hidden Abilities didn't exist they're restricted to normal balls only.
Other balls are checked already but this ones weren't flagged as illegal.
2016-06-05 19:49:20 +01:00
Kaphotics
862c2fd823 Fix trade skitty level
25->30
2016-05-30 18:56:37 -07:00
Kaphotics
20f3a10838 Refactor
Remove unnecessary reference, Core is within Legal
2016-05-29 14:44:08 -07:00
Kaphotics
26bda05936 Merge branch 'master' of https://github.com/kwsch/PKHeX 2016-05-27 17:57:07 -07:00
Kaphotics
1b7c9e7564 Merge pull request #118 from easyworld/master
correct name of mega evolution
2016-05-27 20:06:51 -07:00
easyworld
a62594c064 correct name of mega evolution 2016-05-28 10:33:10 +08:00
Kaphotics
763bc525b9 Fix party stat decryption
now it doesn't autosize
2016-05-27 17:57:03 -07:00
Kaphotics
d128ad8dc0 Merge pull request #116 from easyworld/master
Chinese translation updated.
2016-05-27 08:37:04 -07:00
easyworld
77813cace6 Chinese Translation updated 2016-05-27 17:01:35 +08:00
Kaphotics
365561122d Update README.md
Update screenshot
2016-05-26 09:21:02 -07:00
Easy World
c07a6cac45 Merge pull request #4 from kwsch/master
update
2016-05-27 00:06:58 +08:00
Kaphotics
b3e742fb96 Load current stats if hax
Can probably get status and what not but no need.
Checking HPMax != 0 is a simple way of checking if any stats are
present, as a box pkm would have zeroes and any party pkm would have >=1
2016-05-26 08:30:06 -07:00
Kaphotics
9438114fb7 Fix auto resizing to party size 2016-05-25 22:43:03 -07:00
Kaphotics
d2dbc9f2ed Merge pull request #115 from chenzw95/legality-hatchmemory
Checks for OT memory 2: hatched from an egg
2016-05-25 06:49:58 -07:00
chenzw95
53a49195d6 Fix typo in output of HT memory check 2016-05-25 13:22:17 +08:00
chenzw95
001c570a48 Hatch memory check for memories of OT
Memory will be flagged as illegal if Pokemon did not hatch from an egg
2016-05-25 13:20:19 +08:00
Kaphotics
e65224e5f5 Merge pull request #114 from Eskuero/patch-1
Don't check base moves if the pkm can't be hatched
2016-05-23 10:53:11 -07:00
Eskuero
b404740b2c Don't check base moves if the pkm can't be hatched
There's no point of saying a Landorus, per example, is missing Fissure, Block, Mud Shot and Rock Romb as relearn moves just because it was hatched from an egg because to start with the species cannot be hatched.
2016-05-23 17:41:11 +01:00
Kaphotics
b5caf36fec Remove tab indentations
Change to 4space
2016-05-21 11:28:04 -07:00
Kaphotics
8a4ebf461b Add loading encrypted pkm files
Also fix 220 byte pkm file loading
2016-05-20 18:55:06 -07:00
Kaphotics
eb519f683f Merge pull request #113 from chenzw95/boxlayout-fix
Fix truncation of box unlocked BG flags
2016-05-20 01:33:20 -07:00
chenzw95
908195fe46 Fix truncation of box unlocked BG flags 2016-05-20 16:26:24 +08:00
Kaphotics
8941dd39de Fix non-event event location
Deoxys (story) is the only other pkm that can be received with a fateful
encounter, so exclude it.
2016-05-18 19:07:25 -07:00
Kaphotics
7aa96a3a16 Fix Secret Base editor button not appearing
Default state is not-visible instead of not-enabled; flip the correct
property.
2016-05-17 17:36:31 -07:00
Kaphotics
abc33893c8 Use exact methods when transferring save pkm
Allows bad hacks to be transferred.
2016-05-17 00:00:10 -07:00
Kaphotics
06f615bb3b Fix G5 save box r/w
There's a 0x10 byte gap in between each box (presumably updateCounter
and Checksum)
2016-05-16 23:26:54 -07:00
Kaphotics
a6d94f237c Fix bad eggs aborting past gen dump
Thanks xtreme1!
2016-05-16 23:05:21 -07:00
Kaphotics
a317d38bf4 Fix Gen5 save file detection
Thanks xtreme1!
2016-05-16 22:09:26 -07:00
Kaphotics
c0a2a4b2a7 Update 05-16-16
Update changelog
2016-05-15 22:17:45 -07:00
Kaphotics
03821c1f9d Add past gen save file box dumping (gen4/5)
Dumps all of the box contents to a user specified folder.
2016-05-15 15:35:43 -07:00
Kaphotics
1036ee3ccb Simplify past gen crypto methods
Seed bypass used by PGT supplied checksum; this is what the fixed
methods do already (so remove the parameter).
2016-05-15 15:29:36 -07:00
Kaphotics
58babfff71 Past gen fixes + improvements
Fixed crypt of past gen pkms (use chk not PID), add gen4 save, add save
version detection
2016-05-15 15:24:31 -07:00
Kaphotics
75b5cfd646 Return actual box name
Better indication of what box a pkm is in when viewing the database.
2016-05-14 11:59:07 -07:00
Kaphotics
608592a906 Update changelog 2016-05-12 23:59:05 -07:00
Kaphotics
70c21fc813 Cleanup
Condense code to instead indicate if it is valid or not, remove
duplicate returns, handle ConsoleRegion values that are not 012456 (init
valid to false!).
2016-05-11 21:18:05 -07:00
Kaphotics
4c20c4198d Merge pull request #112 from Eskuero/master
Geolocation and memory 49 checks
2016-05-11 17:10:07 -07:00
Oliver Garcia
099f2104f7 Checks for memory 49: Was able to remember 2016-05-12 00:37:51 +01:00
Oliver Garcia
816ec2537d Check if the country is avalaible on the 3DS region 2016-05-12 00:20:31 +01:00