Commit Graph

795 Commits

Author SHA1 Message Date
Kurt
a8a8a0bcba Add new evo case handling
clear evo criteria can be determined by community
2017-11-08 18:55:47 -08:00
Kurt
8585c61d51 Add EncounterStatic exporting to pkhex format 2017-11-08 18:42:19 -08:00
Kurt
4d954fcdcf Fix usum item rand div/0
item array was empty, return SM's and return {0} for all other future
cases if this ever happens again
2017-11-08 17:29:55 -08:00
Kurt
3de712c61b Update GARC references for other editors
Pickup editor now works
SMTE now works
Maison (Battle Tree / Royal) editor now works
2017-11-08 12:19:47 -08:00
Kurt
6308d87576 Partial update
changes will be occurring in the next week to bring more parts up to
speed with the new games.
2017-11-08 00:31:53 -08:00
Kurt
a0e95385e7 add sound effect for gen7 table export
unsaved change
2017-11-07 16:34:26 -08:00
Kurt
357d7ae6e6 add output to table button
item reference unnecessary to exist outside of get/set
2017-11-05 16:47:28 -08:00
Kurt
865b608bcb add index to table export 2017-11-05 16:46:02 -08:00
Kurt
bf55b76589 change byte->sbyte
+/-
2017-11-05 16:45:51 -08:00
Kurt
0df38d6b63 Rework item editors
changes fields -> properties, still works with structure converting
now expose all properties with current understanding of the structure
2017-11-04 12:17:53 -07:00
Kurt
5c633d205c misc changes
add class/struct array to csv table with named columns utility

slight usum prep / cleanup
2017-11-03 21:15:39 -07:00
Kurt
abc9272288
Merge pull request #227 from kwsch/f/formstatsindex-public
Make getter of PersonalInfo.FormStatsIndex public
2017-11-01 20:43:19 -07:00
Evan Dixon
6bb63016b4 Make getter of PersonalInfo.FormStatsIndex public
It's a quick solution allowing external programs like the Project Pokémon Pokédex to calculate references from personal entries to corresponding alt-form personal entries
2017-11-01 20:34:42 -05:00
Kurt
6b74460501 Rewrite item class to struct
expand some enums out, actual numbers return actual numbers for the
HealValue so casting directly to byte preserves the value
2017-10-31 21:49:46 -07:00
Kurt
2aa06370c0 Copy personal rand files back to working files
Closes #225
2017-10-28 09:51:16 -07:00
Kurt
7e23374857 Merge pull request #220 from sora10pls/master
Mart fixes
2017-10-18 11:23:36 -07:00
sora10pls
88a5e28f3f Fix X Items tag 2017-10-18 13:25:55 -04:00
sora10pls
d4e1540158 Mart fixes 2017-10-18 13:23:32 -04:00
Kurt
cb6386b818 Merge pull request #219 from kwsch/f/extra-pokemon-text
Add additional Pokemon text references
2017-10-17 19:23:52 -07:00
Evan Dixon
289b47ce0f Add additional Pokemon text references 2017-10-17 20:22:03 -05: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
c99cb4d202 Ban TM randomization for mart inventories
Closes #216
2017-10-15 21:24:11 -07:00
Kurt
46c38698c7 Shuffle learnset STAB with others
closes #217
2017-10-15 14:02:58 -07:00
Kurt
10e202de1a Refactoring
simplify logic in smwe
2017-10-14 12:47:54 -07:00
Kurt
e14274cf1a fix rste rand
closes #213
2017-10-13 08:33:45 -07:00
Kurt
c0d9e4b5f7 Simplify typechart GUI logic
extract common methods

can probably make this a shared usercontrol but meh
2017-10-11 18:23:15 -07:00
Kurt
84dfdd011d Remove crash notification
no longer necessary
https://github.com/kwsch/pk3DS/issues/210#issuecomment-335639507
2017-10-10 16:52:47 -07:00
Kurt
c5e13b3b87 Randomize inbattle trainer class restrictions
closes #210
randomizes restricted within the restricted models allowed
2017-10-10 16:27:24 -07:00
Kurt
44c64db292 Merge pull request #211 from sora10pls/master
Properly blacklist disallowed Trainer Classes
2017-10-10 13:44:29 -07:00
sora10pls
13e8b55f43 Properly blacklist disallowed Trainer Classes 2017-10-10 16:23:47 -04:00
Kurt
1d1227512a Merge pull request #208 from sora10pls/master
Misc changes
2017-10-09 13:29:23 -07:00
sora10pls
61f1564cd7 Fix typos 2017-10-09 15:56:01 -04:00
sora10pls
f83dd38ae3 Misc changes 2017-10-09 15:50:15 -04:00
Kurt
aaa96d66df fix expansion / forced type mega
8d85460
2017-10-09 10:44:13 -07:00
Kurt
4422bf7684 reconfigure mega fetch
8d85460
mega items now fetched correctly
2017-10-09 09:51:47 -07:00
Kurt
f6db103473 disallow mega forms if slot was forced
closes #206
2017-10-08 23:07:06 -07:00
Kurt
8d8546047d Speed up RSTE randomization
essentially instant now
may have borked something, lmk; could have rewritten from scratch but
the conversion seemed simple enough
2017-10-08 23:01:52 -07:00
Kurt
24775fba68 Continue ripping out old randomizer code 2017-10-08 16:31:47 -07:00
Kurt
12719e0049 Merge pull request #205 from sora10pls/master
Misc changes
2017-10-08 13:41:57 -07:00
sora10pls
8941150fe1 Adjust TrainerRand Design 2017-10-08 16:36:32 -04:00
sora10pls
da5a423761 Misc changes 2017-10-08 16:15:35 -04: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
ff18098808 Add early exit for not-enough-species
#204 item 4
2017-10-08 11:23:20 -07:00
Kurt
5d16898597 Split mega dictionary
#204  1 & 2
split dictionaries to be game specific
change label text to indicate what it naturally replaces (based off held
item)
2017-10-08 10:13:13 -07:00
Kurt
b180b1032f Add mega gift like-for-like swap
Closes #175
2017-10-07 23:06:23 -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
0840a04319 Keep multi battle AI flags
Closes #188
2017-10-07 22:18:05 -07:00