fix: wrap setOverlayMode args in array to mystery-encounter

This commit is contained in:
lnuvy 2025-06-18 00:48:46 +09:00
parent 6ff258fb37
commit db773f129e

View File

@ -751,7 +751,7 @@ export async function catchPokemon(
UiMode.POKEDEX_PAGE,
pokemon.species,
pokemon.formIndex,
attributes,
[attributes],
null,
() => {
globalScene.ui.setMode(UiMode.MESSAGE).then(() => {