Skip to content

Commit

Permalink
Update battle-dex.ts
Browse files Browse the repository at this point in the history
  • Loading branch information
KirbyRider1337 authored Mar 10, 2024
1 parent bbd6c53 commit 63ee159
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion play.pokemonshowdown.com/src/battle-dex.ts
Original file line number Diff line number Diff line change
Expand Up @@ -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 = '';
Expand Down

0 comments on commit 63ee159

Please sign in to comment.