mirror of
https://github.com/pagefaultgames/pokerogue.git
synced 2025-07-05 16:02:20 +02:00
Updating TODO
This commit is contained in:
parent
82dfe01576
commit
3e9beb3ec5
@ -1245,7 +1245,9 @@ export default class PartyUiHandler extends MessageUiHandler {
|
|||||||
this.addCommonOptions(pokemon);
|
this.addCommonOptions(pokemon);
|
||||||
}
|
}
|
||||||
break;
|
break;
|
||||||
// TODO: This still needs to be broken up
|
// TODO: This still needs to be broken up.
|
||||||
|
// It could use a rework differentiating different kind of switches
|
||||||
|
// to treat baton passing separately from switching on faint.
|
||||||
case PartyUiMode.SWITCH:
|
case PartyUiMode.SWITCH:
|
||||||
case PartyUiMode.FAINT_SWITCH:
|
case PartyUiMode.FAINT_SWITCH:
|
||||||
case PartyUiMode.POST_BATTLE_SWITCH:
|
case PartyUiMode.POST_BATTLE_SWITCH:
|
||||||
|
Loading…
Reference in New Issue
Block a user