Updating TODO

This commit is contained in:
Wlowscha 2025-05-15 22:11:39 +02:00
parent 82dfe01576
commit 3e9beb3ec5
No known key found for this signature in database
GPG Key ID: 3C8F1AD330565D04

View File

@ -1245,7 +1245,9 @@ export default class PartyUiHandler extends MessageUiHandler {
this.addCommonOptions(pokemon);
}
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.FAINT_SWITCH:
case PartyUiMode.POST_BATTLE_SWITCH: