mirror of
https://github.com/pagefaultgames/pokerogue.git
synced 2025-07-06 08:22:16 +02:00
Update src/data/pokemon-species.ts
Co-authored-by: Amani H. <109637146+xsn34kzx@users.noreply.github.com>
This commit is contained in:
parent
f033f05ec4
commit
b0c60e61b9
@ -66,8 +66,7 @@ export function getFusedSpeciesName(speciesA: PokemonSpecies, speciesB: PokemonS
|
|||||||
prefix = desKey;
|
prefix = desKey;
|
||||||
suffix = radKey;
|
suffix = radKey;
|
||||||
}
|
}
|
||||||
const fusedName =`${prefix}${suffix}`;
|
return `${prefix}${suffix}`;
|
||||||
return fusedName;
|
|
||||||
}
|
}
|
||||||
|
|
||||||
export type PokemonSpeciesFilter = (species: PokemonSpecies) => boolean;
|
export type PokemonSpeciesFilter = (species: PokemonSpecies) => boolean;
|
||||||
|
Loading…
Reference in New Issue
Block a user