Update encounter-pokemon-utils.ts

This commit is contained in:
damocleas 2025-08-13 22:56:42 -04:00 committed by GitHub
parent 674a9b2a18
commit 52140bfac6
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -813,7 +813,7 @@ export async function catchPokemon(
} else if (addStatus.value) {
catchMessage = "battle:pokemonCaught";
} else {
catchMessage = "battle:pokemonCaughtChallenge";
catchMessage = "battle:pokemonCaughtButChallenge";
}
globalScene.ui.showText(
i18next.t(catchMessage, { pokemonName: pokemon.getNameToRender() }),