initial commit

This commit is contained in:
bryanthaboi
2026-07-17 20:30:02 -04:00
commit a5d2e77e7d
298 changed files with 100561 additions and 0 deletions
+12
View File
@@ -0,0 +1,12 @@
-- Optional ruleset that removes the most notorious Gen 1 quirks while
-- keeping the same formulas. Not the default.
return {
name = "modern_clean",
oneIn256Miss = false,
critUsesBaseSpeed = true,
critIgnoresStages = false,
randMin = 217,
randMax = 255,
focusEnergyBug = false,
}