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));