From 2b61e72b2db0e5602effa999963392c626bc3f95 Mon Sep 17 00:00:00 2001 From: KimJeongSun Date: Thu, 12 Sep 2024 22:11:59 +0900 Subject: [PATCH] update comment --- src/battle-scene.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/battle-scene.ts b/src/battle-scene.ts index 1c77e8d7d60..c9c8d6b788a 100644 --- a/src/battle-scene.ts +++ b/src/battle-scene.ts @@ -163,7 +163,7 @@ export default class BattleScene extends SceneBase { public skipSeenDialogues: boolean = false; /** * Determines if the egg hatching animation should be skipped - * - 0 = Never (skip animation) + * - 0 = Never (never skip animation) * - 1 = Ask (ask to skip animation when hatching 2 or more eggs) * - 2 = Always (automatically skip animation when hatching 2 or more eggs) */