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
Kaphotics
0ae2a82fc1
Fix legal egg locations
...
Battle Resort can't be the egg met location. It's set to 60002 (daycare)
2016-05-10 22:35:17 -07:00
Kaphotics
ffa044d4db
Fix String->Int conversion with spaces in middle
...
Replace instead of trim, then trim.
2016-05-10 22:21:23 -07:00
Kaphotics
3539bf6af0
Fix offsets
...
00 00 01 00 02 00 03 00 04 00 is at the front of this data
2016-05-10 17:53:35 -07:00
Kaphotics
a8ae56f6f0
Add ItemInfo block
...
Just exposing these properties
2016-05-10 17:51:12 -07:00
Kaphotics
c07f452448
Merge pull request #111 from Eskuero/master
...
Checks for memories 16/48 and fix Smeargle exception
2016-05-10 09:32:40 -07:00
Oliver Garcia
1807fd31a9
Checks for memories 16 & 48: Know method
2016-05-10 17:06:52 +01:00
Oliver Garcia
9a37eda9ba
Check if the specified move is valid as Sketch move
2016-05-10 17:03:51 +01:00
Kaphotics
e6b6005fc9
Check valid encounter slots to capture trade-evos
...
Thanks theSLAYER!
2016-05-10 08:09:36 -07:00
Kaphotics
608d751f06
Add Pokémon Village static encounters
...
Thanks @ReignOfComputer
2016-05-10 08:04:32 -07:00
Kaphotics
ea229b4c70
Fix level 2 blissey with Cleffa egg move
...
Other other splitbreed with 3 species in chain are Roselia (evo by Item)
and Marill (evo @ 18); this hard check is hacky but works.
2016-05-09 21:09:38 -07:00