diff --git a/src/data/battle-anims.ts b/src/data/battle-anims.ts index d986ddea129..cfb0a3d89e4 100644 --- a/src/data/battle-anims.ts +++ b/src/data/battle-anims.ts @@ -538,7 +538,7 @@ function useDefaultAnim(move: Moves, defaultMoveAnim: Moves) { } /** - * Helper method to call when an move animation is missing. + * Helper method for printing a warning to the console when a move animation is missing. * * @param move the move to populate an animation for * @param optionalParams parameters to add to the error logging