Commit graph

9325 commits

Author SHA1 Message Date
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
Kaphotics
540cd5ac99 Use PC inventory sprite for g1/2 2016-10-27 19:59:19 -07:00
Kaphotics
da2f1cbe12 Fix z-crystal tables
Bead/Piece tables were in the demo, easy mine.
Add pouch sprites for Free/Z-Crystal, as well as a PC (unused) provided
by Suloku in #237
2016-10-27 19:53:19 -07:00
Kaphotics
9f1ee13851 Fix MysteryGift type comparisons
WC6 -> MysteryGift as intended, as we want the abstract class.
Other classes don't inherit, thus BaseType stays the same.

Thanks Odaxis!
2016-10-27 18:26:14 -07:00
Kaphotics
81547107a0 Add more s/m stuff
Inventory editing, mystery gift editing, trainer info (soon)
2016-10-26 22:06:03 -07:00
Kaphotics
9e2743ad82 Dynamically generate gift table controls
New game threw a snag. This looks better, anyway.
2016-10-26 18:49:40 -07:00
Kaphotics
518cf8a407 Add placeholder strings
Still need to add met location information
2016-10-24 20:05:22 -07:00
Kaphotics
2a1b1c99ff Continued updates
Add gen7 games to list, add gen3 starter ball banlist, relocate legality
info that isn't generation specific.
2016-10-24 20:04:47 -07:00
Kaphotics
4033bb6081 Rename LinkGifts
Specify that these gifts are for gen6 only
2016-10-23 22:07:13 -07:00
Kaphotics
a462c09743 Legality refactoring continued
Finish removing explicit gen6 objects so that multiple generations of
information can be checked.

Still only supports gen6, but will be much much easier to add in other
generations in the future.

Tested a few pk6's and the legality checks appear to be functioning the
same.
2016-10-23 22:03:19 -07:00
Kaphotics
ed14ab7436 Add personalinfo references per PKM format
Fix possible hang in pk6/pk7 if country/region is unset (continues
loop).

PersonalInfo references are not to be used when calculating stats (use
the savefile table instead)
2016-10-23 22:01:39 -07:00
Kaphotics
26ff17fd24 Use added maxspecies from legal
Instead of a hard-coded number.

Maybe I should have a species/move/Ability/Item/Ball enum
2016-10-23 21:59:27 -07:00
Kaphotics
8cf0a7b0ec Add some sanity checking for ranges 2016-10-23 21:57:43 -07:00
Kaphotics
53d577a191 Add legalspecies & sm TMs 2016-10-23 21:57:04 -07:00
Kaphotics
d4bf111cd7 Add indication for invalid wondercards
Should clear up confusion when relearnmoves are all invalid.
2016-10-23 21:56:14 -07:00
Kaphotics
bbee007429 Implement placeholder pk7 conversion
For all generations that can transfer; pk1->7 is still disabled but the
framework is set up for when that information arrives.
2016-10-23 13:11:26 -07:00
Kaphotics
0fec576831 Refactor Legality engine
Beginnings of multi-generational support; removed all references to PK6
(child) and changed to PKM (abstract parent).

The core portion still needs revision to not be hard-coded for XY/ORAS
info tables.
2016-10-23 12:48:49 -07:00
Kaphotics
e3d7a7ebce Partial work towards c-gear
Getting this out of my changes list, still very WIP
2016-10-23 12:46:32 -07:00
Kaphotics
14550828ed Add more S/M editing capability
Add Daycare and Resort storage, updated offset map with information
provided by Falo (thanks!!!)
2016-10-23 12:45:27 -07:00
Kaphotics
75a512c40b Move legality6 table to proper filename
Made sense when gen6 was the only legality user, but with multigen let's
make it have the right name.
2016-10-22 20:24:27 -07:00
Kaphotics
7091049372 Add more S&M support
Pokedex flag setting added, no forme setting for now.
2016-10-22 20:09:22 -07:00
Kaphotics
26b2a07392 Fix indentation
No change.
2016-10-22 20:07:03 -07:00