From a7811f5356d42fc9872b3490f14ebb571d605658 Mon Sep 17 00:00:00 2001 From: podar <1999688+podarsmarty@users.noreply.github.com> Date: Mon, 16 Sep 2024 19:56:38 -0500 Subject: [PATCH] Update src/data/battle-anims.ts Co-authored-by: NightKev <34855794+DayKev@users.noreply.github.com> --- src/data/battle-anims.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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