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) */