mirror of
https://github.com/kwsch/PKHeX.git
synced 2026-05-26 07:46:09 -05:00
= 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. |
||
|---|---|---|
| .. | ||
| PKM Editors | ||
| Save Editors | ||
| frmReport.cs | ||
| frmReport.Designer.cs | ||
| frmReport.resx | ||
| SAV_Database.cs | ||
| SAV_Database.Designer.cs | ||
| SAV_Database.resx | ||