mirror of
https://github.com/pagefaultgames/pokerogue.git
synced 2025-08-05 23:19:25 +02:00
Add Kev's Suggestions
This commit is contained in:
parent
82663db431
commit
abd7c70ede
@ -827,6 +827,7 @@ export class PartyUiHandler extends MessageUiHandler {
|
||||
globalScene.triggerPokemonFormChange(pokemon, SpeciesFormChangeItemTrigger, false, true);
|
||||
}
|
||||
|
||||
// This is processed before the filter result since releasing does not depend on status.
|
||||
if (option === PartyOption.RELEASE) {
|
||||
return this.processReleaseOption(pokemon);
|
||||
}
|
||||
@ -841,6 +842,7 @@ export class PartyUiHandler extends MessageUiHandler {
|
||||
|
||||
// For what modes is a selectCallback needed?
|
||||
// PartyUiMode.SELECT (SELECT)
|
||||
// PartyUiMode.RELEASE (RELEASE)
|
||||
// PartyUiMode.FAINT_SWITCH (SEND_OUT or PASS_BATON (?))
|
||||
// PartyUiMode.REVIVAL_BLESSING (REVIVE)
|
||||
// PartyUiMode.MODIFIER_TRANSFER (held items, and ALL)
|
||||
|
Loading…
Reference in New Issue
Block a user