From 72e75ffca81ea6706d5031177fa6e502109a4ca6 Mon Sep 17 00:00:00 2001 From: Greenlamp Date: Thu, 16 May 2024 10:41:08 +0200 Subject: [PATCH] removed a comment remnant --- src/enums/buttons.ts | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/enums/buttons.ts b/src/enums/buttons.ts index 0d90843c8ea..034c5a2af83 100644 --- a/src/enums/buttons.ts +++ b/src/enums/buttons.ts @@ -8,8 +8,8 @@ export enum Button { CANCEL, MENU, STATS, - CYCLE_SHINY, // CYCLE_SHINY - CYCLE_FORM, // CYCLE_FORM + CYCLE_SHINY, + CYCLE_FORM, CYCLE_GENDER, CYCLE_ABILITY, CYCLE_NATURE,