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:56:43 -05:00 committed by GitHub
parent a7811f5356
commit ad811305f2
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -531,7 +531,7 @@ export function initMoveAnim(scene: BattleScene, move: Moves): Promise<void> {
* 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));