From f2a8140375c4794abd89800540362550c5a0856f Mon Sep 17 00:00:00 2001 From: shrianshChari <30420527+shrianshChari@users.noreply.github.com> Date: Wed, 30 Apr 2025 22:23:24 -0700 Subject: [PATCH] Make Reg I formats Official ladder formats (#2398) --- pokemonshowdown.com/ladder.php | 10 +++++----- pokemonshowdown.com/users.php | 6 +++--- 2 files changed, 8 insertions(+), 8 deletions(-) diff --git a/pokemonshowdown.com/ladder.php b/pokemonshowdown.com/ladder.php index b52521494..fc1712f3c 100644 --- a/pokemonshowdown.com/ladder.php +++ b/pokemonshowdown.com/ladder.php @@ -28,14 +28,14 @@ $formats = array( 'gen9pu' => 'PU', 'gen9lc' => 'Little Cup', 'gen9monotype' => 'Monotype', - 'gen9bssregg' => 'Battle Stadium Singles Regulation G', + 'gen9bssregi' => 'Battle Stadium Singles Regulation I', 'gen9anythinggoes' => 'Anything Goes', 'gen9zu' => 'ZeroUsed', 'gen91v1' => '1v1', 'gen9cap' => 'CAP', 'gen9randomdoublesbattle' => 'Random Doubles Battle', 'gen9doublesou' => 'Doubles OU', - 'gen9vgc2025regg' => 'VGC 2025 Regulation G', + 'gen9vgc2025regi' => 'VGC 2025 Regulation I', 'gen9almostanyability' => 'Almost Any Ability', 'gen9balancedhackmons' => 'Balanced Hackmons', 'gen9godlygift' => 'Godly Gift', @@ -137,14 +137,14 @@ if (!$formatid) {