Commit graph

2081 commits

Author SHA1 Message Date
Kurt
557f1a25fb Misc update
Remove 2 sun SOS evo chain hidden ability bans - closes #629
update shortcuts list
update unobtainable ribbon checks for gen3; switch to nameof as well
2016-12-11 10:30:41 -08:00
Kurt
e183db7fdd Hide giveall new count tweaks on gen3
Added in a recent commit, needs to be hidden with the button
2016-12-10 23:12:23 -08:00
Kurt
7404a65c15 Add PBR save count identification
via Tux at
https://projectpokemon.org/forums/forums/topic/36582-pok%C3%A9mon-battle-revolution-save-research-thread/
Closes #317
2016-12-10 22:57:31 -08:00
Kurt
1f94dbf28e Add more detailed fateful encounter checks
find more oddballs
Closes #626
2016-12-10 18:55:04 -08:00
Kurt
8143f28643 update online ID g7 size display
needed to refactor the gamesync textbox to be variable length like
daycare seed to handle multiple generations
NexUniqueID internal name, qword
IsValidNexUniqueID checks for != 0
2016-12-10 12:27:37 -08:00
Kurt
23aed12f16 Fix pouch sanitize variable
datasize not max count doh
Closes #621
2016-12-10 08:58:19 -08:00
Kurt
a46d84f9b3 Add Improved Randomization
Basically just specify a random integer range for the values
Syntax: $0,24 for randomized natures
Closes #512
Update to use nameof while we're here to refactor-proof
2016-12-09 20:49:17 -08:00
Kurt
8bbcf7ba13 Add sun/moon portal flag
Closes #553
2016-12-09 20:18:06 -08:00
Kurt
f9c38bd3a1 Update cell 17 location descriptor
Closes #617
2016-12-09 20:12:58 -08:00
Kurt
ae63dceaae Move inventory item validity checking to class
#619
Expanded sanitize check to re-add items to fill the pouch back up.
2016-12-09 20:12:37 -08:00
Kurt
844e1df508 fix personalinfo setters
not used in PKHeX, documentation parity with pk3DS
2016-12-09 08:43:47 -08:00
Kurt
2d5363d7cc simplify conversion cases
remove hardcoded strings in favor of nameof
fall through on each conversion until destination format reached
Closes #611
2016-12-08 23:22:27 -08:00
Kurt
a357c490d8 Tweak milotic case
valid evolution check should check for entire range
fix comparison and always return false if beauty insufficient, same as
gender below. the trade method passes on skipChecks anyway.
2016-12-08 23:06:36 -08:00
Kaphotics
7b58c7857e Merge pull request #580 from Tailmon/master
Edge case for Z-Ring item count set in 2 in an unedited save
2016-12-08 20:55:07 -08:00
Kurt
d45c8fac1c Mirror personalinfo update from pk3DS
Unused by PKHeX, library documentation
2016-12-08 20:24:50 -08:00
Tailmon
0199f7b40b Merge pull request #1 from kwsch/master
Update from upstream repo kwsch/PKHeX
2016-12-08 15:40:45 -03:00
Kurt
f050ab65f5 simplify string interpolation
pretty
2016-12-07 22:57:12 -08:00
Michael Scire
f0b1410613 Fix SOS slot recognition 2016-12-07 22:55:50 -08:00
Kurt
5627b07e84 Add more memory checks
Mostly gen3-5 checks if they're ever supported; added bad hack check.

Check yer battle videos to expose da haxxers.
2016-12-07 18:28:28 -08:00
Kurt
2986337a74 Fix HT gender set from tabs
oooooooooops, getGender method returned 2 since value was "" (nothing)
2016-12-07 18:28:28 -08:00
Kaphotics
7880f249b4 Merge pull request #602 from hogeunk/patch
Fix FestaCoins
2016-12-07 17:53:33 -08:00
Kurt
1253ac1bc8 Box Report copy cells include header & tableformat
Closes #595
2016-12-07 17:48:49 -08:00
hogeunk
d754139707 Fix FestaCoins
Fix FestaCoins

0x50D08 ... Current coins
0x50D0C ... Total coins
0x69C98 ... Used coins

total = current + used
2016-12-08 10:40:54 +09:00
Kaphotics
a2c5870deb Merge pull request #601 from kwsch/kwsch-patch-1
Show gamesync gen7
2016-12-07 14:05:26 -08:00
Kaphotics
562cd460c8 Show gamesync gen7
#596
2016-12-07 14:04:44 -08:00
Kaphotics
ca28d09806 Merge pull request #600 from Nalweakette/patch-1
Invalid Check for Apricorn ball
2016-12-07 14:02:16 -08:00
Nalweakette
d9552926e5 Update Checks.cs
Pokemon Species 731 is Pikipek and is Valid in Apricorn Ball

So >= 731 or > 730 is a valid check.
2016-12-07 21:47:06 +01:00
Kurt
fbbe9ecd94 Add coins displayed
as per post 30587882 on vp
no idea why gamefreak did it this way; the 0x50C is accessed for get/add
but apparently the other is used for the display. just update both
2016-12-07 08:59:51 -08:00
Kurt
0a06a1999c Update scan met locations
off by 1
2016-12-07 08:30:52 -08:00
Kurt
c2148c970a trycatch settings load
if settings can't load, just swallow the exception
2016-12-06 23:29:57 -08:00
Kurt
8586cb6c72 Remove unused references
y these keep sneaking back in
2016-12-06 23:29:16 -08:00
Kurt
8f705a89d6 Add collected const display
Closes #594
2016-12-06 21:41:40 -08:00
Kurt
863dc58ec3 Add property type indication
Simplify so that only a list of types is specified on one line, no other
type specific handling required when adding a new type.

Closes #592
2016-12-06 21:36:31 -08:00
Kurt
068da5ef9c rejoin safari/dream male-genderless tables
genderless can inherit
2016-12-06 19:25:06 -08:00
Kurt
d9c33979fd Update prebank eggmove banlist
parasect can use counter
2016-12-06 07:36:16 -08:00
Kurt
369f6f4e57 Update revision date format
yymmdd
2016-12-05 22:22:01 -08:00
Kurt
9a095e0c17 Update 16.12.06
Finalized per forum revival
2016-12-05 21:46:34 -08:00
Kurt
361af826e6 Update ThreadPath
static link on forums
2016-12-05 21:17:53 -08:00
Kurt
66a838353f Remove capitvate from cottonee eggmove ban prebank
Closes #585
2016-12-05 19:39:39 -08:00
Kurt
9d2e6c85de Add zygarde cell editor
Stored in event constants, no need to have it in that editor as certain
cheats need to be performed.
Multilang translation on this would be a pain location wise, so
hopefully the english hints are enough for the international users.

Thanks c4388354
Closes #579
2016-12-05 19:19:19 -08:00
Kurt
03736dc3f3 Invert Unicode display
use advanced chars if set, else use default form font
Closes #586
probably going to get a followup issue from someone else 😄
2016-12-05 17:42:19 -08:00
Kurt
a56a3c0cdb Add porygon pre-bank ball check
Closes #587
2016-12-05 17:35:46 -08:00
Kurt
254e5de710 Add greninja gift exclusion case
Closes #583
2016-12-05 08:19:29 -08:00
Pablo
1ca26ba978 Added edge case of Z-Ring item count set in two in an unedited save and set to 1 after editing items 2016-12-05 01:21:23 -03:00
Kurt
6a60b8772c Ban Gastrodon West prior to bank release
Closes #578
2016-12-04 15:55:17 -08:00
Kurt
418e88f98c Add Battle Tree streak editing
Closes #530
2016-12-04 13:23:35 -08:00
Kurt
2cfeeb20d9 Add backup prompt on first startup
if bak folder already exists, check is skipped.
Closes #531
2016-12-04 11:23:10 -08:00
Kurt
a6671b2e63 fix form1 meowstic gen6 edge case
egg move tables are per species not per form in gen6
added comments for lessons learned
2016-12-03 09:38:24 -08:00
Kurt
3a377f9198 Add save detection exception handling
Yay for jksv allowing invalid filenames
2016-12-03 09:32:18 -08:00
Kurt
247864ce8f Reimplement individual mark accessors
#571 alternative
2016-12-03 09:20:53 -08:00