mirror of
https://github.com/bryanthaboi/gen1recomp.git
synced 2026-08-17 19:24:01 +02:00
13 lines
297 B
Lua
13 lines
297 B
Lua
-- 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,
|
|
}
|