diff --git a/src/system/game-data.ts b/src/system/game-data.ts index 3442748c9ab..08b7261c5f9 100644 --- a/src/system/game-data.ts +++ b/src/system/game-data.ts @@ -2002,9 +2002,7 @@ export class GameData { }); } - /** - * Checks whether the root species of a given {@PokemonSpecies} has been unlocked in the dex - */ + /** Return whether the root species of a given `PokemonSpecies` has been unlocked in the dex */ isRootSpeciesUnlocked(species: PokemonSpecies): boolean { return !!this.dexData[species.getRootSpeciesId()]?.caughtAttr; }