Commit Graph

18 Commits

Author SHA1 Message Date
Kurt
6c0f30e7e3 File scoped namespaces 2024-06-02 18:26:00 -05:00
Kurt
55c75f3540 Facelift 2020, no functional change
Update to net46
Update to c#9
Handle the majority of compiler messages/warnings
2020-12-26 18:32:23 -08:00
Kurt
e40d3ce554 Style updates
makes it easier to look at
still looks yuck ;)
2018-08-08 20:56:32 -07:00
Kurt
da0f1f6eca reorder learnset by base power when randomizing 2018-06-19 21:28:39 -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
63ca15cdb7 Fix non-expanding first entry randomization
closes #243
2017-12-02 08:28:20 -08:00
Kurt
30018fd9ed reconfigure move learn banned fixing
5c452b8b6b (commitcomment-25007984)

should have referenced move instead; move all update logic to
moverandomizer.
2017-10-16 09:22:01 -07:00
Kurt
5c452b8b6b prevent fixed damage from learnset source
weed out fixed damage moves from learnset provided arrays
can result in duplicate terrible moves but whatever

closes #214
2017-10-15 21:54:39 -07:00
Kurt
46c38698c7 Shuffle learnset STAB with others
closes #217
2017-10-15 14:02:58 -07:00
Kurt
43b629803b Use move randomizer for smte
was using learnset & old rand variant
Closes #204
2017-10-08 12:21:49 -07:00
Kurt
699155906a Add no-fixed damage moves option
closes #177
2017-10-07 22:37:30 -07:00
Kurt
987dc4abf1 fix typo
yeah not a typo, logic is hard ;)
2017-10-07 22:23:05 -07:00
Kurt
dc4432669b Add force-have 4 moves at level 1 option
closes #186
2017-10-07 22:22:14 -07:00
Kurt
fe7edd6b3b Fix spread/expand learnset rand
closes #202
2017-10-07 22:11:42 -07:00
Kurt
4399a4f4b4 Allow first learned move to be non-stab
only forced if STAB is checked
2017-09-22 19:59:28 -07:00
Kurt
3dcfd6a3f4 Fix learnset randomizer percent not set
STAB count from move randomizer now calculates properly
2017-09-22 19:14:54 -07:00
Kurt
fa5bdee781 Refactoring
use new randomization objects in other forms
re-standardize namespaces a little
2017-09-09 22:16:55 -07:00
Kurt
ddc7b8558d Rewrite evo/learnset/eggmove randomizers
sew fast oi
2017-09-09 21:34:43 -07:00