Add Kev's Suggestions

This commit is contained in:
xsn34kzx 2025-08-04 18:40:36 -04:00
parent 82663db431
commit abd7c70ede

View File

@ -827,6 +827,7 @@ export class PartyUiHandler extends MessageUiHandler {
globalScene.triggerPokemonFormChange(pokemon, SpeciesFormChangeItemTrigger, false, true); globalScene.triggerPokemonFormChange(pokemon, SpeciesFormChangeItemTrigger, false, true);
} }
// This is processed before the filter result since releasing does not depend on status.
if (option === PartyOption.RELEASE) { if (option === PartyOption.RELEASE) {
return this.processReleaseOption(pokemon); return this.processReleaseOption(pokemon);
} }
@ -841,6 +842,7 @@ export class PartyUiHandler extends MessageUiHandler {
// For what modes is a selectCallback needed? // For what modes is a selectCallback needed?
// PartyUiMode.SELECT (SELECT) // PartyUiMode.SELECT (SELECT)
// PartyUiMode.RELEASE (RELEASE)
// PartyUiMode.FAINT_SWITCH (SEND_OUT or PASS_BATON (?)) // PartyUiMode.FAINT_SWITCH (SEND_OUT or PASS_BATON (?))
// PartyUiMode.REVIVAL_BLESSING (REVIVE) // PartyUiMode.REVIVAL_BLESSING (REVIVE)
// PartyUiMode.MODIFIER_TRANSFER (held items, and ALL) // PartyUiMode.MODIFIER_TRANSFER (held items, and ALL)