From ad811305f27d3159b962b31c7767a189cca204ad Mon Sep 17 00:00:00 2001 From: podar <1999688+podarsmarty@users.noreply.github.com> Date: Mon, 16 Sep 2024 19:56:43 -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 cfb0a3d89e4..00bb9a36636 100644 --- a/src/data/battle-anims.ts +++ b/src/data/battle-anims.ts @@ -531,7 +531,7 @@ export function initMoveAnim(scene: BattleScene, move: Moves): Promise { * Populates the default animation for the given move. * * @param move the move to populate an animation for - * @param defaultMoveAnim the default move to use as the default animation + * @param defaultMoveAnim the move to use as the default animation */ function useDefaultAnim(move: Moves, defaultMoveAnim: Moves) { populateMoveAnim(move, moveAnims.get(defaultMoveAnim));