From eaff3cf2a8845c5e42e1cee8d9bf4e7cd09e4a4d Mon Sep 17 00:00:00 2001 From: Kris Johnson <11083252+KrisXV@users.noreply.github.com> Date: Sun, 1 Mar 2026 03:40:36 -0700 Subject: [PATCH] Reimplement ORAS Pure Hackmons ladder --- config/formats.ts | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/config/formats.ts b/config/formats.ts index 6c5557f8e2..b68742ea93 100644 --- a/config/formats.ts +++ b/config/formats.ts @@ -878,10 +878,10 @@ export const Formats: import('../sim/dex-formats').FormatList = [ ], }, { - name: "[Gen 7] Pure Hackmons", + name: "[Gen 6] Pure Hackmons", desc: `Anything that can be hacked in-game and is usable in local battles is allowed.`, - mod: 'gen7', - ruleset: ['-Nonexistent', 'Team Preview', 'HP Percentage Mod', 'Cancel Mod', 'Endless Battle Clause'], + mod: 'gen6', + ruleset: ['-Nonexistent', 'Team Preview', 'HP Percentage Mod', 'Cancel Mod', 'Endless Battle Clause', 'EV limit = 510'], }, // Challengeable OMs @@ -2902,11 +2902,11 @@ export const Formats: import('../sim/dex-formats').FormatList = [ ], }, { - name: "[Gen 6] Pure Hackmons", + name: "[Gen 7] Pure Hackmons", desc: `Anything that can be hacked in-game and is usable in local battles is allowed.`, - mod: 'gen6', + mod: 'gen7', searchShow: false, - ruleset: ['-Nonexistent', 'Team Preview', 'HP Percentage Mod', 'Cancel Mod', 'Endless Battle Clause', 'EV limit = 510'], + ruleset: ['-Nonexistent', 'Team Preview', 'HP Percentage Mod', 'Cancel Mod', 'Endless Battle Clause'], }, // Temporary Tour Metas