Commit graph

1946 commits

Author SHA1 Message Date
Kurt
221394e6c4 Fix static encounter relearn check
Relearn instead of Moves

Fixes item 4 of #362
2016-11-10 08:18:09 -08:00
Kurt
c1b05e9331 Add battle video 7 importing
Thanks JohnTravolski!
2016-11-10 08:14:54 -08:00
Evan Dixon
c20b114c0e Changed AesManaged to AesCryptoServiceProvider 2016-11-10 09:51:02 -06:00
Evan Dixon
9ab924ffe5 Changed SHA1Managed to SHA1CryptoServiceProvider 2016-11-10 09:49:20 -06:00
Evan Dixon
f743b0a152 Changed SHA256Managed to SHA256CryptoServiceProvider 2016-11-10 09:08:36 -06:00
Julien Humbert
fcc77fcf54 AddFontMemRessourceEx not supported on libgdiplus 2016-11-10 12:13:04 +01:00
Julien Humbert
9550169817 Workaround for Mono XIM bug 2016-11-10 12:10:11 +01:00
Kurt
cf74c7c209 Add box legend legality check info
Possibly more things to check.
2016-11-09 23:21:12 -08:00
Kurt
3fdbc27a9f Move vitamins/PP/ash to Medicine pouch
closes #361
2016-11-09 22:53:52 -08:00
Kurt
9e61311ce9 Minor form related fixes
Add pikachu caps
Add mimikyu busted to show default
pkm with a formcount & no text for that form are hidden (Totems)
2016-11-09 22:19:52 -08:00
Kurt
ab5d130454 fix g7dex read/write 2016-11-09 21:43:25 -08:00
Kurt
c6078cb527 Hide JPEG for games that do not have it 2016-11-09 20:04:02 -08:00
Kurt
75aa1b2568 Fix signed G7TID 2016-11-09 20:03:49 -08:00
Kurt
fc97d68847 Allow itemcount 0 to delete item
reverting the change
add in HaX safeguard since the true cap is 0x3FF
2016-11-09 20:03:17 -08:00
Easy World
71e95e48b5 Update two Chinese versions about text_Species (#360)
Still need to figure out why the ripped files came out the way they did...
2016-11-09 19:47:46 -08:00
Kurt
ef0540e59d Move sun/moon met init to init
use temp var for 1x array access instead of 3
instead of using startswith (we already checked for null/whitespace just
check the first char, we know its length is >0.
2016-11-09 18:46:56 -08:00
Kurt
aae16ccaf2 add other languages to tr7 editor
closes #357
2016-11-09 18:36:46 -08:00
Michael Scire
dfa92e79b7 Fix NullReferenceException in legality checks 2016-11-09 17:52:38 -08:00
Michael Scire
5c91e1fb5d Fix bad met location list (Closes #350) 2016-11-09 15:00:33 -08:00
Kurt
6f62bc685e Add traditional species list & selections 2016-11-09 08:23:47 -08:00
Kurt
d5b6f151fe Move rare candy to medicine pouch 2016-11-09 08:13:41 -08:00
Kurt
9e5c84cb9a Merge branch 'master' of https://github.com/kwsch/PKHeX 2016-11-09 08:06:45 -08:00
Kurt
27ac04022d Fix TMHM list
add last few TMs
Closes #351
2016-11-09 08:06:43 -08:00
Evan Dixon
9f8e6173c3 Possible fix for issue #347 (999 item count becomes 39) (#349) 2016-11-09 07:33:59 -08:00
Michael Scire
c6d2e9fa6f Game-accurate memecrypto 2016-11-09 00:58:41 -08:00
Kurt
45ee5c177e Fix mystery gift check comparisons
Felt worthwhile to make this a property of the analysis. Maybe it can be
used for better result indication?
2016-11-08 23:37:53 -08:00
Kurt
b1ce9c7520 Temporarily disable memory setting
May be permanent
2016-11-08 23:20:40 -08:00
Kurt
4f7b6a05be Fix g7 marking get
Thanks ArcticLoveBunny!
2016-11-08 22:38:38 -08:00
Kurt
db8d5cb5e0 Finish fix for gameversion passing 2016-11-08 22:10:32 -08:00
Kurt
4c477de985 Fix evo chain traversal direction
Still need to fix getMoves Version from int to GameVersion as -1/0/1 is
no longer bueno.
2016-11-08 21:44:05 -08:00
Kurt
07db45ae49 Refactoring
Add placeholder met location list for hatched eggs
Moved generation nonspecific tables to the master Tables.
2016-11-08 21:43:22 -08:00
Kurt
c1f7850304 Add zygarde form 2016-11-08 20:39:18 -08:00
Kurt
e63671ac43 Add charms to sm key item pouch 2016-11-08 19:01:24 -08:00
Kurt
f498131f13 Fix storage sort/delete refresh subviewers
Closes #338
Thanks @Ninjistix !
2016-11-08 17:30:31 -08:00
ajtudela
201b581f3c Spiky form spanish translation (#342)
* Minor spanish update for Pokemon Sun and Moon

* Spiky form translate
2016-11-08 10:59:15 -08:00
Kurt
8e2438789b Preliminary Sun/Moon support
Still a few things like missing forms and unobtainable moves.

Will work more on this later.
2016-11-08 08:43:57 -08:00
Kaphotics
2a00de2de9 Move met location lists to correct gen 2016-11-01 23:46:46 -07:00
Kaphotics
a50cfc003f Fix inventory count writing 2016-11-01 15:16:21 -07:00
Kaphotics
d72db5ae72 MarkByte => MarkValue
Includes marking coloring for main form as well
changes type from byte to int
2016-10-30 19:15:48 -07:00
Kaphotics
91dfe269c9 Add gen7 native symbol (+) 2016-10-30 16:40:19 -07:00
Kaphotics
85859f9db3 Fix daycare offsets
Daycare seeds are now 128 bits instead of 64.
Remove overrides that duplicate virtual method
2016-10-29 19:11:47 -07:00
Kaphotics
91134a4883 Sync remaining piece of refactor
Oops
2016-10-29 19:10:40 -07:00
Kaphotics
8540b00ca1 Refactoring
No functional change besides changing the default save to sav7.

Main changes are moving the string data fetching out of the
winforms-specific Main.cs
2016-10-29 15:41:55 -07:00
Kaphotics
a9648f021b Generalize box viewer
Need to update string tables for all games
2016-10-29 11:33:53 -07:00
Kaphotics
ade97e0067 Generalize box wallpaper interaction
Move get/set logic into abstract class, only offset fetch is overridden
2016-10-29 11:32:21 -07:00
Kaphotics
5e54466816 Merge branch 'master' of https://github.com/kwsch/PKHeX 2016-10-29 09:39:19 -07:00
Kaphotics
2e9bfaafd3 Decouple personal tables, use pinfo 2016-10-29 09:39:11 -07:00
ajtudela
9a28aed56e Minor spanish update for Pokemon Sun and Moon (#337) 2016-10-29 08:18:49 -07:00
Kaphotics
5c3ee751c6 Personal Table per PKM
Not by AO only (now works for species > 721)
2016-10-28 23:41:22 -07:00
Kaphotics
0998775360 Add sav7 trainer editor
Map coordinates X/Z appear to be *100 for decimal precision?
remove unused trainingmedal resource
reorder pouches to match game
fix money read offset
2016-10-27 21:30:21 -07:00