diff --git a/src/battle.ts b/src/battle.ts index 3522f874bec..e0ff848b202 100644 --- a/src/battle.ts +++ b/src/battle.ts @@ -23,7 +23,6 @@ import { ModifierTier } from "#app/modifier/modifier-tier"; import { MysteryEncounterType } from "#enums/mystery-encounter-type"; export enum ClassicFixedBossWaves { - // TODO: other fixed wave battles should be added here TOWN_YOUNGSTER = 5, RIVAL_1 = 8, RIVAL_2 = 25,