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) {
1v1
Anything Goes
ZeroUsed
- Battle Stadium Singles Regulation H
+ Battle Stadium Singles Regulation I
CAP
- Almost Any Ability
diff --git a/pokemonshowdown.com/users.php b/pokemonshowdown.com/users.php
index fccb0529b..6c2f1b095 100644
--- a/pokemonshowdown.com/users.php
+++ b/pokemonshowdown.com/users.php
@@ -63,11 +63,11 @@ $formats = array(
'gen9pu' => 'PU',
'gen9lc' => 'Little Cup',
'gen9monotype' => 'Monotype',
- 'gen9bssregg' => 'Battle Stadium Singles Regulation G',
+ 'gen9bssregi' => 'Battle Stadium Singles Regulation I',
'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',
@@ -143,7 +143,7 @@ if (isset($_REQUEST['json'])) {
try {
$coil_vals = json_decode(file_get_contents('../config/coil.json'), true);
} catch (Exception $e) {}
-
+
foreach ($user['ratings'] as $rating) {
$coil = null;
if (isset($coil_vals[$rating['formatid']])) {