Update src/data/battle-anims.ts

Co-authored-by: NightKev <34855794+DayKev@users.noreply.github.com>
This commit is contained in:
podar 2024-09-16 19:57:00 -05:00 committed by GitHub
parent ad811305f2
commit b7fb8104f1
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -543,7 +543,7 @@ function useDefaultAnim(move: Moves, defaultMoveAnim: Moves) {
* @param move the move to populate an animation for
* @param optionalParams parameters to add to the error logging
*
* @remarks use {@link useDefaultAnim} to use a default animation
* @remarks use {@linkcode useDefaultAnim} to use a default animation
*/
function logMissingMoveAnim(move: Moves, ...optionalParams: any[]) {
const moveName = Utils.animationFileName(move);