mirror of
https://github.com/pagefaultgames/pokerogue.git
synced 2025-07-06 16:32:16 +02:00
Update src/ui/pokedex-page-ui-handler.ts
Co-authored-by: NightKev <34855794+DayKev@users.noreply.github.com>
This commit is contained in:
parent
651b82f1eb
commit
e7c040bf61
@ -945,7 +945,7 @@ export default class PokedexPageUiHandler extends MessageUiHandler {
|
|||||||
*
|
*
|
||||||
* @param otherSpecies The species to check; defaults to current species
|
* @param otherSpecies The species to check; defaults to current species
|
||||||
* @param otherFormIndex The form index of the form to check; defaults to current form
|
* @param otherFormIndex The form index of the form to check; defaults to current form
|
||||||
* @returns boolean
|
* @returns `true` if the form is caught
|
||||||
*/
|
*/
|
||||||
isFormCaught(otherSpecies?: PokemonSpecies, otherFormIndex?: number | undefined): boolean {
|
isFormCaught(otherSpecies?: PokemonSpecies, otherFormIndex?: number | undefined): boolean {
|
||||||
if (globalScene.dexForDevs) {
|
if (globalScene.dexForDevs) {
|
||||||
|
Loading…
Reference in New Issue
Block a user