idk anymore

This commit is contained in:
frutescens 2024-09-24 15:03:31 -07:00
parent beaad44c1e
commit 2f9ce9d05f
2 changed files with 2 additions and 2 deletions

View File

@ -16,7 +16,7 @@ import i18next from "i18next";
import { PokemonPhase } from "./pokemon-phase"; import { PokemonPhase } from "./pokemon-phase";
import { VictoryPhase } from "./victory-phase"; import { VictoryPhase } from "./victory-phase";
import { SubstituteTag } from "#app/data/battler-tags"; import { SubstituteTag } from "#app/data/battler-tags";
import { PreviewMode } from "#app/ui/confirmPreview-ui-handler"; import { PreviewMode } from "#app/ui/confirm-preview-ui-handler";
export class AttemptCapturePhase extends PokemonPhase { export class AttemptCapturePhase extends PokemonPhase {
private pokeballType: PokeballType; private pokeballType: PokeballType;

View File

@ -21,7 +21,7 @@ export default class ConfirmPreviewUiHandler extends AbstractOptionSelectUiHandl
} }
getWindowWidth(): integer { getWindowWidth(): integer {
return PreviewUiHandler.windowWidth; return ConfirmPreviewUiHandler.windowWidth;
} }
determineLabels(mode: PreviewMode): string[] { determineLabels(mode: PreviewMode): string[] {