Commit Graph

972 Commits

Author SHA1 Message Date
Kurt
3ef3040c8d Refresh learnsets when finished editing learn
not personal, lul
Closes #358
2018-08-05 11:05:23 -07:00
Kurt
7943fbc750 Update Item stats 2018-08-05 11:03:18 -07:00
Kurt
cb269eca2b Update move data
Add export button too for both gens
2018-08-05 00:53:40 -07:00
Matt
406f0602c8 Add lazy fix for SM trainer rand (#350) 2018-08-01 21:24:27 -07:00
Kurt
da0f1f6eca reorder learnset by base power when randomizing 2018-06-19 21:28:39 -07:00
Kurt
2c44b57e13
Merge pull request #347 from sora10pls/hm-alert
Revise HM randomizer check
2018-06-15 21:31:09 -07:00
sora10pls
7685d5beb2 Revise HM randomizer check 2018-06-16 00:21:33 -04:00
Kurt
3c412f0a0f reattach progressbar & label
Closes #345
2018-06-10 10:55:49 -07:00
Kurt
b2a4788f4d de-tab main cs 2018-06-03 12:02:33 -07:00
Kurt
3b5bb9c591 Add battle exclusive form check
Closes #344
2018-06-02 16:51:18 -07:00
Kurt
6a36a86a63
Merge pull request #341 from sora10pls/minmax
Add min/max PKM for RSTE
2018-05-23 13:42:56 -07:00
sora10pls
504b41f25c Add min/max PKM for RSTE 2018-05-23 15:28:07 -04:00
Kurt
50a2554cb3 flip arg order
https://github.com/kwsch/pk3DS/issues/327#issuecomment-390429334

was copying wrong way
2018-05-19 14:46:07 -07:00
Kurt
1a00009fb2 Replace force-exit call
environment exit is dirtier but prevents other restorations from
occurring.
Closes #327
2018-05-19 10:06:52 -07:00
Matt
32c0dad5ea Fix TMHMEditor6 banned moves (#339) 2018-05-13 07:32:41 -07:00
Matt
126ddf1a49 Rework Gen 6 TM/HM randomization (#338) 2018-05-12 15:57:17 -07:00
Matt
63600a2a35 Re-arrange move/form assignment (#333) 2018-05-03 14:25:00 -07:00
Matt
54fef2c686 Fix SMTE trainer class rand (#331) 2018-05-01 13:11:22 -07:00
Kurt
f9d9b8878a Save updated shiny lock
shiny wasn't decomposed to IsShiny (bit0--else unused) and NeverShiny
(bit1), the unmodified value was being set back (Shiny).

Closes #324
2018-04-19 16:01:54 -07:00
Matt
39934095da Expose static SOS allies (#318) 2018-04-13 10:10:12 -07:00
Kurt
e3fb4ce526 seal forms
allowdrop call in constructor, doesn't really matter
2018-04-12 21:07:13 -07:00
Kurt
90fd6fcb7b Close streams when peeking for offset
https://projectpokemon.org/home/forums/topic/34377-pk3ds-3ds-rom-editor-randomizer/?do=findComment&comment=228719

https://projectpokemon.org/home/forums/topic/34377-pk3ds-3ds-rom-editor-randomizer/?do=findComment&comment=229665

Thanks Furenzu & TaliOS!
2018-04-11 17:28:37 -07:00
Kurt
95c81e4674 Change healing to enum 2018-04-11 17:27:19 -07:00
Matt
32f9fe4cfc Quality of life changes (#317)
* Quality of life changes

* Re-add raw color textbox
2018-04-10 16:13:34 -07:00
Matt
7fbf8b7e78 Add more Metronome options (#316) 2018-04-09 12:45:09 -07:00
Matt
6a31213402 Add BST shuffler (#314) 2018-04-09 10:33:26 -07:00
Matt
c3ebdc7b65 Add Metronome Mode (#313) 2018-04-09 10:22:00 -07:00
Matt
c72b1a5723 Misc fixes (#310) 2018-04-02 12:48:28 -07:00
Matt
02fe63e33e Update Mart6 tags (#308) 2018-04-01 13:38:13 -07:00
Kurt
9460586f8a add sarc dump
pretty janky
2018-03-31 14:46:17 -07:00
Matt
06da50b2ab Fix mega gift randomization (#307) 2018-03-29 15:21:27 -07:00
Matt
c6db65bde3 Misc updates (#305) 2018-03-28 21:26:10 -07:00
Matt
143bee2321 Revise starter rand (#303) 2018-03-18 14:00:53 -07:00
Kurt
0af0f33983 Absorb PKHeX's learnset class
contains a faster get current moves

should probably make a class lib for rom structures...
2018-03-17 19:06:02 -07:00
Kurt
cfc8d136bf Remove unnecessary duplicate class
learn6 is same as learn7
2018-03-17 18:56:55 -07:00
Kurt
333b4bec2d use c#7 expressions 2018-03-17 12:45:23 -07:00
Kurt
af4e6ca805 fix window enable/disable cross thread
closes #300
2018-03-16 21:13:51 -07:00
Kurt
0f9eaee8ef Allow text parsing without specifying a config
using pk3DS core with linqpad sucks less now
2018-03-13 22:55:43 -07:00
Matt
a7414d53d8 Add Gen 6 Mythicals to final evolutions (#299)
* Add Gen 6 Mythicals to final evolutions

* Blaziken ORAS Megas -> XY

Also group by Generation on each line.
2018-03-13 13:05:51 -07:00
Kurt
8a9a9686c5 Use cached learnset for learnset editors
Closes #298
2018-03-03 23:03:11 -08:00
Matt
788958a4f1 Fix Gen 6 AI mod (#295) 2018-02-23 18:27:53 -08:00
Matt
09eedfcf3a Revise ORAS trainer class rand (#294) 2018-02-21 16:53:59 -08:00
Matt
0de1f9053e Misc tweaks (#290) 2018-02-16 14:03:15 -08:00
Kurt
58ca85bbd8 Re-add changeSpecies event
now updates the listbox as intended (event was never set)

Closes #281
2018-02-10 12:08:07 -08:00
Matt
c4332b077f More fixes (#286) 2018-02-05 21:36:45 -08:00
Kurt
1e7fd04746
Merge pull request #285 from sora10pls/master
Add remove trade evo option
2018-02-04 23:27:40 -08:00
sora10pls
98469c7857 Add remove trade evo option 2018-02-05 01:03:33 -05:00
Kurt
b38d16a4ef
Merge pull request #284 from sora10pls/master
Add several revisions
2018-02-03 10:15:20 -08:00
sora10pls
45d45a649b Add several revisions 2018-02-03 13:04:49 -05:00
Kurt
22e6a2fcf8
Merge pull request #283 from sora10pls/master
Add Sina/Dexio to important trainers
2018-01-28 15:21:04 -08:00