Kurt
284ea120b1
Fix unused legality check (3/4/5th gen only)
...
Thanks Sabresite!
2016-12-22 18:18:35 -08:00
Kurt
69e9192484
Filter memory options
...
Constrain to 721 (Volcanion) for gen6 species
Constrain to 622 (Hyperspace Fury) for moves
Closes #660
2016-12-22 11:49:26 -08:00
Kurt
2c395d3634
Fix gender symbol setting
...
if nidoran is not nicknamed, it will use full width if it's not named
Nidoran.
if anything else is nicknamed, it will check to see if any
non-latin/special characters are used to determine if half width should
be set.
possibly applies to gen4/5, if so, please open an issue/post on forums.
2016-12-22 11:33:29 -08:00
Kurt
1c335c9389
Add missing gender symbols (jpn)
...
No idea how these dropped off...
2016-12-22 11:30:14 -08:00
Kurt
1de5315f64
Extend recent pr to gen6 editor
...
#658 same format
citra versions have year @ 1900 which is below 1932; min value year is
zero which is caught by the value validity check.
rename 2 labels that were unnamed.
2016-12-21 13:57:38 -08:00
Kaphotics
a9e0a881cf
Merge pull request #658 from kwsch/b/gen7-dates
...
Fix Gen 7 Dates
2016-12-21 13:44:33 -08:00
Evan Dixon
95843378d2
Extended HOF and AdventureStart MinDate
...
Not tested with a real save, but if the seconds data structure used to populate the data is in fact signed, the year should be valid.
2016-12-21 08:46:21 -06:00
Evan Dixon
7c69682422
Refactored LastSavedDate
...
Makes usage a little cleaner IMO and fixes a bug opening the Trainer Editor with the default blank save
2016-12-21 08:45:22 -06:00
Kurt
e308f51177
Fix null ref tostring
...
empty text string in value, simple null check prevents null.ToString()
and just results in null => returns 0.
2016-12-21 00:24:33 -08:00
Kurt
9fdee96e38
Update 16.12.21
...
No need to have two seemingly duplicate urls at the top; old PKHeX url
was the thread link which now has a special redirect URL as listed.
2016-12-20 18:19:23 -08:00
Kurt
31b5e63222
Fix HT trade logic
...
TradeFriendshipAffection never triggered as TradeHT sets the HT_Name
just move the modification within the TradeHT method.
2016-12-20 17:54:48 -08:00
Kaphotics
3fe7d31183
Update readme GNU/Linux section
...
Revise description to use flatpak instead of Aptitude.
Discussed in #387 , closes #387 .
2016-12-20 17:31:20 -08:00
Kurt
6003c2b71a
Misc gen2 upgrades
...
Filename & random shiny IVs
Closes #534
2016-12-20 17:24:41 -08:00
Kurt
67667f9778
Revert "Add Intro Time"
...
This reverts commit c73d8fcf39
.
2016-12-20 13:42:31 -08:00
Kurt
c73d8fcf39
Add Intro Time
...
time offset == Intro Time is how the game freezes to the version
specific (day/night) time
2016-12-20 12:33:47 -08:00
Kurt
ab64ce4f13
Revise evolution check description
...
Now doesn't explicitly say the level is below evolution requirements,
just says that there's no possible way it was evolved to its current
state.
Closes #634
2016-12-20 09:27:19 -08:00
Kurt
1899e4e11e
Fix file loading exception
...
Closes #653
2016-12-20 09:22:15 -08:00
Kurt
26986ff22b
add gen2 unofficial vc size
2016-12-19 11:47:24 -08:00
Kurt
d91c6a0727
Add sm pokedex forme flag editing
...
Closes #642 -- for all languages, just use complete dex and the language
will fill in
Closes #363
2016-12-19 09:33:15 -08:00
Kurt
00bdee5d58
Fix party dragdrop same slot deletion
...
now just aborts the dragdrop operation if the destination is the same as
the source
2016-12-18 23:49:27 -08:00
Kurt
ba5ef5cf06
Improve illegal exp/level handling
...
Consistent between gens now
#322
2016-12-18 23:39:37 -08:00
Kurt
102f56c694
Improve giveall behavior
...
now just adds the remaining uncollected cells to the collected count &
cube count.
Closes #643
2016-12-18 11:06:14 -08:00
Kaphotics
f0d27e963c
Merge pull request #652 from kwsch/b/output-directory
...
Updated build directories
2016-12-18 09:47:21 -08:00
Evan Dixon
5bc0b57147
Updated build directories
...
Also defined MONO compiler constant
2016-12-18 11:45:34 -06:00
Kurt
53e4d244da
use savefile to calc stats rather than pk's
...
dropping deoxys into party in fr/lg saves used the rs base stats.
2016-12-18 00:15:36 -08:00
Kurt
b009cc8050
Standardize level loading when stats not present
...
check if stats present (HP max easiest check)
only changes the behavior when in HaX mode
closes #322
2016-12-17 22:44:26 -08:00
Kurt
796c2998ea
Add Party dragdrop manipulation
...
Closes #295
Allows users to move eggs / empty pkm to the first party slot, allowing
that only because it's not a click-set operation.
2016-12-17 19:05:22 -08:00
Kurt
69d2bc74ca
Add type: null edge case
...
colon caused break -> treat as unsplit line with default handling
Closes #648
2016-12-17 09:54:25 -08:00
Kaphotics
e860fd66f2
Merge pull request #649 from kwsch/f/build-config-clarification
...
Build Configuration Clarification
2016-12-17 09:38:47 -08:00
Evan Dixon
3889d8b186
Renamed build configurations to clarify usage
...
Also added the README to the solution and modified it to briefly describe when to use each build configuration.
2016-12-17 08:23:32 -06:00
Kurt
2664b4cac2
Fix split gender ratio per species/form
...
Closes #647
2016-12-16 20:30:10 -08:00
Kaphotics
9d54c3d847
Unlock party slot editing
...
Closes #646
2016-12-16 11:07:26 -08:00
Kurt
9f0d6223eb
Add battle box batch editor protection
...
should be the last of the tweakable methods
2016-12-16 09:03:36 -08:00
Kurt
59ad4e2194
Fix battle box lock box calculation
...
restructure a little to only do the slot calcs if info is actually
present
Closes #645
2016-12-16 08:50:50 -08:00
Kurt
251dc9c46a
Add locked slot indication and write protection
...
Reinterpreted #637 , now utilizing the lock symbol (cropped to 30px
vertical height) to indicate strongly that the slot is locked (which can
only be viewed).
2016-12-15 23:17:17 -08:00
Kaphotics
65e19e7f8b
Merge pull request #640 from kwsch/changelog-edit
...
Update changelog.txt
2016-12-14 14:27:29 -08:00
Evan Dixon
d001442429
Update changelog.txt
...
No point in holding on to old vB style URLs, even if they are still functional
2016-12-14 16:02:00 -06:00
Kaphotics
97c5c608bd
Merge pull request #639 from gocario/patch-1
...
Remove the TrainerInfo7's ToolTip "TSV" repetition
2016-12-14 04:19:39 -08:00
Gocario
51bf17d3a3
Remove the TrainerInfo7's ToolTip "TSV" repetition
2016-12-14 11:56:59 +01:00
Kurt
4369ee0735
Fix traded egg modification
...
Correct date values are now updated
regarding 8af8602
, reported via pm on reddit
2016-12-13 19:07:55 -08:00
Kurt
637c971725
Fix gamesync ID
...
Not to be confused with NexUniqueID
2016-12-12 22:29:50 -08:00
Kurt
42da2707ba
Reload untampered values after load
...
HaX only, closes #576
2016-12-11 20:50:38 -08:00
Kurt
bdd1158a25
Add greninja variable PID edge case
...
game programmer should have used the nonshiny mode option instead of
randomly coming up with a PID
closes #458
added missing gift check for level (was 'deferred' but never
implemented)
2016-12-11 17:13:59 -08:00
Kurt
edf69fdacf
Add missing box participant comparison
...
Closes #597
2016-12-11 13:48:26 -08:00
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