Kaphotics
b3337cbf24
Add missing static encounters
...
Resolves #84
2016-03-18 22:48:53 -07:00
Kaphotics
64e8be5fc1
Update changelog
...
So many things to keep track of
2016-03-18 21:27:50 -07:00
Kaphotics
8b2ab2d987
Update changelog & wc6db
...
released 03/19/16
2016-03-18 21:21:34 -07:00
Kaphotics
894ff48734
Database view scroll override
...
Allow scrolling within panel (instead of while mouse is over the
VScrollBar.
Since the updateScroll method isn't called by adjusting the value
directly (ie, not a scroll event) we just update the boxes manually.
2016-03-18 19:33:09 -07:00
Kaphotics
8c4ef40a82
Tweak encounter detect
...
DexNav only under the correct conditions (dexnav may not have an eggmove
for some level boosted ones), fix for dynamic range
2016-03-18 17:18:01 -07:00
Kaphotics
ce2b2949e8
Fix Rock Smash slots
...
DexNav table derivation was reusing the same objects, just create new
ones
2016-03-17 23:25:59 -07:00
Kaphotics
c3ab1dcb92
Fix baby pkm evolution tree
...
Nightmare to parse the evo files into a tree.
2016-03-17 21:08:11 -07:00
Kaphotics
6d6b44f43b
Add alt slots for XY
...
Rustling/Swoop/Drops
2016-03-17 20:20:34 -07:00
Kaphotics
213578163e
Fix shedinja logic
...
Can have egg moves, and locations are irrelevant
2016-03-17 19:37:06 -07:00
Kaphotics
7269c97699
Minor tweaks
...
Update legality on showdown export
Update all legality on legality analysis triggered (PB_Legal or
contextmenu)
2016-03-17 18:58:30 -07:00
Kaphotics
d436caf273
Minor tweaks
2016-03-17 18:28:51 -07:00
Kaphotics
d986b3bb86
Add ingame trade checks
...
There's memories associated, IVs, EVs, whatever; best to check them in
the individual legality check methods.
2016-03-17 17:25:21 -07:00
Kaphotics
0fc4da3431
Begin adding EncounterTrade
...
Fixed a few things in the EncounterStatic, added a few attributes
(antishiny, Gender, Ability, IV, Contest) for appropriate pkm
2016-03-16 23:29:28 -07:00
Kaphotics
b0c4eb561d
Fix lowercase straggler
2016-03-16 20:09:42 -07:00
Kaphotics
14266b5404
Add castform gift + etc
...
Add nature locks for sharpedo/camerupt
2016-03-16 19:50:18 -07:00
Kaphotics
d471c965aa
Add fossil encounter checks
2016-03-16 19:15:49 -07:00
Kaphotics
eedddce9a3
Fix dexnav & static encounter locations
2016-03-16 07:45:02 -07:00
Kaphotics
cd024f25b0
Fix beldum gift
2016-03-15 23:10:18 -07:00
Kaphotics
b9893a9472
Minor fixes
...
Fix hot springs egg location
Fix link gift not returning valid
2016-03-15 22:04:04 -07:00
Kaphotics
28568c2908
Tweak evo levelup param
...
0 - item required (method 5,6,7)
1 - trade required (method 8)
2 - level required (everything else)
Fixes encounter checks of trade evolution pkm
2016-03-15 21:46:49 -07:00
Kaphotics
7477d4d20e
Farfetch'd edge case
2016-03-15 21:40:11 -07:00
Kaphotics
820412e93b
Add Egg name checks
2016-03-15 21:15:40 -07:00
Kaphotics
3c7cab83d1
Add legality filtering to database search
2016-03-15 21:10:33 -07:00
Kaphotics
dc4628abe1
Add XY/AO attribute for PK6
...
A little more explicit.
2016-03-15 19:06:13 -07:00
Kaphotics
116f941dcf
Add Nickname legality check
2016-03-15 18:56:18 -07:00
Kaphotics
9b9775b013
Add Friend Safari exclusive forms
2016-03-15 18:35:40 -07:00
Kaphotics
600159362e
Fix Showdown Mega-X/Y Form parsing
...
Thanks Odaxis!
2016-03-15 18:14:20 -07:00
Kaphotics
f83efd5142
Merge pull request #83 from chenzw95/dexform-fix
...
Fix Pokedex form bitflags not saved in XY
2016-03-15 00:15:37 -07:00
chenzw95
91535c8a7b
Fix Pokedex form bitflags not saved in XY
2016-03-15 15:04:21 +08:00
Kaphotics
1a2aee930d
Add Keldeo move mismatch
...
Probably going to move to a form check later.
2016-03-14 23:54:13 -07:00
Kaphotics
6b410dd65c
Add basic form moveset checking
...
Also added Pikachu/Rotom form moves
2016-03-14 23:46:18 -07:00
Kaphotics
425de6242a
Add duplicate move check
...
Cleanup the class too.
2016-03-14 23:26:51 -07:00
Kaphotics
76b3031263
Invalidate legality on bad moveset
...
Make the legality pictureboxes global for the Main form.
2016-03-14 23:26:29 -07:00
Kaphotics
945d0187ee
Lowercase hax detection
2016-03-14 17:55:42 -07:00
Kaphotics
9cf6753a36
Lowercase Update
...
Addresses #82
2016-03-14 17:54:30 -07:00
Kaphotics
c7cb52ecbd
Add Shedinja encounter check
2016-03-14 17:04:03 -07:00
Kaphotics
9ab50c1342
Fix Dialga/Palkia
2016-03-14 00:48:24 -07:00
Kaphotics
c08e8a75c5
Safe accessing
...
2 gender chars at most -> any fuzz/bad pk6 won't throw here.
2016-03-13 23:20:45 -07:00
Kaphotics
1ed58fd8d3
Fix ORAS Starter location
...
Oops, not littleroot town.
2016-03-13 20:55:20 -07:00
Kaphotics
ef8a0ca708
Check for DexNav amped species
...
Level mismatch on regular wild check was lacking a comparison for
dexnav.
2016-03-13 20:45:18 -07:00
Kaphotics
e996135dd3
Fix comparison
...
Wrong way!
2016-03-13 20:43:29 -07:00
Kaphotics
c300e80e19
Fix Species Comments
2016-03-13 20:28:40 -07:00
Kaphotics
93677fcdda
Add Spiritomb/Voltorb
...
Shoulda just checked stationary encounters for ORAS first ;)
2016-03-13 20:22:29 -07:00
Kaphotics
150a1c942f
Add Electrode encounter
2016-03-13 20:20:11 -07:00
Kaphotics
49e7225c3e
Refactoring
...
Tanabata Jirachi has an underleveled move (illegal), so we have to track
some data. Move LegalityCheck back into LegalityAnalysis, but in a
separate file still.
2016-03-13 20:19:04 -07:00
Kaphotics
623866da06
Fix prevo check leveling
...
current level can be the evolution threshold, so decrement prevo level
afterwards.
2016-03-13 19:58:23 -07:00
Kaphotics
752b315bb1
Add Lati@s encounters & Gift Checking
...
Gifts should always be in PokéBalls
2016-03-13 19:40:47 -07:00
Kaphotics
b357a00fe3
calendar at current date on load
2016-03-13 18:38:11 -07:00
Kaphotics
7f2b382353
Fix ability check wild
2016-03-13 18:37:54 -07:00
Kaphotics
c6439aa03c
Add legality indication on loading to tabs
2016-03-13 18:09:12 -07:00