pokerogue/src/enums/battle-spec.ts
Flashfyre 70d61700d0 Re-implement UI reskin with working legacy toggle
Re-implement UI reskin with working legacy toggle; add return to title option to menu
2024-03-31 21:14:35 -04:00

5 lines
55 B
TypeScript

export enum BattleSpec {
DEFAULT,
FINAL_BOSS
}