From 3e9beb3ec5f0a48500f6a827e7ae9f430e33706f Mon Sep 17 00:00:00 2001 From: Wlowscha <54003515+Wlowscha@users.noreply.github.com> Date: Thu, 15 May 2025 22:11:39 +0200 Subject: [PATCH] Updating TODO --- src/ui/party-ui-handler.ts | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/src/ui/party-ui-handler.ts b/src/ui/party-ui-handler.ts index d4ce186698b..9ea6dab6e3e 100644 --- a/src/ui/party-ui-handler.ts +++ b/src/ui/party-ui-handler.ts @@ -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: