diff --git a/play.pokemonshowdown.com/src/battle-dex.ts b/play.pokemonshowdown.com/src/battle-dex.ts index 820954e2a..c74bbdbf7 100644 --- a/play.pokemonshowdown.com/src/battle-dex.ts +++ b/play.pokemonshowdown.com/src/battle-dex.ts @@ -965,7 +965,7 @@ const Dex = new class implements ModdedDex { } } - //TODO: Support replaced sprites from mods maybe? + //TODO: Support replaced category icons from mods maybe? getCategoryIcon(category: string | null) { const categoryID = toID(category); let sanitizedCategory = '';