PKHeX/MainWindow
Kaphotics a1ac548485 Add Batch Editor (HaX)
= acts as a 'modify if' filter
! acts as a 'do not modify if' filter
. acts as a 'set property to' to value

!HeldItem=0
^ do not modify if held item is zero

=HeldItem=5
^ only modify if held item is index 5

.Species=7
^ set species to 7

!SID=666
.TID=666
^ set TID to 666 if SID is not 666

.TID=666
!SID=666
^ set TID to 666 if SID is not 666 (filtering can be after property
settings)

Run one 'batch modify' script at a time.
2016-07-12 22:19:51 -07:00
..
Main.cs Add Batch Editor (HaX) 2016-07-12 22:19:51 -07:00
Main.Designer.cs Add Batch Editor (HaX) 2016-07-12 22:19:51 -07:00
Main.resx Add Batch Editor (HaX) 2016-07-12 22:19:51 -07:00
MainPK3.cs Split out pk# population/retrieval 2016-07-09 16:17:55 -07:00
MainPK4.cs Split out pk# population/retrieval 2016-07-09 16:17:55 -07:00
MainPK5.cs Split out pk# population/retrieval 2016-07-09 16:17:55 -07:00
MainPK6.cs PK6->PKM for labels/controls 2016-07-10 10:32:51 -07:00